PCem

changeset 154:d0d530adce12

Initial port to Linux (using Allegro). 64-bit fixes. Some changes to aid portability. A few other tweaks.
author TomW
date Thu Sep 04 21:07:24 2014 +0100
parents ad7d877a3b53
children 6b3e1b9d0220
files AUTHORS ChangeLog INSTALL Makefile.am Makefile.in NEWS README Readme-LINUX.txt aclocal.m4 compile configure configure.ac depcomp install-sh missing src/386.c src/808x.c src/Makefile.am src/Makefile.in src/Makefile.mingw src/allegro-gui-configure.c src/allegro-gui-hdconf.c src/allegro-gui.c src/allegro-gui.h src/allegro-joystick.c src/allegro-keyboard.c src/allegro-main.c src/allegro-main.h src/allegro-midi.c src/allegro-mouse.c src/allegro-video.c src/allegro-video.h src/cdrom-ioctl-linux.c src/cdrom-null.c src/cdrom-null.h src/config.c src/config.h src/device.c src/dosbox/dbopl.cpp src/ibm.h src/keyboard.c src/keyboard.h src/linux-time.c src/mem.c src/mouse_ps2.c src/nvr.c src/nvr.h src/pc.c src/piix.c src/plat-joystick.h src/plat-keyboard.h src/plat-midi.h src/plat-mouse.h src/sound_mpu401_uart.c src/thread-pthread.c src/vid_cga.c src/vid_et4000.c src/vid_olivetti_m24.c src/vid_s3.c src/vid_svga.c src/vid_tvga.c src/video.h src/win-deviceconfig.c src/win-joystick.cc src/win-keyboard.cc src/win-midi.c src/win-mouse.cc src/win-time.c src/win.c src/x87.c
diffstat 66 files changed, 12701 insertions(+), 281 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/INSTALL	Thu Sep 04 21:07:24 2014 +0100
     1.3 @@ -0,0 +1,1 @@
     1.4 +/usr/share/automake-1.11/INSTALL
     1.5 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/Makefile.am	Thu Sep 04 21:07:24 2014 +0100
     2.3 @@ -0,0 +1,2 @@
     2.4 +SUBDIRS = src
     2.5 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/Makefile.in	Thu Sep 04 21:07:24 2014 +0100
     3.3 @@ -0,0 +1,659 @@
     3.4 +# Makefile.in generated by automake 1.11.1 from Makefile.am.
     3.5 +# @configure_input@
     3.6 +
     3.7 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     3.8 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
     3.9 +# Inc.
    3.10 +# This Makefile.in is free software; the Free Software Foundation
    3.11 +# gives unlimited permission to copy and/or distribute it,
    3.12 +# with or without modifications, as long as this notice is preserved.
    3.13 +
    3.14 +# This program is distributed in the hope that it will be useful,
    3.15 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    3.16 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    3.17 +# PARTICULAR PURPOSE.
    3.18 +
    3.19 +@SET_MAKE@
    3.20 +VPATH = @srcdir@
    3.21 +pkgdatadir = $(datadir)/@PACKAGE@
    3.22 +pkgincludedir = $(includedir)/@PACKAGE@
    3.23 +pkglibdir = $(libdir)/@PACKAGE@
    3.24 +pkglibexecdir = $(libexecdir)/@PACKAGE@
    3.25 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    3.26 +install_sh_DATA = $(install_sh) -c -m 644
    3.27 +install_sh_PROGRAM = $(install_sh) -c
    3.28 +install_sh_SCRIPT = $(install_sh) -c
    3.29 +INSTALL_HEADER = $(INSTALL_DATA)
    3.30 +transform = $(program_transform_name)
    3.31 +NORMAL_INSTALL = :
    3.32 +PRE_INSTALL = :
    3.33 +POST_INSTALL = :
    3.34 +NORMAL_UNINSTALL = :
    3.35 +PRE_UNINSTALL = :
    3.36 +POST_UNINSTALL = :
    3.37 +subdir = .
    3.38 +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3.39 +	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
    3.40 +	ChangeLog INSTALL NEWS compile depcomp install-sh missing
    3.41 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    3.42 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    3.43 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    3.44 +	$(ACLOCAL_M4)
    3.45 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    3.46 + configure.lineno config.status.lineno
    3.47 +mkinstalldirs = $(install_sh) -d
    3.48 +CONFIG_CLEAN_FILES =
    3.49 +CONFIG_CLEAN_VPATH_FILES =
    3.50 +SOURCES =
    3.51 +DIST_SOURCES =
    3.52 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    3.53 +	html-recursive info-recursive install-data-recursive \
    3.54 +	install-dvi-recursive install-exec-recursive \
    3.55 +	install-html-recursive install-info-recursive \
    3.56 +	install-pdf-recursive install-ps-recursive install-recursive \
    3.57 +	installcheck-recursive installdirs-recursive pdf-recursive \
    3.58 +	ps-recursive uninstall-recursive
    3.59 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    3.60 +  distclean-recursive maintainer-clean-recursive
    3.61 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    3.62 +	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
    3.63 +	distdir dist dist-all distcheck
    3.64 +ETAGS = etags
    3.65 +CTAGS = ctags
    3.66 +DIST_SUBDIRS = $(SUBDIRS)
    3.67 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    3.68 +distdir = $(PACKAGE)-$(VERSION)
    3.69 +top_distdir = $(distdir)
    3.70 +am__remove_distdir = \
    3.71 +  { test ! -d "$(distdir)" \
    3.72 +    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    3.73 +         && rm -fr "$(distdir)"; }; }
    3.74 +am__relativize = \
    3.75 +  dir0=`pwd`; \
    3.76 +  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    3.77 +  sed_rest='s,^[^/]*/*,,'; \
    3.78 +  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    3.79 +  sed_butlast='s,/*[^/]*$$,,'; \
    3.80 +  while test -n "$$dir1"; do \
    3.81 +    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    3.82 +    if test "$$first" != "."; then \
    3.83 +      if test "$$first" = ".."; then \
    3.84 +        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    3.85 +        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    3.86 +      else \
    3.87 +        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    3.88 +        if test "$$first2" = "$$first"; then \
    3.89 +          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    3.90 +        else \
    3.91 +          dir2="../$$dir2"; \
    3.92 +        fi; \
    3.93 +        dir0="$$dir0"/"$$first"; \
    3.94 +      fi; \
    3.95 +    fi; \
    3.96 +    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    3.97 +  done; \
    3.98 +  reldir="$$dir2"
    3.99 +DIST_ARCHIVES = $(distdir).tar.gz
   3.100 +GZIP_ENV = --best
   3.101 +distuninstallcheck_listfiles = find . -type f -print
   3.102 +distcleancheck_listfiles = find . -type f -print
   3.103 +ACLOCAL = @ACLOCAL@
   3.104 +ALLEGRO_CONFIG = @ALLEGRO_CONFIG@
   3.105 +AMTAR = @AMTAR@
   3.106 +AUTOCONF = @AUTOCONF@
   3.107 +AUTOHEADER = @AUTOHEADER@
   3.108 +AUTOMAKE = @AUTOMAKE@
   3.109 +AWK = @AWK@
   3.110 +CC = @CC@
   3.111 +CCDEPMODE = @CCDEPMODE@
   3.112 +CFLAGS = @CFLAGS@
   3.113 +CPPFLAGS = @CPPFLAGS@
   3.114 +CXX = @CXX@
   3.115 +CXXDEPMODE = @CXXDEPMODE@
   3.116 +CXXFLAGS = @CXXFLAGS@
   3.117 +CYGPATH_W = @CYGPATH_W@
   3.118 +DEFS = @DEFS@
   3.119 +DEPDIR = @DEPDIR@
   3.120 +ECHO_C = @ECHO_C@
   3.121 +ECHO_N = @ECHO_N@
   3.122 +ECHO_T = @ECHO_T@
   3.123 +EXEEXT = @EXEEXT@
   3.124 +INSTALL = @INSTALL@
   3.125 +INSTALL_DATA = @INSTALL_DATA@
   3.126 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
   3.127 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
   3.128 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   3.129 +LDFLAGS = @LDFLAGS@
   3.130 +LIBOBJS = @LIBOBJS@
   3.131 +LIBS = @LIBS@
   3.132 +LTLIBOBJS = @LTLIBOBJS@
   3.133 +MAKEINFO = @MAKEINFO@
   3.134 +MKDIR_P = @MKDIR_P@
   3.135 +OBJEXT = @OBJEXT@
   3.136 +PACKAGE = @PACKAGE@
   3.137 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   3.138 +PACKAGE_NAME = @PACKAGE_NAME@
   3.139 +PACKAGE_STRING = @PACKAGE_STRING@
   3.140 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
   3.141 +PACKAGE_URL = @PACKAGE_URL@
   3.142 +PACKAGE_VERSION = @PACKAGE_VERSION@
   3.143 +PATH_SEPARATOR = @PATH_SEPARATOR@
   3.144 +SET_MAKE = @SET_MAKE@
   3.145 +SHELL = @SHELL@
   3.146 +STRIP = @STRIP@
   3.147 +VERSION = @VERSION@
   3.148 +abs_builddir = @abs_builddir@
   3.149 +abs_srcdir = @abs_srcdir@
   3.150 +abs_top_builddir = @abs_top_builddir@
   3.151 +abs_top_srcdir = @abs_top_srcdir@
   3.152 +ac_ct_CC = @ac_ct_CC@
   3.153 +ac_ct_CXX = @ac_ct_CXX@
   3.154 +allegro_CFLAGS = @allegro_CFLAGS@
   3.155 +allegro_LIBS = @allegro_LIBS@
   3.156 +am__include = @am__include@
   3.157 +am__leading_dot = @am__leading_dot@
   3.158 +am__quote = @am__quote@
   3.159 +am__tar = @am__tar@
   3.160 +am__untar = @am__untar@
   3.161 +bindir = @bindir@
   3.162 +build_alias = @build_alias@
   3.163 +builddir = @builddir@
   3.164 +datadir = @datadir@
   3.165 +datarootdir = @datarootdir@
   3.166 +docdir = @docdir@
   3.167 +dvidir = @dvidir@
   3.168 +exec_prefix = @exec_prefix@
   3.169 +host_alias = @host_alias@
   3.170 +htmldir = @htmldir@
   3.171 +includedir = @includedir@
   3.172 +infodir = @infodir@
   3.173 +install_sh = @install_sh@
   3.174 +libdir = @libdir@
   3.175 +libexecdir = @libexecdir@
   3.176 +localedir = @localedir@
   3.177 +localstatedir = @localstatedir@
   3.178 +mandir = @mandir@
   3.179 +mkdir_p = @mkdir_p@
   3.180 +oldincludedir = @oldincludedir@
   3.181 +pdfdir = @pdfdir@
   3.182 +prefix = @prefix@
   3.183 +program_transform_name = @program_transform_name@
   3.184 +psdir = @psdir@
   3.185 +sbindir = @sbindir@
   3.186 +sharedstatedir = @sharedstatedir@
   3.187 +srcdir = @srcdir@
   3.188 +sysconfdir = @sysconfdir@
   3.189 +target_alias = @target_alias@
   3.190 +top_build_prefix = @top_build_prefix@
   3.191 +top_builddir = @top_builddir@
   3.192 +top_srcdir = @top_srcdir@
   3.193 +SUBDIRS = src
   3.194 +all: all-recursive
   3.195 +
   3.196 +.SUFFIXES:
   3.197 +am--refresh:
   3.198 +	@:
   3.199 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   3.200 +	@for dep in $?; do \
   3.201 +	  case '$(am__configure_deps)' in \
   3.202 +	    *$$dep*) \
   3.203 +	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
   3.204 +	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
   3.205 +		&& exit 0; \
   3.206 +	      exit 1;; \
   3.207 +	  esac; \
   3.208 +	done; \
   3.209 +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
   3.210 +	$(am__cd) $(top_srcdir) && \
   3.211 +	  $(AUTOMAKE) --gnu Makefile
   3.212 +.PRECIOUS: Makefile
   3.213 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   3.214 +	@case '$?' in \
   3.215 +	  *config.status*) \
   3.216 +	    echo ' $(SHELL) ./config.status'; \
   3.217 +	    $(SHELL) ./config.status;; \
   3.218 +	  *) \
   3.219 +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   3.220 +	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   3.221 +	esac;
   3.222 +
   3.223 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   3.224 +	$(SHELL) ./config.status --recheck
   3.225 +
   3.226 +$(top_srcdir)/configure:  $(am__configure_deps)
   3.227 +	$(am__cd) $(srcdir) && $(AUTOCONF)
   3.228 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   3.229 +	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   3.230 +$(am__aclocal_m4_deps):
   3.231 +
   3.232 +# This directory's subdirectories are mostly independent; you can cd
   3.233 +# into them and run `make' without going through this Makefile.
   3.234 +# To change the values of `make' variables: instead of editing Makefiles,
   3.235 +# (1) if the variable is set in `config.status', edit `config.status'
   3.236 +#     (which will cause the Makefiles to be regenerated when you run `make');
   3.237 +# (2) otherwise, pass the desired values on the `make' command line.
   3.238 +$(RECURSIVE_TARGETS):
   3.239 +	@fail= failcom='exit 1'; \
   3.240 +	for f in x $$MAKEFLAGS; do \
   3.241 +	  case $$f in \
   3.242 +	    *=* | --[!k]*);; \
   3.243 +	    *k*) failcom='fail=yes';; \
   3.244 +	  esac; \
   3.245 +	done; \
   3.246 +	dot_seen=no; \
   3.247 +	target=`echo $@ | sed s/-recursive//`; \
   3.248 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   3.249 +	  echo "Making $$target in $$subdir"; \
   3.250 +	  if test "$$subdir" = "."; then \
   3.251 +	    dot_seen=yes; \
   3.252 +	    local_target="$$target-am"; \
   3.253 +	  else \
   3.254 +	    local_target="$$target"; \
   3.255 +	  fi; \
   3.256 +	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   3.257 +	  || eval $$failcom; \
   3.258 +	done; \
   3.259 +	if test "$$dot_seen" = "no"; then \
   3.260 +	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   3.261 +	fi; test -z "$$fail"
   3.262 +
   3.263 +$(RECURSIVE_CLEAN_TARGETS):
   3.264 +	@fail= failcom='exit 1'; \
   3.265 +	for f in x $$MAKEFLAGS; do \
   3.266 +	  case $$f in \
   3.267 +	    *=* | --[!k]*);; \
   3.268 +	    *k*) failcom='fail=yes';; \
   3.269 +	  esac; \
   3.270 +	done; \
   3.271 +	dot_seen=no; \
   3.272 +	case "$@" in \
   3.273 +	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   3.274 +	  *) list='$(SUBDIRS)' ;; \
   3.275 +	esac; \
   3.276 +	rev=''; for subdir in $$list; do \
   3.277 +	  if test "$$subdir" = "."; then :; else \
   3.278 +	    rev="$$subdir $$rev"; \
   3.279 +	  fi; \
   3.280 +	done; \
   3.281 +	rev="$$rev ."; \
   3.282 +	target=`echo $@ | sed s/-recursive//`; \
   3.283 +	for subdir in $$rev; do \
   3.284 +	  echo "Making $$target in $$subdir"; \
   3.285 +	  if test "$$subdir" = "."; then \
   3.286 +	    local_target="$$target-am"; \
   3.287 +	  else \
   3.288 +	    local_target="$$target"; \
   3.289 +	  fi; \
   3.290 +	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   3.291 +	  || eval $$failcom; \
   3.292 +	done && test -z "$$fail"
   3.293 +tags-recursive:
   3.294 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   3.295 +	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   3.296 +	done
   3.297 +ctags-recursive:
   3.298 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   3.299 +	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   3.300 +	done
   3.301 +
   3.302 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   3.303 +	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   3.304 +	unique=`for i in $$list; do \
   3.305 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   3.306 +	  done | \
   3.307 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   3.308 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   3.309 +	mkid -fID $$unique
   3.310 +tags: TAGS
   3.311 +
   3.312 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
   3.313 +		$(TAGS_FILES) $(LISP)
   3.314 +	set x; \
   3.315 +	here=`pwd`; \
   3.316 +	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   3.317 +	  include_option=--etags-include; \
   3.318 +	  empty_fix=.; \
   3.319 +	else \
   3.320 +	  include_option=--include; \
   3.321 +	  empty_fix=; \
   3.322 +	fi; \
   3.323 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   3.324 +	  if test "$$subdir" = .; then :; else \
   3.325 +	    test ! -f $$subdir/TAGS || \
   3.326 +	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   3.327 +	  fi; \
   3.328 +	done; \
   3.329 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
   3.330 +	unique=`for i in $$list; do \
   3.331 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   3.332 +	  done | \
   3.333 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   3.334 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   3.335 +	shift; \
   3.336 +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   3.337 +	  test -n "$$unique" || unique=$$empty_fix; \
   3.338 +	  if test $$# -gt 0; then \
   3.339 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   3.340 +	      "$$@" $$unique; \
   3.341 +	  else \
   3.342 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   3.343 +	      $$unique; \
   3.344 +	  fi; \
   3.345 +	fi
   3.346 +ctags: CTAGS
   3.347 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
   3.348 +		$(TAGS_FILES) $(LISP)
   3.349 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
   3.350 +	unique=`for i in $$list; do \
   3.351 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   3.352 +	  done | \
   3.353 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   3.354 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   3.355 +	test -z "$(CTAGS_ARGS)$$unique" \
   3.356 +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   3.357 +	     $$unique
   3.358 +
   3.359 +GTAGS:
   3.360 +	here=`$(am__cd) $(top_builddir) && pwd` \
   3.361 +	  && $(am__cd) $(top_srcdir) \
   3.362 +	  && gtags -i $(GTAGS_ARGS) "$$here"
   3.363 +
   3.364 +distclean-tags:
   3.365 +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   3.366 +
   3.367 +distdir: $(DISTFILES)
   3.368 +	$(am__remove_distdir)
   3.369 +	test -d "$(distdir)" || mkdir "$(distdir)"
   3.370 +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   3.371 +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   3.372 +	list='$(DISTFILES)'; \
   3.373 +	  dist_files=`for file in $$list; do echo $$file; done | \
   3.374 +	  sed -e "s|^$$srcdirstrip/||;t" \
   3.375 +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   3.376 +	case $$dist_files in \
   3.377 +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   3.378 +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   3.379 +			   sort -u` ;; \
   3.380 +	esac; \
   3.381 +	for file in $$dist_files; do \
   3.382 +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   3.383 +	  if test -d $$d/$$file; then \
   3.384 +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   3.385 +	    if test -d "$(distdir)/$$file"; then \
   3.386 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   3.387 +	    fi; \
   3.388 +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   3.389 +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   3.390 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   3.391 +	    fi; \
   3.392 +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   3.393 +	  else \
   3.394 +	    test -f "$(distdir)/$$file" \
   3.395 +	    || cp -p $$d/$$file "$(distdir)/$$file" \
   3.396 +	    || exit 1; \
   3.397 +	  fi; \
   3.398 +	done
   3.399 +	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   3.400 +	  if test "$$subdir" = .; then :; else \
   3.401 +	    test -d "$(distdir)/$$subdir" \
   3.402 +	    || $(MKDIR_P) "$(distdir)/$$subdir" \
   3.403 +	    || exit 1; \
   3.404 +	  fi; \
   3.405 +	done
   3.406 +	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   3.407 +	  if test "$$subdir" = .; then :; else \
   3.408 +	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   3.409 +	    $(am__relativize); \
   3.410 +	    new_distdir=$$reldir; \
   3.411 +	    dir1=$$subdir; dir2="$(top_distdir)"; \
   3.412 +	    $(am__relativize); \
   3.413 +	    new_top_distdir=$$reldir; \
   3.414 +	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   3.415 +	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   3.416 +	    ($(am__cd) $$subdir && \
   3.417 +	      $(MAKE) $(AM_MAKEFLAGS) \
   3.418 +	        top_distdir="$$new_top_distdir" \
   3.419 +	        distdir="$$new_distdir" \
   3.420 +		am__remove_distdir=: \
   3.421 +		am__skip_length_check=: \
   3.422 +		am__skip_mode_fix=: \
   3.423 +	        distdir) \
   3.424 +	      || exit 1; \
   3.425 +	  fi; \
   3.426 +	done
   3.427 +	-test -n "$(am__skip_mode_fix)" \
   3.428 +	|| find "$(distdir)" -type d ! -perm -755 \
   3.429 +		-exec chmod u+rwx,go+rx {} \; -o \
   3.430 +	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   3.431 +	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   3.432 +	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
   3.433 +	|| chmod -R a+r "$(distdir)"
   3.434 +dist-gzip: distdir
   3.435 +	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   3.436 +	$(am__remove_distdir)
   3.437 +
   3.438 +dist-bzip2: distdir
   3.439 +	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
   3.440 +	$(am__remove_distdir)
   3.441 +
   3.442 +dist-lzma: distdir
   3.443 +	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
   3.444 +	$(am__remove_distdir)
   3.445 +
   3.446 +dist-xz: distdir
   3.447 +	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
   3.448 +	$(am__remove_distdir)
   3.449 +
   3.450 +dist-tarZ: distdir
   3.451 +	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   3.452 +	$(am__remove_distdir)
   3.453 +
   3.454 +dist-shar: distdir
   3.455 +	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   3.456 +	$(am__remove_distdir)
   3.457 +
   3.458 +dist-zip: distdir
   3.459 +	-rm -f $(distdir).zip
   3.460 +	zip -rq $(distdir).zip $(distdir)
   3.461 +	$(am__remove_distdir)
   3.462 +
   3.463 +dist dist-all: distdir
   3.464 +	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   3.465 +	$(am__remove_distdir)
   3.466 +
   3.467 +# This target untars the dist file and tries a VPATH configuration.  Then
   3.468 +# it guarantees that the distribution is self-contained by making another
   3.469 +# tarfile.
   3.470 +distcheck: dist
   3.471 +	case '$(DIST_ARCHIVES)' in \
   3.472 +	*.tar.gz*) \
   3.473 +	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
   3.474 +	*.tar.bz2*) \
   3.475 +	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
   3.476 +	*.tar.lzma*) \
   3.477 +	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
   3.478 +	*.tar.xz*) \
   3.479 +	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
   3.480 +	*.tar.Z*) \
   3.481 +	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   3.482 +	*.shar.gz*) \
   3.483 +	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
   3.484 +	*.zip*) \
   3.485 +	  unzip $(distdir).zip ;;\
   3.486 +	esac
   3.487 +	chmod -R a-w $(distdir); chmod a+w $(distdir)
   3.488 +	mkdir $(distdir)/_build
   3.489 +	mkdir $(distdir)/_inst
   3.490 +	chmod a-w $(distdir)
   3.491 +	test -d $(distdir)/_build || exit 0; \
   3.492 +	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   3.493 +	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   3.494 +	  && am__cwd=`pwd` \
   3.495 +	  && $(am__cd) $(distdir)/_build \
   3.496 +	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   3.497 +	    $(DISTCHECK_CONFIGURE_FLAGS) \
   3.498 +	  && $(MAKE) $(AM_MAKEFLAGS) \
   3.499 +	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   3.500 +	  && $(MAKE) $(AM_MAKEFLAGS) check \
   3.501 +	  && $(MAKE) $(AM_MAKEFLAGS) install \
   3.502 +	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   3.503 +	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   3.504 +	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   3.505 +	        distuninstallcheck \
   3.506 +	  && chmod -R a-w "$$dc_install_base" \
   3.507 +	  && ({ \
   3.508 +	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   3.509 +	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   3.510 +	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   3.511 +	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   3.512 +	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   3.513 +	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   3.514 +	  && rm -rf "$$dc_destdir" \
   3.515 +	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   3.516 +	  && rm -rf $(DIST_ARCHIVES) \
   3.517 +	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
   3.518 +	  && cd "$$am__cwd" \
   3.519 +	  || exit 1
   3.520 +	$(am__remove_distdir)
   3.521 +	@(echo "$(distdir) archives ready for distribution: "; \
   3.522 +	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   3.523 +	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
   3.524 +distuninstallcheck:
   3.525 +	@$(am__cd) '$(distuninstallcheck_dir)' \
   3.526 +	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
   3.527 +	   || { echo "ERROR: files left after uninstall:" ; \
   3.528 +	        if test -n "$(DESTDIR)"; then \
   3.529 +	          echo "  (check DESTDIR support)"; \
   3.530 +	        fi ; \
   3.531 +	        $(distuninstallcheck_listfiles) ; \
   3.532 +	        exit 1; } >&2
   3.533 +distcleancheck: distclean
   3.534 +	@if test '$(srcdir)' = . ; then \
   3.535 +	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   3.536 +	  exit 1 ; \
   3.537 +	fi
   3.538 +	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   3.539 +	  || { echo "ERROR: files left in build directory after distclean:" ; \
   3.540 +	       $(distcleancheck_listfiles) ; \
   3.541 +	       exit 1; } >&2
   3.542 +check-am: all-am
   3.543 +check: check-recursive
   3.544 +all-am: Makefile
   3.545 +installdirs: installdirs-recursive
   3.546 +installdirs-am:
   3.547 +install: install-recursive
   3.548 +install-exec: install-exec-recursive
   3.549 +install-data: install-data-recursive
   3.550 +uninstall: uninstall-recursive
   3.551 +
   3.552 +install-am: all-am
   3.553 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   3.554 +
   3.555 +installcheck: installcheck-recursive
   3.556 +install-strip:
   3.557 +	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   3.558 +	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   3.559 +	  `test -z '$(STRIP)' || \
   3.560 +	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   3.561 +mostlyclean-generic:
   3.562 +
   3.563 +clean-generic:
   3.564 +
   3.565 +distclean-generic:
   3.566 +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   3.567 +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   3.568 +
   3.569 +maintainer-clean-generic:
   3.570 +	@echo "This command is intended for maintainers to use"
   3.571 +	@echo "it deletes files that may require special tools to rebuild."
   3.572 +clean: clean-recursive
   3.573 +
   3.574 +clean-am: clean-generic mostlyclean-am
   3.575 +
   3.576 +distclean: distclean-recursive
   3.577 +	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   3.578 +	-rm -f Makefile
   3.579 +distclean-am: clean-am distclean-generic distclean-tags
   3.580 +
   3.581 +dvi: dvi-recursive
   3.582 +
   3.583 +dvi-am:
   3.584 +
   3.585 +html: html-recursive
   3.586 +
   3.587 +html-am:
   3.588 +
   3.589 +info: info-recursive
   3.590 +
   3.591 +info-am:
   3.592 +
   3.593 +install-data-am:
   3.594 +
   3.595 +install-dvi: install-dvi-recursive
   3.596 +
   3.597 +install-dvi-am:
   3.598 +
   3.599 +install-exec-am:
   3.600 +
   3.601 +install-html: install-html-recursive
   3.602 +
   3.603 +install-html-am:
   3.604 +
   3.605 +install-info: install-info-recursive
   3.606 +
   3.607 +install-info-am:
   3.608 +
   3.609 +install-man:
   3.610 +
   3.611 +install-pdf: install-pdf-recursive
   3.612 +
   3.613 +install-pdf-am:
   3.614 +
   3.615 +install-ps: install-ps-recursive
   3.616 +
   3.617 +install-ps-am:
   3.618 +
   3.619 +installcheck-am:
   3.620 +
   3.621 +maintainer-clean: maintainer-clean-recursive
   3.622 +	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   3.623 +	-rm -rf $(top_srcdir)/autom4te.cache
   3.624 +	-rm -f Makefile
   3.625 +maintainer-clean-am: distclean-am maintainer-clean-generic
   3.626 +
   3.627 +mostlyclean: mostlyclean-recursive
   3.628 +
   3.629 +mostlyclean-am: mostlyclean-generic
   3.630 +
   3.631 +pdf: pdf-recursive
   3.632 +
   3.633 +pdf-am:
   3.634 +
   3.635 +ps: ps-recursive
   3.636 +
   3.637 +ps-am:
   3.638 +
   3.639 +uninstall-am:
   3.640 +
   3.641 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
   3.642 +	install-am install-strip tags-recursive
   3.643 +
   3.644 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
   3.645 +	all all-am am--refresh check check-am clean clean-generic \
   3.646 +	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
   3.647 +	dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
   3.648 +	distclean distclean-generic distclean-tags distcleancheck \
   3.649 +	distdir distuninstallcheck dvi dvi-am html html-am info \
   3.650 +	info-am install install-am install-data install-data-am \
   3.651 +	install-dvi install-dvi-am install-exec install-exec-am \
   3.652 +	install-html install-html-am install-info install-info-am \
   3.653 +	install-man install-pdf install-pdf-am install-ps \
   3.654 +	install-ps-am install-strip installcheck installcheck-am \
   3.655 +	installdirs installdirs-am maintainer-clean \
   3.656 +	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
   3.657 +	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
   3.658 +
   3.659 +
   3.660 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
   3.661 +# Otherwise a system limit (for SysV at least) may be exceeded.
   3.662 +.NOEXPORT:
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/Readme-LINUX.txt	Thu Sep 04 21:07:24 2014 +0100
     4.3 @@ -0,0 +1,31 @@
     4.4 +PCem v8.1 Linux supplement
     4.5 +
     4.6 +
     4.7 +You will need the following libraries :
     4.8 +
     4.9 +Allegro 4.x
    4.10 +OpenAL
    4.11 +ALut
    4.12 +
    4.13 +and their dependencies.
    4.14 +
    4.15 +Open a terminal window, navigate to the PCem directory then enter
    4.16 +
    4.17 +./configure
    4.18 +make
    4.19 +
    4.20 +then ./pcem to run.
    4.21 +
    4.22 +
    4.23 +The Linux port is currently entirely unpolished, and mainly exists as a starting point for 
    4.24 +anyone who wants to make a better port.
    4.25 +
    4.26 +The menu is not available all the time. Press CTRL-ALT-PGDN to open it.
    4.27 +
    4.28 +The mouse does not work very well, at least on my machine. This is most likely an Allegro issue.
    4.29 +
    4.30 +Fullscreen mode is not present.
    4.31 +
    4.32 +Video acceleration is not used at all, so performance is inferior to the Windows version.
    4.33 +
    4.34 +CD-ROM support currently only accesses /dev/cdrom. It has not been heavily tested.
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/aclocal.m4	Thu Sep 04 21:07:24 2014 +0100
     5.3 @@ -0,0 +1,1179 @@
     5.4 +# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
     5.5 +
     5.6 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     5.7 +# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
     5.8 +# This file is free software; the Free Software Foundation
     5.9 +# gives unlimited permission to copy and/or distribute it,
    5.10 +# with or without modifications, as long as this notice is preserved.
    5.11 +
    5.12 +# This program is distributed in the hope that it will be useful,
    5.13 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    5.14 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    5.15 +# PARTICULAR PURPOSE.
    5.16 +
    5.17 +m4_ifndef([AC_AUTOCONF_VERSION],
    5.18 +  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    5.19 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
    5.20 +[m4_warning([this file was generated for autoconf 2.65.
    5.21 +You have another version of autoconf.  It may work, but is not guaranteed to.
    5.22 +If you have problems, you may need to regenerate the build system entirely.
    5.23 +To do so, use the procedure documented by the package, typically `autoreconf'.])])
    5.24 +
    5.25 +# Configure paths for Allegro
    5.26 +# Shamelessly stolen from libxml.a4
    5.27 +# Jon Rafkind 2004-06-06
    5.28 +# Adapted from:
    5.29 +# Configure paths for libXML
    5.30 +# Toshio Kuratomi 2001-04-21
    5.31 +# Adapted from:
    5.32 +# Configure paths for GLIB
    5.33 +# Owen Taylor     97-11-3
    5.34 +
    5.35 +dnl AM_PATH_allegro([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
    5.36 +dnl Test for allegro, and define allegro_CFLAGS and allegro_LIBS
    5.37 +dnl
    5.38 +AC_DEFUN([AM_PATH_ALLEGRO],[ 
    5.39 +AC_ARG_WITH(allegro-prefix,
    5.40 +            [  --with-allegro-prefix=PFX   Prefix where liballegro is installed (optional)],
    5.41 +            ALLEGRO_CONFIG_prefix="$withval", ALLEGRO_CONFIG_prefix="")
    5.42 +AC_ARG_WITH(allegro-exec-prefix,
    5.43 +            [  --with-allegro-exec-prefix=PFX Exec prefix where liballegro is installed (optional)],
    5.44 +            ALLEGRO_CONFIG_exec_prefix="$withval", ALLEGRO_CONFIG_exec_prefix="")
    5.45 +AC_ARG_ENABLE(allegrotest,
    5.46 +              [  --disable-allegrotest       Do not try to compile and run a test LIBallegro program],,
    5.47 +              enable_allegrotest=yes)
    5.48 +
    5.49 +  if test x$ALLEGRO_CONFIG_exec_prefix != x ; then
    5.50 +     ALLEGRO_CONFIG_args="$ALLEGRO_CONFIG_args --exec-prefix=$ALLEGRO_CONFIG_exec_prefix"
    5.51 +     if test x${ALLEGRO_CONFIG+set} != xset ; then
    5.52 +        ALLEGRO_CONFIG=$ALLEGRO_CONFIG_exec_prefix/bin/allegro-config
    5.53 +     fi
    5.54 +  fi
    5.55 +  if test x$ALLEGRO_CONFIG_prefix != x ; then
    5.56 +     ALLEGRO_CONFIG_args="$ALLEGRO_CONFIG_args --prefix=$ALLEGRO_CONFIG_prefix"
    5.57 +     if test x${ALLEGRO_CONFIG+set} != xset ; then
    5.58 +        ALLEGRO_CONFIG=$ALLEGRO_CONFIG_prefix/bin/allegro-config
    5.59 +     fi
    5.60 +  fi
    5.61 +
    5.62 +  AC_PATH_PROG(ALLEGRO_CONFIG, allegro-config, no)
    5.63 +  min_allegro_version=ifelse([$1], ,4.0.0,[$1])
    5.64 +  AC_MSG_CHECKING(for Allegro - version >= $min_allegro_version)
    5.65 +  no_allegro=""
    5.66 +  if test "$ALLEGRO_CONFIG" = "no" ; then
    5.67 +    no_allegro=yes
    5.68 +  else
    5.69 +    allegro_CFLAGS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --cflags`
    5.70 +    allegro_LIBS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --libs`
    5.71 +    ALLEGRO_CONFIG_major_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
    5.72 +           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
    5.73 +    ALLEGRO_CONFIG_minor_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
    5.74 +           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
    5.75 +    ALLEGRO_CONFIG_micro_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
    5.76 +           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
    5.77 +    if test "x$enable_allegrotest" = "xyes" ; then
    5.78 +      ac_save_CFLAGS="$CFLAGS"
    5.79 +      ac_save_LIBS="$LIBS"
    5.80 +      CFLAGS="$CFLAGS $allegro_CFLAGS"
    5.81 +      LIBS="$allegro_LIBS $LIBS"
    5.82 +dnl
    5.83 +dnl Now check if the installed liballegro is sufficiently new.
    5.84 +dnl (Also sanity checks the results of allegro-config to some extent)
    5.85 +dnl
    5.86 +      rm -f conf.allegrotest
    5.87 +      AC_TRY_RUN([
    5.88 +#include <stdlib.h>
    5.89 +#include <stdio.h>
    5.90 +#include <string.h>
    5.91 +#include <allegro.h>
    5.92 +
    5.93 +int 
    5.94 +main()
    5.95 +{
    5.96 +  int allegro_major_version, allegro_minor_version, allegro_micro_version;
    5.97 +  int major, minor, micro;
    5.98 +  char *tmp_version;
    5.99 +  int tmp_int_version;
   5.100 +
   5.101 +  system("touch conf.allegrotest");
   5.102 +
   5.103 +  /* Capture allegro-config output via autoconf/configure variables */
   5.104 +  /* HP/UX 9 (%@#!) writes to sscanf strings */
   5.105 +  tmp_version = (char *)strdup("$min_allegro_version");
   5.106 +  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
   5.107 +     printf("%s, bad version string from allegro-config\n", "$min_allegro_version");
   5.108 +     free(tmp_version);
   5.109 +     exit(1);
   5.110 +   }
   5.111 +   free(tmp_version);
   5.112 +
   5.113 +   /* Capture the version information from the header files */
   5.114 +   allegro_major_version = ALLEGRO_VERSION;
   5.115 +   allegro_minor_version = ALLEGRO_SUB_VERSION;
   5.116 +   allegro_micro_version = ALLEGRO_WIP_VERSION;
   5.117 +
   5.118 + /* Compare allegro-config output to the Allegro headers */
   5.119 +  if ((allegro_major_version != $ALLEGRO_CONFIG_major_version) ||
   5.120 +      (allegro_minor_version != $ALLEGRO_CONFIG_minor_version))
   5.121 +	  
   5.122 +    {
   5.123 +      printf("*** Allegro header files (version %d.%d.%d) do not match\n",
   5.124 +         allegro_major_version, allegro_minor_version, allegro_micro_version);
   5.125 +      printf("*** allegro-config (version %d.%d.%d)\n",
   5.126 +         $ALLEGRO_CONFIG_major_version, $ALLEGRO_CONFIG_minor_version, $ALLEGRO_CONFIG_micro_version);
   5.127 +      return 1;
   5.128 +    } 
   5.129 +/* Compare the headers to the library to make sure we match */
   5.130 +  /* Less than ideal -- doesn't provide us with return value feedback, 
   5.131 +   * only exits if there's a serious mismatch between header and library.
   5.132 +   */
   5.133 +   	/* TODO:
   5.134 +	 * This doesnt work!
   5.135 +	 */
   5.136 +    /* ALLEGRO_TEST_VERSION; */
   5.137 +
   5.138 +    /* Test that the library is greater than our minimum version */
   5.139 +    if (($ALLEGRO_CONFIG_major_version > major) ||
   5.140 +        (($ALLEGRO_CONFIG_major_version == major) && ($ALLEGRO_CONFIG_minor_version > minor)) ||
   5.141 +        (($ALLEGRO_CONFIG_major_version == major) && ($ALLEGRO_CONFIG_minor_version == minor) &&
   5.142 +        ($ALLEGRO_CONFIG_micro_version >= micro)))
   5.143 +      {
   5.144 +        return 0;
   5.145 +       }
   5.146 +     else
   5.147 +      {
   5.148 +        printf("\n*** An old version of Allegro (%d.%d.%d) was found.\n",
   5.149 +               allegro_major_version, allegro_minor_version, allegro_micro_version);
   5.150 +        printf("*** You need a version of Allegro newer than %d.%d.%d. The latest version of\n",
   5.151 +           major, minor, micro);
   5.152 +        printf("*** Allegro is always available from http://alleg.sf.net.\n");
   5.153 +        printf("***\n");
   5.154 +        printf("*** If you have already installed a sufficiently new version, this error\n");
   5.155 +        printf("*** probably means that the wrong copy of the allegro-config shell script is\n");
   5.156 +        printf("*** being found. The easiest way to fix this is to remove the old version\n");
   5.157 +        printf("*** of Allegro, but you can also set the ALLEGRO_CONFIG environment to point to the\n");
   5.158 +        printf("*** correct copy of allegro-config. (In this case, you will have to\n");
   5.159 +        printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
   5.160 +        printf("*** so that the correct libraries are found at run-time))\n");
   5.161 +    }
   5.162 +  return 1;
   5.163 +} END_OF_MAIN()
   5.164 +],, no_allegro=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
   5.165 +       CFLAGS="$ac_save_CFLAGS"
   5.166 +       LIBS="$ac_save_LIBS"
   5.167 +     fi
   5.168 +  fi
   5.169 +
   5.170 +  if test "x$no_allegro" = x ; then
   5.171 +     AC_MSG_RESULT(yes (version $ALLEGRO_CONFIG_major_version.$ALLEGRO_CONFIG_minor_version.$ALLEGRO_CONFIG_micro_version))
   5.172 +     ifelse([$2], , :, [$2])     
   5.173 +  else
   5.174 +     AC_MSG_RESULT(no)
   5.175 +     if test "$ALLEGRO_CONFIG" = "no" ; then
   5.176 +       echo "*** The allegro-config script installed by Allegro could not be found"
   5.177 +       echo "*** If Allegro was installed in PREFIX, make sure PREFIX/bin is in"
   5.178 +       echo "*** your path, or set the ALLEGRO_CONFIG environment variable to the"
   5.179 +       echo "*** full path to allegro-config."
   5.180 +     else
   5.181 +       if test -f conf.allegrotest ; then
   5.182 +        :
   5.183 +       else
   5.184 +          echo "*** Could not run Allegro test program, checking why..."
   5.185 +          CFLAGS="$CFLAGS $allegro_CFLAGS"
   5.186 +          LIBS="$LIBS $allegro_LIBS"
   5.187 +          AC_TRY_LINK([
   5.188 +#include <allegro.h>
   5.189 +#include <stdio.h>
   5.190 +],      [ ALLEGRO_TEST_VERSION; return 0;],
   5.191 +        [ echo "*** The test program compiled, but did not run. This usually means"
   5.192 +          echo "*** that the run-time linker is not finding Allegro or finding the wrong"
   5.193 +          echo "*** version of Allegro. If it is not finding Allegro, you'll need to set your"
   5.194 +          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
   5.195 +          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
   5.196 +          echo "*** is required on your system"
   5.197 +          echo "***"
   5.198 +          echo "*** If you have an old version installed, it is best to remove it, although"
   5.199 +          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ],
   5.200 +        [ echo "*** The test program failed to compile or link. See the file config.log for the"
   5.201 +          echo "*** exact error that occured. This usually means Allegro was incorrectly installed"
   5.202 +          echo "*** or that you have moved Allegro since it was installed. In the latter case, you"
   5.203 +          echo "*** may want to edit the allegro-config script: $ALLEGRO_CONFIG" ])
   5.204 +          CFLAGS="$ac_save_CFLAGS"
   5.205 +          LIBS="$ac_save_LIBS"
   5.206 +       fi
   5.207 +     fi
   5.208 +
   5.209 +     allegro_CFLAGS=""
   5.210 +     allegro_LIBS=""
   5.211 +     ifelse([$3], , :, [$3])
   5.212 +  fi
   5.213 +  AC_SUBST(allegro_CFLAGS)
   5.214 +  AC_SUBST(allegro_LIBS)
   5.215 +  rm -f conf.allegrotest
   5.216 +])
   5.217 +
   5.218 +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
   5.219 +#
   5.220 +# This file is free software; the Free Software Foundation
   5.221 +# gives unlimited permission to copy and/or distribute it,
   5.222 +# with or without modifications, as long as this notice is preserved.
   5.223 +
   5.224 +# AM_AUTOMAKE_VERSION(VERSION)
   5.225 +# ----------------------------
   5.226 +# Automake X.Y traces this macro to ensure aclocal.m4 has been
   5.227 +# generated from the m4 files accompanying Automake X.Y.
   5.228 +# (This private macro should not be called outside this file.)
   5.229 +AC_DEFUN([AM_AUTOMAKE_VERSION],
   5.230 +[am__api_version='1.11'
   5.231 +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
   5.232 +dnl require some minimum version.  Point them to the right macro.
   5.233 +m4_if([$1], [1.11.1], [],
   5.234 +      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
   5.235 +])
   5.236 +
   5.237 +# _AM_AUTOCONF_VERSION(VERSION)
   5.238 +# -----------------------------
   5.239 +# aclocal traces this macro to find the Autoconf version.
   5.240 +# This is a private macro too.  Using m4_define simplifies
   5.241 +# the logic in aclocal, which can simply ignore this definition.
   5.242 +m4_define([_AM_AUTOCONF_VERSION], [])
   5.243 +
   5.244 +# AM_SET_CURRENT_AUTOMAKE_VERSION
   5.245 +# -------------------------------
   5.246 +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
   5.247 +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
   5.248 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
   5.249 +[AM_AUTOMAKE_VERSION([1.11.1])dnl
   5.250 +m4_ifndef([AC_AUTOCONF_VERSION],
   5.251 +  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
   5.252 +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
   5.253 +
   5.254 +# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
   5.255 +
   5.256 +# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
   5.257 +#
   5.258 +# This file is free software; the Free Software Foundation
   5.259 +# gives unlimited permission to copy and/or distribute it,
   5.260 +# with or without modifications, as long as this notice is preserved.
   5.261 +
   5.262 +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
   5.263 +# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
   5.264 +# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
   5.265 +#
   5.266 +# Of course, Automake must honor this variable whenever it calls a
   5.267 +# tool from the auxiliary directory.  The problem is that $srcdir (and
   5.268 +# therefore $ac_aux_dir as well) can be either absolute or relative,
   5.269 +# depending on how configure is run.  This is pretty annoying, since
   5.270 +# it makes $ac_aux_dir quite unusable in subdirectories: in the top
   5.271 +# source directory, any form will work fine, but in subdirectories a
   5.272 +# relative path needs to be adjusted first.
   5.273 +#
   5.274 +# $ac_aux_dir/missing
   5.275 +#    fails when called from a subdirectory if $ac_aux_dir is relative
   5.276 +# $top_srcdir/$ac_aux_dir/missing
   5.277 +#    fails if $ac_aux_dir is absolute,
   5.278 +#    fails when called from a subdirectory in a VPATH build with
   5.279 +#          a relative $ac_aux_dir
   5.280 +#
   5.281 +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
   5.282 +# are both prefixed by $srcdir.  In an in-source build this is usually
   5.283 +# harmless because $srcdir is `.', but things will broke when you
   5.284 +# start a VPATH build or use an absolute $srcdir.
   5.285 +#
   5.286 +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
   5.287 +# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
   5.288 +#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
   5.289 +# and then we would define $MISSING as
   5.290 +#   MISSING="\${SHELL} $am_aux_dir/missing"
   5.291 +# This will work as long as MISSING is not called from configure, because
   5.292 +# unfortunately $(top_srcdir) has no meaning in configure.
   5.293 +# However there are other variables, like CC, which are often used in
   5.294 +# configure, and could therefore not use this "fixed" $ac_aux_dir.
   5.295 +#
   5.296 +# Another solution, used here, is to always expand $ac_aux_dir to an
   5.297 +# absolute PATH.  The drawback is that using absolute paths prevent a
   5.298 +# configured tree to be moved without reconfiguration.
   5.299 +
   5.300 +AC_DEFUN([AM_AUX_DIR_EXPAND],
   5.301 +[dnl Rely on autoconf to set up CDPATH properly.
   5.302 +AC_PREREQ([2.50])dnl
   5.303 +# expand $ac_aux_dir to an absolute path
   5.304 +am_aux_dir=`cd $ac_aux_dir && pwd`
   5.305 +])
   5.306 +
   5.307 +# AM_CONDITIONAL                                            -*- Autoconf -*-
   5.308 +
   5.309 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
   5.310 +# Free Software Foundation, Inc.
   5.311 +#
   5.312 +# This file is free software; the Free Software Foundation
   5.313 +# gives unlimited permission to copy and/or distribute it,
   5.314 +# with or without modifications, as long as this notice is preserved.
   5.315 +
   5.316 +# serial 9
   5.317 +
   5.318 +# AM_CONDITIONAL(NAME, SHELL-CONDITION)
   5.319 +# -------------------------------------
   5.320 +# Define a conditional.
   5.321 +AC_DEFUN([AM_CONDITIONAL],
   5.322 +[AC_PREREQ(2.52)dnl
   5.323 + ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
   5.324 +	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
   5.325 +AC_SUBST([$1_TRUE])dnl
   5.326 +AC_SUBST([$1_FALSE])dnl
   5.327 +_AM_SUBST_NOTMAKE([$1_TRUE])dnl
   5.328 +_AM_SUBST_NOTMAKE([$1_FALSE])dnl
   5.329 +m4_define([_AM_COND_VALUE_$1], [$2])dnl
   5.330 +if $2; then
   5.331 +  $1_TRUE=
   5.332 +  $1_FALSE='#'
   5.333 +else
   5.334 +  $1_TRUE='#'
   5.335 +  $1_FALSE=
   5.336 +fi
   5.337 +AC_CONFIG_COMMANDS_PRE(
   5.338 +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
   5.339 +  AC_MSG_ERROR([[conditional "$1" was never defined.
   5.340 +Usually this means the macro was only invoked conditionally.]])
   5.341 +fi])])
   5.342 +
   5.343 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
   5.344 +# Free Software Foundation, Inc.
   5.345 +#
   5.346 +# This file is free software; the Free Software Foundation
   5.347 +# gives unlimited permission to copy and/or distribute it,
   5.348 +# with or without modifications, as long as this notice is preserved.
   5.349 +
   5.350 +# serial 10
   5.351 +
   5.352 +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
   5.353 +# written in clear, in which case automake, when reading aclocal.m4,
   5.354 +# will think it sees a *use*, and therefore will trigger all it's
   5.355 +# C support machinery.  Also note that it means that autoscan, seeing
   5.356 +# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
   5.357 +
   5.358 +
   5.359 +# _AM_DEPENDENCIES(NAME)
   5.360 +# ----------------------
   5.361 +# See how the compiler implements dependency checking.
   5.362 +# NAME is "CC", "CXX", "GCJ", or "OBJC".
   5.363 +# We try a few techniques and use that to set a single cache variable.
   5.364 +#
   5.365 +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
   5.366 +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
   5.367 +# dependency, and given that the user is not expected to run this macro,
   5.368 +# just rely on AC_PROG_CC.
   5.369 +AC_DEFUN([_AM_DEPENDENCIES],
   5.370 +[AC_REQUIRE([AM_SET_DEPDIR])dnl
   5.371 +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
   5.372 +AC_REQUIRE([AM_MAKE_INCLUDE])dnl
   5.373 +AC_REQUIRE([AM_DEP_TRACK])dnl
   5.374 +
   5.375 +ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
   5.376 +       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
   5.377 +       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
   5.378 +       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
   5.379 +       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
   5.380 +                   [depcc="$$1"   am_compiler_list=])
   5.381 +
   5.382 +AC_CACHE_CHECK([dependency style of $depcc],
   5.383 +               [am_cv_$1_dependencies_compiler_type],
   5.384 +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   5.385 +  # We make a subdir and do the tests there.  Otherwise we can end up
   5.386 +  # making bogus files that we don't know about and never remove.  For
   5.387 +  # instance it was reported that on HP-UX the gcc test will end up
   5.388 +  # making a dummy file named `D' -- because `-MD' means `put the output
   5.389 +  # in D'.
   5.390 +  mkdir conftest.dir
   5.391 +  # Copy depcomp to subdir because otherwise we won't find it if we're
   5.392 +  # using a relative directory.
   5.393 +  cp "$am_depcomp" conftest.dir
   5.394 +  cd conftest.dir
   5.395 +  # We will build objects and dependencies in a subdirectory because
   5.396 +  # it helps to detect inapplicable dependency modes.  For instance
   5.397 +  # both Tru64's cc and ICC support -MD to output dependencies as a
   5.398 +  # side effect of compilation, but ICC will put the dependencies in
   5.399 +  # the current directory while Tru64 will put them in the object
   5.400 +  # directory.
   5.401 +  mkdir sub
   5.402 +
   5.403 +  am_cv_$1_dependencies_compiler_type=none
   5.404 +  if test "$am_compiler_list" = ""; then
   5.405 +     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
   5.406 +  fi
   5.407 +  am__universal=false
   5.408 +  m4_case([$1], [CC],
   5.409 +    [case " $depcc " in #(
   5.410 +     *\ -arch\ *\ -arch\ *) am__universal=true ;;
   5.411 +     esac],
   5.412 +    [CXX],
   5.413 +    [case " $depcc " in #(
   5.414 +     *\ -arch\ *\ -arch\ *) am__universal=true ;;
   5.415 +     esac])
   5.416 +
   5.417 +  for depmode in $am_compiler_list; do
   5.418 +    # Setup a source with many dependencies, because some compilers
   5.419 +    # like to wrap large dependency lists on column 80 (with \), and
   5.420 +    # we should not choose a depcomp mode which is confused by this.
   5.421 +    #
   5.422 +    # We need to recreate these files for each test, as the compiler may
   5.423 +    # overwrite some of them when testing with obscure command lines.
   5.424 +    # This happens at least with the AIX C compiler.
   5.425 +    : > sub/conftest.c
   5.426 +    for i in 1 2 3 4 5 6; do
   5.427 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
   5.428 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
   5.429 +      # Solaris 8's {/usr,}/bin/sh.
   5.430 +      touch sub/conftst$i.h
   5.431 +    done
   5.432 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   5.433 +
   5.434 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
   5.435 +    # mode.  It turns out that the SunPro C++ compiler does not properly
   5.436 +    # handle `-M -o', and we need to detect this.  Also, some Intel
   5.437 +    # versions had trouble with output in subdirs
   5.438 +    am__obj=sub/conftest.${OBJEXT-o}
   5.439 +    am__minus_obj="-o $am__obj"
   5.440 +    case $depmode in
   5.441 +    gcc)
   5.442 +      # This depmode causes a compiler race in universal mode.
   5.443 +      test "$am__universal" = false || continue
   5.444 +      ;;
   5.445 +    nosideeffect)
   5.446 +      # after this tag, mechanisms are not by side-effect, so they'll
   5.447 +      # only be used when explicitly requested
   5.448 +      if test "x$enable_dependency_tracking" = xyes; then
   5.449 +	continue
   5.450 +      else
   5.451 +	break
   5.452 +      fi
   5.453 +      ;;
   5.454 +    msvisualcpp | msvcmsys)
   5.455 +      # This compiler won't grok `-c -o', but also, the minuso test has
   5.456 +      # not run yet.  These depmodes are late enough in the game, and
   5.457 +      # so weak that their functioning should not be impacted.
   5.458 +      am__obj=conftest.${OBJEXT-o}
   5.459 +      am__minus_obj=
   5.460 +      ;;
   5.461 +    none) break ;;
   5.462 +    esac
   5.463 +    if depmode=$depmode \
   5.464 +       source=sub/conftest.c object=$am__obj \
   5.465 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   5.466 +       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
   5.467 +         >/dev/null 2>conftest.err &&
   5.468 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   5.469 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   5.470 +       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
   5.471 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   5.472 +      # icc doesn't choke on unknown options, it will just issue warnings
   5.473 +      # or remarks (even with -Werror).  So we grep stderr for any message
   5.474 +      # that says an option was ignored or not supported.
   5.475 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
   5.476 +      #   icc: Command line warning: ignoring option '-M'; no argument required
   5.477 +      # The diagnosis changed in icc 8.0:
   5.478 +      #   icc: Command line remark: option '-MP' not supported
   5.479 +      if (grep 'ignoring option' conftest.err ||
   5.480 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   5.481 +        am_cv_$1_dependencies_compiler_type=$depmode
   5.482 +        break
   5.483 +      fi
   5.484 +    fi
   5.485 +  done
   5.486 +
   5.487 +  cd ..
   5.488 +  rm -rf conftest.dir
   5.489 +else
   5.490 +  am_cv_$1_dependencies_compiler_type=none
   5.491 +fi
   5.492 +])
   5.493 +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
   5.494 +AM_CONDITIONAL([am__fastdep$1], [
   5.495 +  test "x$enable_dependency_tracking" != xno \
   5.496 +  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
   5.497 +])
   5.498 +
   5.499 +
   5.500 +# AM_SET_DEPDIR
   5.501 +# -------------
   5.502 +# Choose a directory name for dependency files.
   5.503 +# This macro is AC_REQUIREd in _AM_DEPENDENCIES
   5.504 +AC_DEFUN([AM_SET_DEPDIR],
   5.505 +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
   5.506 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
   5.507 +])
   5.508 +
   5.509 +
   5.510 +# AM_DEP_TRACK
   5.511 +# ------------
   5.512 +AC_DEFUN([AM_DEP_TRACK],
   5.513 +[AC_ARG_ENABLE(dependency-tracking,
   5.514 +[  --disable-dependency-tracking  speeds up one-time build
   5.515 +  --enable-dependency-tracking   do not reject slow dependency extractors])
   5.516 +if test "x$enable_dependency_tracking" != xno; then
   5.517 +  am_depcomp="$ac_aux_dir/depcomp"
   5.518 +  AMDEPBACKSLASH='\'
   5.519 +fi
   5.520 +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
   5.521 +AC_SUBST([AMDEPBACKSLASH])dnl
   5.522 +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
   5.523 +])
   5.524 +
   5.525 +# Generate code to set up dependency tracking.              -*- Autoconf -*-
   5.526 +
   5.527 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
   5.528 +# Free Software Foundation, Inc.
   5.529 +#
   5.530 +# This file is free software; the Free Software Foundation
   5.531 +# gives unlimited permission to copy and/or distribute it,
   5.532 +# with or without modifications, as long as this notice is preserved.
   5.533 +
   5.534 +#serial 5
   5.535 +
   5.536 +# _AM_OUTPUT_DEPENDENCY_COMMANDS
   5.537 +# ------------------------------
   5.538 +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
   5.539 +[{
   5.540 +  # Autoconf 2.62 quotes --file arguments for eval, but not when files
   5.541 +  # are listed without --file.  Let's play safe and only enable the eval
   5.542 +  # if we detect the quoting.
   5.543 +  case $CONFIG_FILES in
   5.544 +  *\'*) eval set x "$CONFIG_FILES" ;;
   5.545 +  *)   set x $CONFIG_FILES ;;
   5.546 +  esac
   5.547 +  shift
   5.548 +  for mf
   5.549 +  do
   5.550 +    # Strip MF so we end up with the name of the file.
   5.551 +    mf=`echo "$mf" | sed -e 's/:.*$//'`
   5.552 +    # Check whether this is an Automake generated Makefile or not.
   5.553 +    # We used to match only the files named `Makefile.in', but
   5.554 +    # some people rename them; so instead we look at the file content.
   5.555 +    # Grep'ing the first line is not enough: some people post-process
   5.556 +    # each Makefile.in and add a new line on top of each file to say so.
   5.557 +    # Grep'ing the whole file is not good either: AIX grep has a line
   5.558 +    # limit of 2048, but all sed's we know have understand at least 4000.
   5.559 +    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
   5.560 +      dirpart=`AS_DIRNAME("$mf")`
   5.561 +    else
   5.562 +      continue
   5.563 +    fi
   5.564 +    # Extract the definition of DEPDIR, am__include, and am__quote
   5.565 +    # from the Makefile without running `make'.
   5.566 +    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   5.567 +    test -z "$DEPDIR" && continue
   5.568 +    am__include=`sed -n 's/^am__include = //p' < "$mf"`
   5.569 +    test -z "am__include" && continue
   5.570 +    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   5.571 +    # When using ansi2knr, U may be empty or an underscore; expand it
   5.572 +    U=`sed -n 's/^U = //p' < "$mf"`
   5.573 +    # Find all dependency output files, they are included files with
   5.574 +    # $(DEPDIR) in their names.  We invoke sed twice because it is the
   5.575 +    # simplest approach to changing $(DEPDIR) to its actual value in the
   5.576 +    # expansion.
   5.577 +    for file in `sed -n "
   5.578 +      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   5.579 +	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
   5.580 +      # Make sure the directory exists.
   5.581 +      test -f "$dirpart/$file" && continue
   5.582 +      fdir=`AS_DIRNAME(["$file"])`
   5.583 +      AS_MKDIR_P([$dirpart/$fdir])
   5.584 +      # echo "creating $dirpart/$file"
   5.585 +      echo '# dummy' > "$dirpart/$file"
   5.586 +    done
   5.587 +  done
   5.588 +}
   5.589 +])# _AM_OUTPUT_DEPENDENCY_COMMANDS
   5.590 +
   5.591 +
   5.592 +# AM_OUTPUT_DEPENDENCY_COMMANDS
   5.593 +# -----------------------------
   5.594 +# This macro should only be invoked once -- use via AC_REQUIRE.
   5.595 +#
   5.596 +# This code is only required when automatic dependency tracking
   5.597 +# is enabled.  FIXME.  This creates each `.P' file that we will
   5.598 +# need in order to bootstrap the dependency handling code.
   5.599 +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
   5.600 +[AC_CONFIG_COMMANDS([depfiles],
   5.601 +     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
   5.602 +     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
   5.603 +])
   5.604 +
   5.605 +# Do all the work for Automake.                             -*- Autoconf -*-
   5.606 +
   5.607 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
   5.608 +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
   5.609 +#
   5.610 +# This file is free software; the Free Software Foundation
   5.611 +# gives unlimited permission to copy and/or distribute it,
   5.612 +# with or without modifications, as long as this notice is preserved.
   5.613 +
   5.614 +# serial 16
   5.615 +
   5.616 +# This macro actually does too much.  Some checks are only needed if
   5.617 +# your package does certain things.  But this isn't really a big deal.
   5.618 +
   5.619 +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
   5.620 +# AM_INIT_AUTOMAKE([OPTIONS])
   5.621 +# -----------------------------------------------
   5.622 +# The call with PACKAGE and VERSION arguments is the old style
   5.623 +# call (pre autoconf-2.50), which is being phased out.  PACKAGE
   5.624 +# and VERSION should now be passed to AC_INIT and removed from
   5.625 +# the call to AM_INIT_AUTOMAKE.
   5.626 +# We support both call styles for the transition.  After
   5.627 +# the next Automake release, Autoconf can make the AC_INIT
   5.628 +# arguments mandatory, and then we can depend on a new Autoconf
   5.629 +# release and drop the old call support.
   5.630 +AC_DEFUN([AM_INIT_AUTOMAKE],
   5.631 +[AC_PREREQ([2.62])dnl
   5.632 +dnl Autoconf wants to disallow AM_ names.  We explicitly allow
   5.633 +dnl the ones we care about.
   5.634 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
   5.635 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
   5.636 +AC_REQUIRE([AC_PROG_INSTALL])dnl
   5.637 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
   5.638 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   5.639 +  # is not polluted with repeated "-I."
   5.640 +  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
   5.641 +  # test to see if srcdir already configured
   5.642 +  if test -f $srcdir/config.status; then
   5.643 +    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
   5.644 +  fi
   5.645 +fi
   5.646 +
   5.647 +# test whether we have cygpath
   5.648 +if test -z "$CYGPATH_W"; then
   5.649 +  if (cygpath --version) >/dev/null 2>/dev/null; then
   5.650 +    CYGPATH_W='cygpath -w'
   5.651 +  else
   5.652 +    CYGPATH_W=echo
   5.653 +  fi
   5.654 +fi
   5.655 +AC_SUBST([CYGPATH_W])
   5.656 +
   5.657 +# Define the identity of the package.
   5.658 +dnl Distinguish between old-style and new-style calls.
   5.659 +m4_ifval([$2],
   5.660 +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
   5.661 + AC_SUBST([PACKAGE], [$1])dnl
   5.662 + AC_SUBST([VERSION], [$2])],
   5.663 +[_AM_SET_OPTIONS([$1])dnl
   5.664 +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
   5.665 +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
   5.666 +  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
   5.667 + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
   5.668 + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
   5.669 +
   5.670 +_AM_IF_OPTION([no-define],,
   5.671 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
   5.672 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
   5.673 +
   5.674 +# Some tools Automake needs.
   5.675 +AC_REQUIRE([AM_SANITY_CHECK])dnl
   5.676 +AC_REQUIRE([AC_ARG_PROGRAM])dnl
   5.677 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
   5.678 +AM_MISSING_PROG(AUTOCONF, autoconf)
   5.679 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
   5.680 +AM_MISSING_PROG(AUTOHEADER, autoheader)
   5.681 +AM_MISSING_PROG(MAKEINFO, makeinfo)
   5.682 +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
   5.683 +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
   5.684 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl
   5.685 +# We need awk for the "check" target.  The system "awk" is bad on
   5.686 +# some platforms.
   5.687 +AC_REQUIRE([AC_PROG_AWK])dnl
   5.688 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl
   5.689 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl
   5.690 +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
   5.691 +	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
   5.692 +			     [_AM_PROG_TAR([v7])])])
   5.693 +_AM_IF_OPTION([no-dependencies],,
   5.694 +[AC_PROVIDE_IFELSE([AC_PROG_CC],
   5.695 +		  [_AM_DEPENDENCIES(CC)],
   5.696 +		  [define([AC_PROG_CC],
   5.697 +			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
   5.698 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
   5.699 +		  [_AM_DEPENDENCIES(CXX)],
   5.700 +		  [define([AC_PROG_CXX],
   5.701 +			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
   5.702 +AC_PROVIDE_IFELSE([AC_PROG_OBJC],
   5.703 +		  [_AM_DEPENDENCIES(OBJC)],
   5.704 +		  [define([AC_PROG_OBJC],
   5.705 +			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
   5.706 +])
   5.707 +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
   5.708 +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
   5.709 +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
   5.710 +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
   5.711 +AC_CONFIG_COMMANDS_PRE(dnl
   5.712 +[m4_provide_if([_AM_COMPILER_EXEEXT],
   5.713 +  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
   5.714 +])
   5.715 +
   5.716 +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
   5.717 +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
   5.718 +dnl mangled by Autoconf and run in a shell conditional statement.
   5.719 +m4_define([_AC_COMPILER_EXEEXT],
   5.720 +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
   5.721 +
   5.722 +
   5.723 +# When config.status generates a header, we must update the stamp-h file.
   5.724 +# This file resides in the same directory as the config header
   5.725 +# that is generated.  The stamp files are numbered to have different names.
   5.726 +
   5.727 +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
   5.728 +# loop where config.status creates the headers, so we can generate
   5.729 +# our stamp files there.
   5.730 +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
   5.731 +[# Compute $1's index in $config_headers.
   5.732 +_am_arg=$1
   5.733 +_am_stamp_count=1
   5.734 +for _am_header in $config_headers :; do
   5.735 +  case $_am_header in
   5.736 +    $_am_arg | $_am_arg:* )
   5.737 +      break ;;
   5.738 +    * )
   5.739 +      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   5.740 +  esac
   5.741 +done
   5.742 +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
   5.743 +
   5.744 +# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
   5.745 +#
   5.746 +# This file is free software; the Free Software Foundation
   5.747 +# gives unlimited permission to copy and/or distribute it,
   5.748 +# with or without modifications, as long as this notice is preserved.
   5.749 +
   5.750 +# AM_PROG_INSTALL_SH
   5.751 +# ------------------
   5.752 +# Define $install_sh.
   5.753 +AC_DEFUN([AM_PROG_INSTALL_SH],
   5.754 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
   5.755 +if test x"${install_sh}" != xset; then
   5.756 +  case $am_aux_dir in
   5.757 +  *\ * | *\	*)
   5.758 +    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
   5.759 +  *)
   5.760 +    install_sh="\${SHELL} $am_aux_dir/install-sh"
   5.761 +  esac
   5.762 +fi
   5.763 +AC_SUBST(install_sh)])
   5.764 +
   5.765 +# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
   5.766 +#
   5.767 +# This file is free software; the Free Software Foundation
   5.768 +# gives unlimited permission to copy and/or distribute it,
   5.769 +# with or without modifications, as long as this notice is preserved.
   5.770 +
   5.771 +# serial 2
   5.772 +
   5.773 +# Check whether the underlying file-system supports filenames
   5.774 +# with a leading dot.  For instance MS-DOS doesn't.
   5.775 +AC_DEFUN([AM_SET_LEADING_DOT],
   5.776 +[rm -rf .tst 2>/dev/null
   5.777 +mkdir .tst 2>/dev/null
   5.778 +if test -d .tst; then
   5.779 +  am__leading_dot=.
   5.780 +else
   5.781 +  am__leading_dot=_
   5.782 +fi
   5.783 +rmdir .tst 2>/dev/null
   5.784 +AC_SUBST([am__leading_dot])])
   5.785 +
   5.786 +# Check to see how 'make' treats includes.	            -*- Autoconf -*-
   5.787 +
   5.788 +# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
   5.789 +#
   5.790 +# This file is free software; the Free Software Foundation
   5.791 +# gives unlimited permission to copy and/or distribute it,
   5.792 +# with or without modifications, as long as this notice is preserved.
   5.793 +
   5.794 +# serial 4
   5.795 +
   5.796 +# AM_MAKE_INCLUDE()
   5.797 +# -----------------
   5.798 +# Check to see how make treats includes.
   5.799 +AC_DEFUN([AM_MAKE_INCLUDE],
   5.800 +[am_make=${MAKE-make}
   5.801 +cat > confinc << 'END'
   5.802 +am__doit:
   5.803 +	@echo this is the am__doit target
   5.804 +.PHONY: am__doit
   5.805 +END
   5.806 +# If we don't find an include directive, just comment out the code.
   5.807 +AC_MSG_CHECKING([for style of include used by $am_make])
   5.808 +am__include="#"
   5.809 +am__quote=
   5.810 +_am_result=none
   5.811 +# First try GNU make style include.
   5.812 +echo "include confinc" > confmf
   5.813 +# Ignore all kinds of additional output from `make'.
   5.814 +case `$am_make -s -f confmf 2> /dev/null` in #(
   5.815 +*the\ am__doit\ target*)
   5.816 +  am__include=include
   5.817 +  am__quote=
   5.818 +  _am_result=GNU
   5.819 +  ;;
   5.820 +esac
   5.821 +# Now try BSD make style include.
   5.822 +if test "$am__include" = "#"; then
   5.823 +   echo '.include "confinc"' > confmf
   5.824 +   case `$am_make -s -f confmf 2> /dev/null` in #(
   5.825 +   *the\ am__doit\ target*)
   5.826 +     am__include=.include
   5.827 +     am__quote="\""
   5.828 +     _am_result=BSD
   5.829 +     ;;
   5.830 +   esac
   5.831 +fi
   5.832 +AC_SUBST([am__include])
   5.833 +AC_SUBST([am__quote])
   5.834 +AC_MSG_RESULT([$_am_result])
   5.835 +rm -f confinc confmf
   5.836 +])
   5.837 +
   5.838 +# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
   5.839 +# Free Software Foundation, Inc.
   5.840 +#
   5.841 +# This file is free software; the Free Software Foundation
   5.842 +# gives unlimited permission to copy and/or distribute it,
   5.843 +# with or without modifications, as long as this notice is preserved.
   5.844 +
   5.845 +# serial 6
   5.846 +
   5.847 +# AM_PROG_CC_C_O
   5.848 +# --------------
   5.849 +# Like AC_PROG_CC_C_O, but changed for automake.
   5.850 +AC_DEFUN([AM_PROG_CC_C_O],
   5.851 +[AC_REQUIRE([AC_PROG_CC_C_O])dnl
   5.852 +AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
   5.853 +AC_REQUIRE_AUX_FILE([compile])dnl
   5.854 +# FIXME: we rely on the cache variable name because
   5.855 +# there is no other way.
   5.856 +set dummy $CC
   5.857 +am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
   5.858 +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
   5.859 +if test "$am_t" != yes; then
   5.860 +   # Losing compiler, so override with the script.
   5.861 +   # FIXME: It is wrong to rewrite CC.
   5.862 +   # But if we don't then we get into trouble of one sort or another.
   5.863 +   # A longer-term fix would be to have automake use am__CC in this case,
   5.864 +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   5.865 +   CC="$am_aux_dir/compile $CC"
   5.866 +fi
   5.867 +dnl Make sure AC_PROG_CC is never called again, or it will override our
   5.868 +dnl setting of CC.
   5.869 +m4_define([AC_PROG_CC],
   5.870 +          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
   5.871 +])
   5.872 +
   5.873 +# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
   5.874 +
   5.875 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
   5.876 +# Free Software Foundation, Inc.
   5.877 +#
   5.878 +# This file is free software; the Free Software Foundation
   5.879 +# gives unlimited permission to copy and/or distribute it,
   5.880 +# with or without modifications, as long as this notice is preserved.
   5.881 +
   5.882 +# serial 6
   5.883 +
   5.884 +# AM_MISSING_PROG(NAME, PROGRAM)
   5.885 +# ------------------------------
   5.886 +AC_DEFUN([AM_MISSING_PROG],
   5.887 +[AC_REQUIRE([AM_MISSING_HAS_RUN])
   5.888 +$1=${$1-"${am_missing_run}$2"}
   5.889 +AC_SUBST($1)])
   5.890 +
   5.891 +
   5.892 +# AM_MISSING_HAS_RUN
   5.893 +# ------------------
   5.894 +# Define MISSING if not defined so far and test if it supports --run.
   5.895 +# If it does, set am_missing_run to use it, otherwise, to nothing.
   5.896 +AC_DEFUN([AM_MISSING_HAS_RUN],
   5.897 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
   5.898 +AC_REQUIRE_AUX_FILE([missing])dnl
   5.899 +if test x"${MISSING+set}" != xset; then
   5.900 +  case $am_aux_dir in
   5.901 +  *\ * | *\	*)
   5.902 +    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
   5.903 +  *)
   5.904 +    MISSING="\${SHELL} $am_aux_dir/missing" ;;
   5.905 +  esac
   5.906 +fi
   5.907 +# Use eval to expand $SHELL
   5.908 +if eval "$MISSING --run true"; then
   5.909 +  am_missing_run="$MISSING --run "
   5.910 +else
   5.911 +  am_missing_run=
   5.912 +  AC_MSG_WARN([`missing' script is too old or missing])
   5.913 +fi
   5.914 +])
   5.915 +
   5.916 +# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
   5.917 +#
   5.918 +# This file is free software; the Free Software Foundation
   5.919 +# gives unlimited permission to copy and/or distribute it,
   5.920 +# with or without modifications, as long as this notice is preserved.
   5.921 +
   5.922 +# AM_PROG_MKDIR_P
   5.923 +# ---------------
   5.924 +# Check for `mkdir -p'.
   5.925 +AC_DEFUN([AM_PROG_MKDIR_P],
   5.926 +[AC_PREREQ([2.60])dnl
   5.927 +AC_REQUIRE([AC_PROG_MKDIR_P])dnl
   5.928 +dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
   5.929 +dnl while keeping a definition of mkdir_p for backward compatibility.
   5.930 +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
   5.931 +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
   5.932 +dnl Makefile.ins that do not define MKDIR_P, so we do our own
   5.933 +dnl adjustment using top_builddir (which is defined more often than
   5.934 +dnl MKDIR_P).
   5.935 +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
   5.936 +case $mkdir_p in
   5.937 +  [[\\/$]]* | ?:[[\\/]]*) ;;
   5.938 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
   5.939 +esac
   5.940 +])
   5.941 +
   5.942 +# Helper functions for option handling.                     -*- Autoconf -*-
   5.943 +
   5.944 +# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
   5.945 +#
   5.946 +# This file is free software; the Free Software Foundation
   5.947 +# gives unlimited permission to copy and/or distribute it,
   5.948 +# with or without modifications, as long as this notice is preserved.
   5.949 +
   5.950 +# serial 4
   5.951 +
   5.952 +# _AM_MANGLE_OPTION(NAME)
   5.953 +# -----------------------
   5.954 +AC_DEFUN([_AM_MANGLE_OPTION],
   5.955 +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
   5.956 +
   5.957 +# _AM_SET_OPTION(NAME)
   5.958 +# ------------------------------
   5.959 +# Set option NAME.  Presently that only means defining a flag for this option.
   5.960 +AC_DEFUN([_AM_SET_OPTION],
   5.961 +[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
   5.962 +
   5.963 +# _AM_SET_OPTIONS(OPTIONS)
   5.964 +# ----------------------------------
   5.965 +# OPTIONS is a space-separated list of Automake options.
   5.966 +AC_DEFUN([_AM_SET_OPTIONS],
   5.967 +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
   5.968 +
   5.969 +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
   5.970 +# -------------------------------------------
   5.971 +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
   5.972 +AC_DEFUN([_AM_IF_OPTION],
   5.973 +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
   5.974 +
   5.975 +# Check to make sure that the build environment is sane.    -*- Autoconf -*-
   5.976 +
   5.977 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
   5.978 +# Free Software Foundation, Inc.
   5.979 +#
   5.980 +# This file is free software; the Free Software Foundation
   5.981 +# gives unlimited permission to copy and/or distribute it,
   5.982 +# with or without modifications, as long as this notice is preserved.
   5.983 +
   5.984 +# serial 5
   5.985 +
   5.986 +# AM_SANITY_CHECK
   5.987 +# ---------------
   5.988 +AC_DEFUN([AM_SANITY_CHECK],
   5.989 +[AC_MSG_CHECKING([whether build environment is sane])
   5.990 +# Just in case
   5.991 +sleep 1
   5.992 +echo timestamp > conftest.file
   5.993 +# Reject unsafe characters in $srcdir or the absolute working directory
   5.994 +# name.  Accept space and tab only in the latter.
   5.995 +am_lf='
   5.996 +'
   5.997 +case `pwd` in
   5.998 +  *[[\\\"\#\$\&\'\`$am_lf]]*)
   5.999 +    AC_MSG_ERROR([unsafe absolute working directory name]);;
  5.1000 +esac
  5.1001 +case $srcdir in
  5.1002 +  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
  5.1003 +    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
  5.1004 +esac
  5.1005 +
  5.1006 +# Do `set' in a subshell so we don't clobber the current shell's
  5.1007 +# arguments.  Must try -L first in case configure is actually a
  5.1008 +# symlink; some systems play weird games with the mod time of symlinks
  5.1009 +# (eg FreeBSD returns the mod time of the symlink's containing
  5.1010 +# directory).
  5.1011 +if (
  5.1012 +   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  5.1013 +   if test "$[*]" = "X"; then
  5.1014 +      # -L didn't work.
  5.1015 +      set X `ls -t "$srcdir/configure" conftest.file`
  5.1016 +   fi
  5.1017 +   rm -f conftest.file
  5.1018 +   if test "$[*]" != "X $srcdir/configure conftest.file" \
  5.1019 +      && test "$[*]" != "X conftest.file $srcdir/configure"; then
  5.1020 +
  5.1021 +      # If neither matched, then we have a broken ls.  This can happen
  5.1022 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
  5.1023 +      # broken ls alias from the environment.  This has actually
  5.1024 +      # happened.  Such a system could not be considered "sane".
  5.1025 +      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
  5.1026 +alias in your environment])
  5.1027 +   fi
  5.1028 +
  5.1029 +   test "$[2]" = conftest.file
  5.1030 +   )
  5.1031 +then
  5.1032 +   # Ok.
  5.1033 +   :
  5.1034 +else
  5.1035 +   AC_MSG_ERROR([newly created file is older than distributed files!
  5.1036 +Check your system clock])
  5.1037 +fi
  5.1038 +AC_MSG_RESULT(yes)])
  5.1039 +
  5.1040 +# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
  5.1041 +#
  5.1042 +# This file is free software; the Free Software Foundation
  5.1043 +# gives unlimited permission to copy and/or distribute it,
  5.1044 +# with or without modifications, as long as this notice is preserved.
  5.1045 +
  5.1046 +# AM_PROG_INSTALL_STRIP
  5.1047 +# ---------------------
  5.1048 +# One issue with vendor `install' (even GNU) is that you can't
  5.1049 +# specify the program used to strip binaries.  This is especially
  5.1050 +# annoying in cross-compiling environments, where the build's strip
  5.1051 +# is unlikely to handle the host's binaries.
  5.1052 +# Fortunately install-sh will honor a STRIPPROG variable, so we
  5.1053 +# always use install-sh in `make install-strip', and initialize
  5.1054 +# STRIPPROG with the value of the STRIP variable (set by the user).
  5.1055 +AC_DEFUN([AM_PROG_INSTALL_STRIP],
  5.1056 +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  5.1057 +# Installed binaries are usually stripped using `strip' when the user
  5.1058 +# run `make install-strip'.  However `strip' might not be the right
  5.1059 +# tool to use in cross-compilation environments, therefore Automake
  5.1060 +# will honor the `STRIP' environment variable to overrule this program.
  5.1061 +dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  5.1062 +if test "$cross_compiling" != no; then
  5.1063 +  AC_CHECK_TOOL([STRIP], [strip], :)
  5.1064 +fi
  5.1065 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  5.1066 +AC_SUBST([INSTALL_STRIP_PROGRAM])])
  5.1067 +
  5.1068 +# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
  5.1069 +#
  5.1070 +# This file is free software; the Free Software Foundation
  5.1071 +# gives unlimited permission to copy and/or distribute it,
  5.1072 +# with or without modifications, as long as this notice is preserved.
  5.1073 +
  5.1074 +# serial 2
  5.1075 +
  5.1076 +# _AM_SUBST_NOTMAKE(VARIABLE)
  5.1077 +# ---------------------------
  5.1078 +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  5.1079 +# This macro is traced by Automake.
  5.1080 +AC_DEFUN([_AM_SUBST_NOTMAKE])
  5.1081 +
  5.1082 +# AM_SUBST_NOTMAKE(VARIABLE)
  5.1083 +# ---------------------------
  5.1084 +# Public sister of _AM_SUBST_NOTMAKE.
  5.1085 +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  5.1086 +
  5.1087 +# Check how to create a tarball.                            -*- Autoconf -*-
  5.1088 +
  5.1089 +# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
  5.1090 +#
  5.1091 +# This file is free software; the Free Software Foundation
  5.1092 +# gives unlimited permission to copy and/or distribute it,
  5.1093 +# with or without modifications, as long as this notice is preserved.
  5.1094 +
  5.1095 +# serial 2
  5.1096 +
  5.1097 +# _AM_PROG_TAR(FORMAT)
  5.1098 +# --------------------
  5.1099 +# Check how to create a tarball in format FORMAT.
  5.1100 +# FORMAT should be one of `v7', `ustar', or `pax'.
  5.1101 +#
  5.1102 +# Substitute a variable $(am__tar) that is a command
  5.1103 +# writing to stdout a FORMAT-tarball containing the directory
  5.1104 +# $tardir.
  5.1105 +#     tardir=directory && $(am__tar) > result.tar
  5.1106 +#
  5.1107 +# Substitute a variable $(am__untar) that extract such
  5.1108 +# a tarball read from stdin.
  5.1109 +#     $(am__untar) < result.tar
  5.1110 +AC_DEFUN([_AM_PROG_TAR],
  5.1111 +[# Always define AMTAR for backward compatibility.
  5.1112 +AM_MISSING_PROG([AMTAR], [tar])
  5.1113 +m4_if([$1], [v7],
  5.1114 +     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  5.1115 +     [m4_case([$1], [ustar],, [pax],,
  5.1116 +              [m4_fatal([Unknown tar format])])
  5.1117 +AC_MSG_CHECKING([how to create a $1 tar archive])
  5.1118 +# Loop over all known methods to create a tar archive until one works.
  5.1119 +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  5.1120 +_am_tools=${am_cv_prog_tar_$1-$_am_tools}
  5.1121 +# Do not fold the above two line into one, because Tru64 sh and
  5.1122 +# Solaris sh will not grok spaces in the rhs of `-'.
  5.1123 +for _am_tool in $_am_tools
  5.1124 +do
  5.1125 +  case $_am_tool in
  5.1126 +  gnutar)
  5.1127 +    for _am_tar in tar gnutar gtar;
  5.1128 +    do
  5.1129 +      AM_RUN_LOG([$_am_tar --version]) && break
  5.1130 +    done
  5.1131 +    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  5.1132 +    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  5.1133 +    am__untar="$_am_tar -xf -"
  5.1134 +    ;;
  5.1135 +  plaintar)
  5.1136 +    # Must skip GNU tar: if it does not support --format= it doesn't create
  5.1137 +    # ustar tarball either.
  5.1138 +    (tar --version) >/dev/null 2>&1 && continue
  5.1139 +    am__tar='tar chf - "$$tardir"'
  5.1140 +    am__tar_='tar chf - "$tardir"'
  5.1141 +    am__untar='tar xf -'
  5.1142 +    ;;
  5.1143 +  pax)
  5.1144 +    am__tar='pax -L -x $1 -w "$$tardir"'
  5.1145 +    am__tar_='pax -L -x $1 -w "$tardir"'
  5.1146 +    am__untar='pax -r'
  5.1147 +    ;;
  5.1148 +  cpio)
  5.1149 +    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  5.1150 +    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  5.1151 +    am__untar='cpio -i -H $1 -d'
  5.1152 +    ;;
  5.1153 +  none)
  5.1154 +    am__tar=false
  5.1155 +    am__tar_=false
  5.1156 +    am__untar=false
  5.1157 +    ;;
  5.1158 +  esac
  5.1159 +
  5.1160 +  # If the value was cached, stop now.  We just wanted to have am__tar
  5.1161 +  # and am__untar set.
  5.1162 +  test -n "${am_cv_prog_tar_$1}" && break
  5.1163 +
  5.1164 +  # tar/untar a dummy directory, and stop if the command works
  5.1165 +  rm -rf conftest.dir
  5.1166 +  mkdir conftest.dir
  5.1167 +  echo GrepMe > conftest.dir/file
  5.1168 +  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  5.1169 +  rm -rf conftest.dir
  5.1170 +  if test -s conftest.tar; then
  5.1171 +    AM_RUN_LOG([$am__untar <conftest.tar])
  5.1172 +    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  5.1173 +  fi
  5.1174 +done
  5.1175 +rm -rf conftest.dir
  5.1176 +
  5.1177 +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  5.1178 +AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  5.1179 +AC_SUBST([am__tar])
  5.1180 +AC_SUBST([am__untar])
  5.1181 +]) # _AM_PROG_TAR
  5.1182 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/compile	Thu Sep 04 21:07:24 2014 +0100
     6.3 @@ -0,0 +1,1 @@
     6.4 +/usr/share/automake-1.11/compile
     6.5 \ No newline at end of file
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/configure	Thu Sep 04 21:07:24 2014 +0100
     7.3 @@ -0,0 +1,5600 @@
     7.4 +#! /bin/sh
     7.5 +# Guess values for system-dependent variables and create Makefiles.
     7.6 +# Generated by GNU Autoconf 2.65 for PCem v9.
     7.7 +#
     7.8 +# Report bugs to <Tom Walker <tommowalker@tommowalker.co.uk>>.
     7.9 +#
    7.10 +#
    7.11 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    7.12 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    7.13 +# Inc.
    7.14 +#
    7.15 +#
    7.16 +# This configure script is free software; the Free Software Foundation
    7.17 +# gives unlimited permission to copy, distribute and modify it.
    7.18 +## -------------------- ##
    7.19 +## M4sh Initialization. ##
    7.20 +## -------------------- ##
    7.21 +
    7.22 +# Be more Bourne compatible
    7.23 +DUALCASE=1; export DUALCASE # for MKS sh
    7.24 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    7.25 +  emulate sh
    7.26 +  NULLCMD=:
    7.27 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    7.28 +  # is contrary to our usage.  Disable this feature.
    7.29 +  alias -g '${1+"$@"}'='"$@"'
    7.30 +  setopt NO_GLOB_SUBST
    7.31 +else
    7.32 +  case `(set -o) 2>/dev/null` in #(
    7.33 +  *posix*) :
    7.34 +    set -o posix ;; #(
    7.35 +  *) :
    7.36 +     ;;
    7.37 +esac
    7.38 +fi
    7.39 +
    7.40 +
    7.41 +as_nl='
    7.42 +'
    7.43 +export as_nl
    7.44 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
    7.45 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    7.46 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    7.47 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    7.48 +# Prefer a ksh shell builtin over an external printf program on Solaris,
    7.49 +# but without wasting forks for bash or zsh.
    7.50 +if test -z "$BASH_VERSION$ZSH_VERSION" \
    7.51 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
    7.52 +  as_echo='print -r --'
    7.53 +  as_echo_n='print -rn --'
    7.54 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    7.55 +  as_echo='printf %s\n'
    7.56 +  as_echo_n='printf %s'
    7.57 +else
    7.58 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    7.59 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    7.60 +    as_echo_n='/usr/ucb/echo -n'
    7.61 +  else
    7.62 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    7.63 +    as_echo_n_body='eval
    7.64 +      arg=$1;
    7.65 +      case $arg in #(
    7.66 +      *"$as_nl"*)
    7.67 +	expr "X$arg" : "X\\(.*\\)$as_nl";
    7.68 +	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    7.69 +      esac;
    7.70 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    7.71 +    '
    7.72 +    export as_echo_n_body
    7.73 +    as_echo_n='sh -c $as_echo_n_body as_echo'
    7.74 +  fi
    7.75 +  export as_echo_body
    7.76 +  as_echo='sh -c $as_echo_body as_echo'
    7.77 +fi
    7.78 +
    7.79 +# The user is always right.
    7.80 +if test "${PATH_SEPARATOR+set}" != set; then
    7.81 +  PATH_SEPARATOR=:
    7.82 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    7.83 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    7.84 +      PATH_SEPARATOR=';'
    7.85 +  }
    7.86 +fi
    7.87 +
    7.88 +
    7.89 +# IFS
    7.90 +# We need space, tab and new line, in precisely that order.  Quoting is
    7.91 +# there to prevent editors from complaining about space-tab.
    7.92 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    7.93 +# splitting by setting IFS to empty value.)
    7.94 +IFS=" ""	$as_nl"
    7.95 +
    7.96 +# Find who we are.  Look in the path if we contain no directory separator.
    7.97 +case $0 in #((
    7.98 +  *[\\/]* ) as_myself=$0 ;;
    7.99 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7.100 +for as_dir in $PATH
   7.101 +do
   7.102 +  IFS=$as_save_IFS
   7.103 +  test -z "$as_dir" && as_dir=.
   7.104 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   7.105 +  done
   7.106 +IFS=$as_save_IFS
   7.107 +
   7.108 +     ;;
   7.109 +esac
   7.110 +# We did not find ourselves, most probably we were run as `sh COMMAND'
   7.111 +# in which case we are not to be found in the path.
   7.112 +if test "x$as_myself" = x; then
   7.113 +  as_myself=$0
   7.114 +fi
   7.115 +if test ! -f "$as_myself"; then
   7.116 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   7.117 +  exit 1
   7.118 +fi
   7.119 +
   7.120 +# Unset variables that we do not need and which cause bugs (e.g. in
   7.121 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   7.122 +# suppresses any "Segmentation fault" message there.  '((' could
   7.123 +# trigger a bug in pdksh 5.2.14.
   7.124 +for as_var in BASH_ENV ENV MAIL MAILPATH
   7.125 +do eval test x\${$as_var+set} = xset \
   7.126 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   7.127 +done
   7.128 +PS1='$ '
   7.129 +PS2='> '
   7.130 +PS4='+ '
   7.131 +
   7.132 +# NLS nuisances.
   7.133 +LC_ALL=C
   7.134 +export LC_ALL
   7.135 +LANGUAGE=C
   7.136 +export LANGUAGE
   7.137 +
   7.138 +# CDPATH.
   7.139 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   7.140 +
   7.141 +if test "x$CONFIG_SHELL" = x; then
   7.142 +  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
   7.143 +  emulate sh
   7.144 +  NULLCMD=:
   7.145 +  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
   7.146 +  # is contrary to our usage.  Disable this feature.
   7.147 +  alias -g '\${1+\"\$@\"}'='\"\$@\"'
   7.148 +  setopt NO_GLOB_SUBST
   7.149 +else
   7.150 +  case \`(set -o) 2>/dev/null\` in #(
   7.151 +  *posix*) :
   7.152 +    set -o posix ;; #(
   7.153 +  *) :
   7.154 +     ;;
   7.155 +esac
   7.156 +fi
   7.157 +"
   7.158 +  as_required="as_fn_return () { (exit \$1); }
   7.159 +as_fn_success () { as_fn_return 0; }
   7.160 +as_fn_failure () { as_fn_return 1; }
   7.161 +as_fn_ret_success () { return 0; }
   7.162 +as_fn_ret_failure () { return 1; }
   7.163 +
   7.164 +exitcode=0
   7.165 +as_fn_success || { exitcode=1; echo as_fn_success failed.; }
   7.166 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
   7.167 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
   7.168 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
   7.169 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
   7.170 +
   7.171 +else
   7.172 +  exitcode=1; echo positional parameters were not saved.
   7.173 +fi
   7.174 +test x\$exitcode = x0 || exit 1"
   7.175 +  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
   7.176 +  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   7.177 +  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   7.178 +  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
   7.179 +  if (eval "$as_required") 2>/dev/null; then :
   7.180 +  as_have_required=yes
   7.181 +else
   7.182 +  as_have_required=no
   7.183 +fi
   7.184 +  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
   7.185 +
   7.186 +else
   7.187 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7.188 +as_found=false
   7.189 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   7.190 +do
   7.191 +  IFS=$as_save_IFS
   7.192 +  test -z "$as_dir" && as_dir=.
   7.193 +  as_found=:
   7.194 +  case $as_dir in #(
   7.195 +	 /*)
   7.196 +	   for as_base in sh bash ksh sh5; do
   7.197 +	     # Try only shells that exist, to save several forks.
   7.198 +	     as_shell=$as_dir/$as_base
   7.199 +	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   7.200 +		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
   7.201 +  CONFIG_SHELL=$as_shell as_have_required=yes
   7.202 +		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
   7.203 +  break 2
   7.204 +fi
   7.205 +fi
   7.206 +	   done;;
   7.207 +       esac
   7.208 +  as_found=false
   7.209 +done
   7.210 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
   7.211 +	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
   7.212 +  CONFIG_SHELL=$SHELL as_have_required=yes
   7.213 +fi; }
   7.214 +IFS=$as_save_IFS
   7.215 +
   7.216 +
   7.217 +      if test "x$CONFIG_SHELL" != x; then :
   7.218 +  # We cannot yet assume a decent shell, so we have to provide a
   7.219 +	# neutralization value for shells without unset; and this also
   7.220 +	# works around shells that cannot unset nonexistent variables.
   7.221 +	BASH_ENV=/dev/null
   7.222 +	ENV=/dev/null
   7.223 +	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   7.224 +	export CONFIG_SHELL
   7.225 +	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   7.226 +fi
   7.227 +
   7.228 +    if test x$as_have_required = xno; then :
   7.229 +  $as_echo "$0: This script requires a shell more modern than all"
   7.230 +  $as_echo "$0: the shells that I found on your system."
   7.231 +  if test x${ZSH_VERSION+set} = xset ; then
   7.232 +    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
   7.233 +    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   7.234 +  else
   7.235 +    $as_echo "$0: Please tell bug-autoconf@gnu.org and Tom Walker
   7.236 +$0: <tommowalker@tommowalker.co.uk> about your system,
   7.237 +$0: including any error possibly output before this
   7.238 +$0: message. Then install a modern shell, or manually run
   7.239 +$0: the script under such a shell if you do have one."
   7.240 +  fi
   7.241 +  exit 1
   7.242 +fi
   7.243 +fi
   7.244 +fi
   7.245 +SHELL=${CONFIG_SHELL-/bin/sh}
   7.246 +export SHELL
   7.247 +# Unset more variables known to interfere with behavior of common tools.
   7.248 +CLICOLOR_FORCE= GREP_OPTIONS=
   7.249 +unset CLICOLOR_FORCE GREP_OPTIONS
   7.250 +
   7.251 +## --------------------- ##
   7.252 +## M4sh Shell Functions. ##
   7.253 +## --------------------- ##
   7.254 +# as_fn_unset VAR
   7.255 +# ---------------
   7.256 +# Portably unset VAR.
   7.257 +as_fn_unset ()
   7.258 +{
   7.259 +  { eval $1=; unset $1;}
   7.260 +}
   7.261 +as_unset=as_fn_unset
   7.262 +
   7.263 +# as_fn_set_status STATUS
   7.264 +# -----------------------
   7.265 +# Set $? to STATUS, without forking.
   7.266 +as_fn_set_status ()
   7.267 +{
   7.268 +  return $1
   7.269 +} # as_fn_set_status
   7.270 +
   7.271 +# as_fn_exit STATUS
   7.272 +# -----------------
   7.273 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   7.274 +as_fn_exit ()
   7.275 +{
   7.276 +  set +e
   7.277 +  as_fn_set_status $1
   7.278 +  exit $1
   7.279 +} # as_fn_exit
   7.280 +
   7.281 +# as_fn_mkdir_p
   7.282 +# -------------
   7.283 +# Create "$as_dir" as a directory, including parents if necessary.
   7.284 +as_fn_mkdir_p ()
   7.285 +{
   7.286 +
   7.287 +  case $as_dir in #(
   7.288 +  -*) as_dir=./$as_dir;;
   7.289 +  esac
   7.290 +  test -d "$as_dir" || eval $as_mkdir_p || {
   7.291 +    as_dirs=
   7.292 +    while :; do
   7.293 +      case $as_dir in #(
   7.294 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   7.295 +      *) as_qdir=$as_dir;;
   7.296 +      esac
   7.297 +      as_dirs="'$as_qdir' $as_dirs"
   7.298 +      as_dir=`$as_dirname -- "$as_dir" ||
   7.299 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   7.300 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
   7.301 +	 X"$as_dir" : 'X\(//\)$' \| \
   7.302 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   7.303 +$as_echo X"$as_dir" |
   7.304 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   7.305 +	    s//\1/
   7.306 +	    q
   7.307 +	  }
   7.308 +	  /^X\(\/\/\)[^/].*/{
   7.309 +	    s//\1/
   7.310 +	    q
   7.311 +	  }
   7.312 +	  /^X\(\/\/\)$/{
   7.313 +	    s//\1/
   7.314 +	    q
   7.315 +	  }
   7.316 +	  /^X\(\/\).*/{
   7.317 +	    s//\1/
   7.318 +	    q
   7.319 +	  }
   7.320 +	  s/.*/./; q'`
   7.321 +      test -d "$as_dir" && break
   7.322 +    done
   7.323 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
   7.324 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   7.325 +
   7.326 +
   7.327 +} # as_fn_mkdir_p
   7.328 +# as_fn_append VAR VALUE
   7.329 +# ----------------------
   7.330 +# Append the text in VALUE to the end of the definition contained in VAR. Take
   7.331 +# advantage of any shell optimizations that allow amortized linear growth over
   7.332 +# repeated appends, instead of the typical quadratic growth present in naive
   7.333 +# implementations.
   7.334 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   7.335 +  eval 'as_fn_append ()
   7.336 +  {
   7.337 +    eval $1+=\$2
   7.338 +  }'
   7.339 +else
   7.340 +  as_fn_append ()
   7.341 +  {
   7.342 +    eval $1=\$$1\$2
   7.343 +  }
   7.344 +fi # as_fn_append
   7.345 +
   7.346 +# as_fn_arith ARG...
   7.347 +# ------------------
   7.348 +# Perform arithmetic evaluation on the ARGs, and store the result in the
   7.349 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
   7.350 +# must be portable across $(()) and expr.
   7.351 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   7.352 +  eval 'as_fn_arith ()
   7.353 +  {
   7.354 +    as_val=$(( $* ))
   7.355 +  }'
   7.356 +else
   7.357 +  as_fn_arith ()
   7.358 +  {
   7.359 +    as_val=`expr "$@" || test $? -eq 1`
   7.360 +  }
   7.361 +fi # as_fn_arith
   7.362 +
   7.363 +
   7.364 +# as_fn_error ERROR [LINENO LOG_FD]
   7.365 +# ---------------------------------
   7.366 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   7.367 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   7.368 +# script with status $?, using 1 if that was 0.
   7.369 +as_fn_error ()
   7.370 +{
   7.371 +  as_status=$?; test $as_status -eq 0 && as_status=1
   7.372 +  if test "$3"; then
   7.373 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   7.374 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   7.375 +  fi
   7.376 +  $as_echo "$as_me: error: $1" >&2
   7.377 +  as_fn_exit $as_status
   7.378 +} # as_fn_error
   7.379 +
   7.380 +if expr a : '\(a\)' >/dev/null 2>&1 &&
   7.381 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   7.382 +  as_expr=expr
   7.383 +else
   7.384 +  as_expr=false
   7.385 +fi
   7.386 +
   7.387 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   7.388 +  as_basename=basename
   7.389 +else
   7.390 +  as_basename=false
   7.391 +fi
   7.392 +
   7.393 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   7.394 +  as_dirname=dirname
   7.395 +else
   7.396 +  as_dirname=false
   7.397 +fi
   7.398 +
   7.399 +as_me=`$as_basename -- "$0" ||
   7.400 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   7.401 +	 X"$0" : 'X\(//\)$' \| \
   7.402 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   7.403 +$as_echo X/"$0" |
   7.404 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
   7.405 +	    s//\1/
   7.406 +	    q
   7.407 +	  }
   7.408 +	  /^X\/\(\/\/\)$/{
   7.409 +	    s//\1/
   7.410 +	    q
   7.411 +	  }
   7.412 +	  /^X\/\(\/\).*/{
   7.413 +	    s//\1/
   7.414 +	    q
   7.415 +	  }
   7.416 +	  s/.*/./; q'`
   7.417 +
   7.418 +# Avoid depending upon Character Ranges.
   7.419 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   7.420 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   7.421 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   7.422 +as_cr_digits='0123456789'
   7.423 +as_cr_alnum=$as_cr_Letters$as_cr_digits
   7.424 +
   7.425 +
   7.426 +  as_lineno_1=$LINENO as_lineno_1a=$LINENO
   7.427 +  as_lineno_2=$LINENO as_lineno_2a=$LINENO
   7.428 +  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
   7.429 +  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
   7.430 +  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
   7.431 +  sed -n '
   7.432 +    p
   7.433 +    /[$]LINENO/=
   7.434 +  ' <$as_myself |
   7.435 +    sed '
   7.436 +      s/[$]LINENO.*/&-/
   7.437 +      t lineno
   7.438 +      b
   7.439 +      :lineno
   7.440 +      N
   7.441 +      :loop
   7.442 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   7.443 +      t loop
   7.444 +      s/-\n.*//
   7.445 +    ' >$as_me.lineno &&
   7.446 +  chmod +x "$as_me.lineno" ||
   7.447 +    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   7.448 +
   7.449 +  # Don't try to exec as it changes $[0], causing all sort of problems
   7.450 +  # (the dirname of $[0] is not the place where we might find the
   7.451 +  # original and so on.  Autoconf is especially sensitive to this).
   7.452 +  . "./$as_me.lineno"
   7.453 +  # Exit status is that of the last command.
   7.454 +  exit
   7.455 +}
   7.456 +
   7.457 +ECHO_C= ECHO_N= ECHO_T=
   7.458 +case `echo -n x` in #(((((
   7.459 +-n*)
   7.460 +  case `echo 'xy\c'` in
   7.461 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   7.462 +  xy)  ECHO_C='\c';;
   7.463 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   7.464 +       ECHO_T='	';;
   7.465 +  esac;;
   7.466 +*)
   7.467 +  ECHO_N='-n';;
   7.468 +esac
   7.469 +
   7.470 +rm -f conf$$ conf$$.exe conf$$.file
   7.471 +if test -d conf$$.dir; then
   7.472 +  rm -f conf$$.dir/conf$$.file
   7.473 +else
   7.474 +  rm -f conf$$.dir
   7.475 +  mkdir conf$$.dir 2>/dev/null
   7.476 +fi
   7.477 +if (echo >conf$$.file) 2>/dev/null; then
   7.478 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
   7.479 +    as_ln_s='ln -s'
   7.480 +    # ... but there are two gotchas:
   7.481 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   7.482 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   7.483 +    # In both cases, we have to default to `cp -p'.
   7.484 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   7.485 +      as_ln_s='cp -p'
   7.486 +  elif ln conf$$.file conf$$ 2>/dev/null; then
   7.487 +    as_ln_s=ln
   7.488 +  else
   7.489 +    as_ln_s='cp -p'
   7.490 +  fi
   7.491 +else
   7.492 +  as_ln_s='cp -p'
   7.493 +fi
   7.494 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   7.495 +rmdir conf$$.dir 2>/dev/null
   7.496 +
   7.497 +if mkdir -p . 2>/dev/null; then
   7.498 +  as_mkdir_p='mkdir -p "$as_dir"'
   7.499 +else
   7.500 +  test -d ./-p && rmdir ./-p
   7.501 +  as_mkdir_p=false
   7.502 +fi
   7.503 +
   7.504 +if test -x / >/dev/null 2>&1; then
   7.505 +  as_test_x='test -x'
   7.506 +else
   7.507 +  if ls -dL / >/dev/null 2>&1; then
   7.508 +    as_ls_L_option=L
   7.509 +  else
   7.510 +    as_ls_L_option=
   7.511 +  fi
   7.512 +  as_test_x='
   7.513 +    eval sh -c '\''
   7.514 +      if test -d "$1"; then
   7.515 +	test -d "$1/.";
   7.516 +      else
   7.517 +	case $1 in #(
   7.518 +	-*)set "./$1";;
   7.519 +	esac;
   7.520 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   7.521 +	???[sx]*):;;*)false;;esac;fi
   7.522 +    '\'' sh
   7.523 +  '
   7.524 +fi
   7.525 +as_executable_p=$as_test_x
   7.526 +
   7.527 +# Sed expression to map a string onto a valid CPP name.
   7.528 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   7.529 +
   7.530 +# Sed expression to map a string onto a valid variable name.
   7.531 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   7.532 +
   7.533 +
   7.534 +test -n "$DJDIR" || exec 7<&0 </dev/null
   7.535 +exec 6>&1
   7.536 +
   7.537 +# Name of the host.
   7.538 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
   7.539 +# so uname gets run too.
   7.540 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   7.541 +
   7.542 +#
   7.543 +# Initializations.
   7.544 +#
   7.545 +ac_default_prefix=/usr/local
   7.546 +ac_clean_files=
   7.547 +ac_config_libobj_dir=.
   7.548 +LIBOBJS=
   7.549 +cross_compiling=no
   7.550 +subdirs=
   7.551 +MFLAGS=
   7.552 +MAKEFLAGS=
   7.553 +
   7.554 +# Identity of this package.
   7.555 +PACKAGE_NAME='PCem'
   7.556 +PACKAGE_TARNAME='pcem'
   7.557 +PACKAGE_VERSION='v9'
   7.558 +PACKAGE_STRING='PCem v9'
   7.559 +PACKAGE_BUGREPORT='Tom Walker <tommowalker@tommowalker.co.uk>'
   7.560 +PACKAGE_URL=''
   7.561 +
   7.562 +ac_subst_vars='am__EXEEXT_FALSE
   7.563 +am__EXEEXT_TRUE
   7.564 +LTLIBOBJS
   7.565 +LIBOBJS
   7.566 +allegro_LIBS
   7.567 +allegro_CFLAGS
   7.568 +ALLEGRO_CONFIG
   7.569 +OS_LINUX_FALSE
   7.570 +OS_LINUX_TRUE
   7.571 +OS_WIN_FALSE
   7.572 +OS_WIN_TRUE
   7.573 +am__fastdepCXX_FALSE
   7.574 +am__fastdepCXX_TRUE
   7.575 +CXXDEPMODE
   7.576 +ac_ct_CXX
   7.577 +CXXFLAGS
   7.578 +CXX
   7.579 +am__fastdepCC_FALSE
   7.580 +am__fastdepCC_TRUE
   7.581 +CCDEPMODE
   7.582 +AMDEPBACKSLASH
   7.583 +AMDEP_FALSE
   7.584 +AMDEP_TRUE
   7.585 +am__quote
   7.586 +am__include
   7.587 +DEPDIR
   7.588 +OBJEXT
   7.589 +EXEEXT
   7.590 +ac_ct_CC
   7.591 +CPPFLAGS
   7.592 +LDFLAGS
   7.593 +CFLAGS
   7.594 +CC
   7.595 +am__untar
   7.596 +am__tar
   7.597 +AMTAR
   7.598 +am__leading_dot
   7.599 +SET_MAKE
   7.600 +AWK
   7.601 +mkdir_p
   7.602 +MKDIR_P
   7.603 +INSTALL_STRIP_PROGRAM
   7.604 +STRIP
   7.605 +install_sh
   7.606 +MAKEINFO
   7.607 +AUTOHEADER
   7.608 +AUTOMAKE
   7.609 +AUTOCONF
   7.610 +ACLOCAL
   7.611 +VERSION
   7.612 +PACKAGE
   7.613 +CYGPATH_W
   7.614 +am__isrc
   7.615 +INSTALL_DATA
   7.616 +INSTALL_SCRIPT
   7.617 +INSTALL_PROGRAM
   7.618 +target_alias
   7.619 +host_alias
   7.620 +build_alias
   7.621 +LIBS
   7.622 +ECHO_T
   7.623 +ECHO_N
   7.624 +ECHO_C
   7.625 +DEFS
   7.626 +mandir
   7.627 +localedir
   7.628 +libdir
   7.629 +psdir
   7.630 +pdfdir
   7.631 +dvidir
   7.632 +htmldir
   7.633 +infodir
   7.634 +docdir
   7.635 +oldincludedir
   7.636 +includedir
   7.637 +localstatedir
   7.638 +sharedstatedir
   7.639 +sysconfdir
   7.640 +datadir
   7.641 +datarootdir
   7.642 +libexecdir
   7.643 +sbindir
   7.644 +bindir
   7.645 +program_transform_name
   7.646 +prefix
   7.647 +exec_prefix
   7.648 +PACKAGE_URL
   7.649 +PACKAGE_BUGREPORT
   7.650 +PACKAGE_STRING
   7.651 +PACKAGE_VERSION
   7.652 +PACKAGE_TARNAME
   7.653 +PACKAGE_NAME
   7.654 +PATH_SEPARATOR
   7.655 +SHELL'
   7.656 +ac_subst_files=''
   7.657 +ac_user_opts='
   7.658 +enable_option_checking
   7.659 +enable_dependency_tracking
   7.660 +enable_debug
   7.661 +with_allegro_prefix
   7.662 +with_allegro_exec_prefix
   7.663 +enable_allegrotest
   7.664 +'
   7.665 +      ac_precious_vars='build_alias
   7.666 +host_alias
   7.667 +target_alias
   7.668 +CC
   7.669 +CFLAGS
   7.670 +LDFLAGS
   7.671 +LIBS
   7.672 +CPPFLAGS
   7.673 +CXX
   7.674 +CXXFLAGS
   7.675 +CCC'
   7.676 +
   7.677 +
   7.678 +# Initialize some variables set by options.
   7.679 +ac_init_help=
   7.680 +ac_init_version=false
   7.681 +ac_unrecognized_opts=
   7.682 +ac_unrecognized_sep=
   7.683 +# The variables have the same names as the options, with
   7.684 +# dashes changed to underlines.
   7.685 +cache_file=/dev/null
   7.686 +exec_prefix=NONE
   7.687 +no_create=
   7.688 +no_recursion=
   7.689 +prefix=NONE
   7.690 +program_prefix=NONE
   7.691 +program_suffix=NONE
   7.692 +program_transform_name=s,x,x,
   7.693 +silent=
   7.694 +site=
   7.695 +srcdir=
   7.696 +verbose=
   7.697 +x_includes=NONE
   7.698 +x_libraries=NONE
   7.699 +
   7.700 +# Installation directory options.
   7.701 +# These are left unexpanded so users can "make install exec_prefix=/foo"
   7.702 +# and all the variables that are supposed to be based on exec_prefix
   7.703 +# by default will actually change.
   7.704 +# Use braces instead of parens because sh, perl, etc. also accept them.
   7.705 +# (The list follows the same order as the GNU Coding Standards.)
   7.706 +bindir='${exec_prefix}/bin'
   7.707 +sbindir='${exec_prefix}/sbin'
   7.708 +libexecdir='${exec_prefix}/libexec'
   7.709 +datarootdir='${prefix}/share'
   7.710 +datadir='${datarootdir}'
   7.711 +sysconfdir='${prefix}/etc'
   7.712 +sharedstatedir='${prefix}/com'
   7.713 +localstatedir='${prefix}/var'
   7.714 +includedir='${prefix}/include'
   7.715 +oldincludedir='/usr/include'
   7.716 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
   7.717 +infodir='${datarootdir}/info'
   7.718 +htmldir='${docdir}'
   7.719 +dvidir='${docdir}'
   7.720 +pdfdir='${docdir}'
   7.721 +psdir='${docdir}'
   7.722 +libdir='${exec_prefix}/lib'
   7.723 +localedir='${datarootdir}/locale'
   7.724 +mandir='${datarootdir}/man'
   7.725 +
   7.726 +ac_prev=
   7.727 +ac_dashdash=
   7.728 +for ac_option
   7.729 +do
   7.730 +  # If the previous option needs an argument, assign it.
   7.731 +  if test -n "$ac_prev"; then
   7.732 +    eval $ac_prev=\$ac_option
   7.733 +    ac_prev=
   7.734 +    continue
   7.735 +  fi
   7.736 +
   7.737 +  case $ac_option in
   7.738 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   7.739 +  *)	ac_optarg=yes ;;
   7.740 +  esac
   7.741 +
   7.742 +  # Accept the important Cygnus configure options, so we can diagnose typos.
   7.743 +
   7.744 +  case $ac_dashdash$ac_option in
   7.745 +  --)
   7.746 +    ac_dashdash=yes ;;
   7.747 +
   7.748 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
   7.749 +    ac_prev=bindir ;;
   7.750 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   7.751 +    bindir=$ac_optarg ;;
   7.752 +
   7.753 +  -build | --build | --buil | --bui | --bu)
   7.754 +    ac_prev=build_alias ;;
   7.755 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   7.756 +    build_alias=$ac_optarg ;;
   7.757 +
   7.758 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
   7.759 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   7.760 +    ac_prev=cache_file ;;
   7.761 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   7.762 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   7.763 +    cache_file=$ac_optarg ;;
   7.764 +
   7.765 +  --config-cache | -C)
   7.766 +    cache_file=config.cache ;;
   7.767 +
   7.768 +  -datadir | --datadir | --datadi | --datad)
   7.769 +    ac_prev=datadir ;;
   7.770 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
   7.771 +    datadir=$ac_optarg ;;
   7.772 +
   7.773 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   7.774 +  | --dataroo | --dataro | --datar)
   7.775 +    ac_prev=datarootdir ;;
   7.776 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   7.777 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   7.778 +    datarootdir=$ac_optarg ;;
   7.779 +
   7.780 +  -disable-* | --disable-*)
   7.781 +    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   7.782 +    # Reject names that are not valid shell variable names.
   7.783 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   7.784 +      as_fn_error "invalid feature name: $ac_useropt"
   7.785 +    ac_useropt_orig=$ac_useropt
   7.786 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   7.787 +    case $ac_user_opts in
   7.788 +      *"
   7.789 +"enable_$ac_useropt"
   7.790 +"*) ;;
   7.791 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
   7.792 +	 ac_unrecognized_sep=', ';;
   7.793 +    esac
   7.794 +    eval enable_$ac_useropt=no ;;
   7.795 +
   7.796 +  -docdir | --docdir | --docdi | --doc | --do)
   7.797 +    ac_prev=docdir ;;
   7.798 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   7.799 +    docdir=$ac_optarg ;;
   7.800 +
   7.801 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   7.802 +    ac_prev=dvidir ;;
   7.803 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   7.804 +    dvidir=$ac_optarg ;;
   7.805 +
   7.806 +  -enable-* | --enable-*)
   7.807 +    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   7.808 +    # Reject names that are not valid shell variable names.
   7.809 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   7.810 +      as_fn_error "invalid feature name: $ac_useropt"
   7.811 +    ac_useropt_orig=$ac_useropt
   7.812 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   7.813 +    case $ac_user_opts in
   7.814 +      *"
   7.815 +"enable_$ac_useropt"
   7.816 +"*) ;;
   7.817 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
   7.818 +	 ac_unrecognized_sep=', ';;
   7.819 +    esac
   7.820 +    eval enable_$ac_useropt=\$ac_optarg ;;
   7.821 +
   7.822 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   7.823 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   7.824 +  | --exec | --exe | --ex)
   7.825 +    ac_prev=exec_prefix ;;
   7.826 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   7.827 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   7.828 +  | --exec=* | --exe=* | --ex=*)
   7.829 +    exec_prefix=$ac_optarg ;;
   7.830 +
   7.831 +  -gas | --gas | --ga | --g)
   7.832 +    # Obsolete; use --with-gas.
   7.833 +    with_gas=yes ;;
   7.834 +
   7.835 +  -help | --help | --hel | --he | -h)
   7.836 +    ac_init_help=long ;;
   7.837 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   7.838 +    ac_init_help=recursive ;;
   7.839 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   7.840 +    ac_init_help=short ;;
   7.841 +
   7.842 +  -host | --host | --hos | --ho)
   7.843 +    ac_prev=host_alias ;;
   7.844 +  -host=* | --host=* | --hos=* | --ho=*)
   7.845 +    host_alias=$ac_optarg ;;
   7.846 +
   7.847 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
   7.848 +    ac_prev=htmldir ;;
   7.849 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
   7.850 +  | --ht=*)
   7.851 +    htmldir=$ac_optarg ;;
   7.852 +
   7.853 +  -includedir | --includedir | --includedi | --included | --include \
   7.854 +  | --includ | --inclu | --incl | --inc)
   7.855 +    ac_prev=includedir ;;
   7.856 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   7.857 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
   7.858 +    includedir=$ac_optarg ;;
   7.859 +
   7.860 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
   7.861 +    ac_prev=infodir ;;
   7.862 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
   7.863 +    infodir=$ac_optarg ;;
   7.864 +
   7.865 +  -libdir | --libdir | --libdi | --libd)
   7.866 +    ac_prev=libdir ;;
   7.867 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
   7.868 +    libdir=$ac_optarg ;;
   7.869 +
   7.870 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   7.871 +  | --libexe | --libex | --libe)
   7.872 +    ac_prev=libexecdir ;;
   7.873 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   7.874 +  | --libexe=* | --libex=* | --libe=*)
   7.875 +    libexecdir=$ac_optarg ;;
   7.876 +
   7.877 +  -localedir | --localedir | --localedi | --localed | --locale)
   7.878 +    ac_prev=localedir ;;
   7.879 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
   7.880 +    localedir=$ac_optarg ;;
   7.881 +
   7.882 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
   7.883 +  | --localstate | --localstat | --localsta | --localst | --locals)
   7.884 +    ac_prev=localstatedir ;;
   7.885 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   7.886 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   7.887 +    localstatedir=$ac_optarg ;;
   7.888 +
   7.889 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   7.890 +    ac_prev=mandir ;;
   7.891 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   7.892 +    mandir=$ac_optarg ;;
   7.893 +
   7.894 +  -nfp | --nfp | --nf)
   7.895 +    # Obsolete; use --without-fp.
   7.896 +    with_fp=no ;;
   7.897 +
   7.898 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   7.899 +  | --no-cr | --no-c | -n)
   7.900 +    no_create=yes ;;
   7.901 +
   7.902 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   7.903 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   7.904 +    no_recursion=yes ;;
   7.905 +
   7.906 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   7.907 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   7.908 +  | --oldin | --oldi | --old | --ol | --o)
   7.909 +    ac_prev=oldincludedir ;;
   7.910 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   7.911 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   7.912 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   7.913 +    oldincludedir=$ac_optarg ;;
   7.914 +
   7.915 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   7.916 +    ac_prev=prefix ;;
   7.917 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   7.918 +    prefix=$ac_optarg ;;
   7.919 +
   7.920 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
   7.921 +  | --program-pre | --program-pr | --program-p)
   7.922 +    ac_prev=program_prefix ;;
   7.923 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
   7.924 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   7.925 +    program_prefix=$ac_optarg ;;
   7.926 +
   7.927 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
   7.928 +  | --program-suf | --program-su | --program-s)
   7.929 +    ac_prev=program_suffix ;;
   7.930 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
   7.931 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   7.932 +    program_suffix=$ac_optarg ;;
   7.933 +
   7.934 +  -program-transform-name | --program-transform-name \
   7.935 +  | --program-transform-nam | --program-transform-na \
   7.936 +  | --program-transform-n | --program-transform- \
   7.937 +  | --program-transform | --program-transfor \
   7.938 +  | --program-transfo | --program-transf \
   7.939 +  | --program-trans | --program-tran \
   7.940 +  | --progr-tra | --program-tr | --program-t)
   7.941 +    ac_prev=program_transform_name ;;
   7.942 +  -program-transform-name=* | --program-transform-name=* \
   7.943 +  | --program-transform-nam=* | --program-transform-na=* \
   7.944 +  | --program-transform-n=* | --program-transform-=* \
   7.945 +  | --program-transform=* | --program-transfor=* \
   7.946 +  | --program-transfo=* | --program-transf=* \
   7.947 +  | --program-trans=* | --program-tran=* \
   7.948 +  | --progr-tra=* | --program-tr=* | --program-t=*)
   7.949 +    program_transform_name=$ac_optarg ;;
   7.950 +
   7.951 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
   7.952 +    ac_prev=pdfdir ;;
   7.953 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
   7.954 +    pdfdir=$ac_optarg ;;
   7.955 +
   7.956 +  -psdir | --psdir | --psdi | --psd | --ps)
   7.957 +    ac_prev=psdir ;;
   7.958 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
   7.959 +    psdir=$ac_optarg ;;
   7.960 +
   7.961 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   7.962 +  | -silent | --silent | --silen | --sile | --sil)
   7.963 +    silent=yes ;;
   7.964 +
   7.965 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   7.966 +    ac_prev=sbindir ;;
   7.967 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   7.968 +  | --sbi=* | --sb=*)
   7.969 +    sbindir=$ac_optarg ;;
   7.970 +
   7.971 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
   7.972 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   7.973 +  | --sharedst | --shareds | --shared | --share | --shar \
   7.974 +  | --sha | --sh)
   7.975 +    ac_prev=sharedstatedir ;;
   7.976 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   7.977 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   7.978 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   7.979 +  | --sha=* | --sh=*)
   7.980 +    sharedstatedir=$ac_optarg ;;
   7.981 +
   7.982 +  -site | --site | --sit)
   7.983 +    ac_prev=site ;;
   7.984 +  -site=* | --site=* | --sit=*)
   7.985 +    site=$ac_optarg ;;
   7.986 +
   7.987 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   7.988 +    ac_prev=srcdir ;;
   7.989 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   7.990 +    srcdir=$ac_optarg ;;
   7.991 +
   7.992 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   7.993 +  | --syscon | --sysco | --sysc | --sys | --sy)
   7.994 +    ac_prev=sysconfdir ;;
   7.995 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   7.996 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   7.997 +    sysconfdir=$ac_optarg ;;
   7.998 +
   7.999 +  -target | --target | --targe | --targ | --tar | --ta | --t)
  7.1000 +    ac_prev=target_alias ;;
  7.1001 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  7.1002 +    target_alias=$ac_optarg ;;
  7.1003 +
  7.1004 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  7.1005 +    verbose=yes ;;
  7.1006 +
  7.1007 +  -version | --version | --versio | --versi | --vers | -V)
  7.1008 +    ac_init_version=: ;;
  7.1009 +
  7.1010 +  -with-* | --with-*)
  7.1011 +    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  7.1012 +    # Reject names that are not valid shell variable names.
  7.1013 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  7.1014 +      as_fn_error "invalid package name: $ac_useropt"
  7.1015 +    ac_useropt_orig=$ac_useropt
  7.1016 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  7.1017 +    case $ac_user_opts in
  7.1018 +      *"
  7.1019 +"with_$ac_useropt"
  7.1020 +"*) ;;
  7.1021 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  7.1022 +	 ac_unrecognized_sep=', ';;
  7.1023 +    esac
  7.1024 +    eval with_$ac_useropt=\$ac_optarg ;;
  7.1025 +
  7.1026 +  -without-* | --without-*)
  7.1027 +    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  7.1028 +    # Reject names that are not valid shell variable names.
  7.1029 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  7.1030 +      as_fn_error "invalid package name: $ac_useropt"
  7.1031 +    ac_useropt_orig=$ac_useropt
  7.1032 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  7.1033 +    case $ac_user_opts in
  7.1034 +      *"
  7.1035 +"with_$ac_useropt"
  7.1036 +"*) ;;
  7.1037 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  7.1038 +	 ac_unrecognized_sep=', ';;
  7.1039 +    esac
  7.1040 +    eval with_$ac_useropt=no ;;
  7.1041 +
  7.1042 +  --x)
  7.1043 +    # Obsolete; use --with-x.
  7.1044 +    with_x=yes ;;
  7.1045 +
  7.1046 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  7.1047 +  | --x-incl | --x-inc | --x-in | --x-i)
  7.1048 +    ac_prev=x_includes ;;
  7.1049 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  7.1050 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  7.1051 +    x_includes=$ac_optarg ;;
  7.1052 +
  7.1053 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  7.1054 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  7.1055 +    ac_prev=x_libraries ;;
  7.1056 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  7.1057 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  7.1058 +    x_libraries=$ac_optarg ;;
  7.1059 +
  7.1060 +  -*) as_fn_error "unrecognized option: \`$ac_option'
  7.1061 +Try \`$0 --help' for more information."
  7.1062 +    ;;
  7.1063 +
  7.1064 +  *=*)
  7.1065 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  7.1066 +    # Reject names that are not valid shell variable names.
  7.1067 +    case $ac_envvar in #(
  7.1068 +      '' | [0-9]* | *[!_$as_cr_alnum]* )
  7.1069 +      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
  7.1070 +    esac
  7.1071 +    eval $ac_envvar=\$ac_optarg
  7.1072 +    export $ac_envvar ;;
  7.1073 +
  7.1074 +  *)
  7.1075 +    # FIXME: should be removed in autoconf 3.0.
  7.1076 +    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  7.1077 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  7.1078 +      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  7.1079 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  7.1080 +    ;;
  7.1081 +
  7.1082 +  esac
  7.1083 +done
  7.1084 +
  7.1085 +if test -n "$ac_prev"; then
  7.1086 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  7.1087 +  as_fn_error "missing argument to $ac_option"
  7.1088 +fi
  7.1089 +
  7.1090 +if test -n "$ac_unrecognized_opts"; then
  7.1091 +  case $enable_option_checking in
  7.1092 +    no) ;;
  7.1093 +    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  7.1094 +    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  7.1095 +  esac
  7.1096 +fi
  7.1097 +
  7.1098 +# Check all directory arguments for consistency.
  7.1099 +for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  7.1100 +		datadir sysconfdir sharedstatedir localstatedir includedir \
  7.1101 +		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  7.1102 +		libdir localedir mandir
  7.1103 +do
  7.1104 +  eval ac_val=\$$ac_var
  7.1105 +  # Remove trailing slashes.
  7.1106 +  case $ac_val in
  7.1107 +    */ )
  7.1108 +      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  7.1109 +      eval $ac_var=\$ac_val;;
  7.1110 +  esac
  7.1111 +  # Be sure to have absolute directory names.
  7.1112 +  case $ac_val in
  7.1113 +    [\\/$]* | ?:[\\/]* )  continue;;
  7.1114 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  7.1115 +  esac
  7.1116 +  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  7.1117 +done
  7.1118 +
  7.1119 +# There might be people who depend on the old broken behavior: `$host'
  7.1120 +# used to hold the argument of --host etc.
  7.1121 +# FIXME: To remove some day.
  7.1122 +build=$build_alias
  7.1123 +host=$host_alias
  7.1124 +target=$target_alias
  7.1125 +
  7.1126 +# FIXME: To remove some day.
  7.1127 +if test "x$host_alias" != x; then
  7.1128 +  if test "x$build_alias" = x; then
  7.1129 +    cross_compiling=maybe
  7.1130 +    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  7.1131 +    If a cross compiler is detected then cross compile mode will be used." >&2
  7.1132 +  elif test "x$build_alias" != "x$host_alias"; then
  7.1133 +    cross_compiling=yes
  7.1134 +  fi
  7.1135 +fi
  7.1136 +
  7.1137 +ac_tool_prefix=
  7.1138 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
  7.1139 +
  7.1140 +test "$silent" = yes && exec 6>/dev/null
  7.1141 +
  7.1142 +
  7.1143 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
  7.1144 +ac_ls_di=`ls -di .` &&
  7.1145 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  7.1146 +  as_fn_error "working directory cannot be determined"
  7.1147 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  7.1148 +  as_fn_error "pwd does not report name of working directory"
  7.1149 +
  7.1150 +
  7.1151 +# Find the source files, if location was not specified.
  7.1152 +if test -z "$srcdir"; then
  7.1153 +  ac_srcdir_defaulted=yes
  7.1154 +  # Try the directory containing this script, then the parent directory.
  7.1155 +  ac_confdir=`$as_dirname -- "$as_myself" ||
  7.1156 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  7.1157 +	 X"$as_myself" : 'X\(//\)[^/]' \| \
  7.1158 +	 X"$as_myself" : 'X\(//\)$' \| \
  7.1159 +	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  7.1160 +$as_echo X"$as_myself" |
  7.1161 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  7.1162 +	    s//\1/
  7.1163 +	    q
  7.1164 +	  }
  7.1165 +	  /^X\(\/\/\)[^/].*/{
  7.1166 +	    s//\1/
  7.1167 +	    q
  7.1168 +	  }
  7.1169 +	  /^X\(\/\/\)$/{
  7.1170 +	    s//\1/
  7.1171 +	    q
  7.1172 +	  }
  7.1173 +	  /^X\(\/\).*/{
  7.1174 +	    s//\1/
  7.1175 +	    q
  7.1176 +	  }
  7.1177 +	  s/.*/./; q'`
  7.1178 +  srcdir=$ac_confdir
  7.1179 +  if test ! -r "$srcdir/$ac_unique_file"; then
  7.1180 +    srcdir=..
  7.1181 +  fi
  7.1182 +else
  7.1183 +  ac_srcdir_defaulted=no
  7.1184 +fi
  7.1185 +if test ! -r "$srcdir/$ac_unique_file"; then
  7.1186 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  7.1187 +  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  7.1188 +fi
  7.1189 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  7.1190 +ac_abs_confdir=`(
  7.1191 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  7.1192 +	pwd)`
  7.1193 +# When building in place, set srcdir=.
  7.1194 +if test "$ac_abs_confdir" = "$ac_pwd"; then
  7.1195 +  srcdir=.
  7.1196 +fi
  7.1197 +# Remove unnecessary trailing slashes from srcdir.
  7.1198 +# Double slashes in file names in object file debugging info
  7.1199 +# mess up M-x gdb in Emacs.
  7.1200 +case $srcdir in
  7.1201 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  7.1202 +esac
  7.1203 +for ac_var in $ac_precious_vars; do
  7.1204 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  7.1205 +  eval ac_env_${ac_var}_value=\$${ac_var}
  7.1206 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  7.1207 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  7.1208 +done
  7.1209 +
  7.1210 +#
  7.1211 +# Report the --help message.
  7.1212 +#
  7.1213 +if test "$ac_init_help" = "long"; then
  7.1214 +  # Omit some internal or obsolete options to make the list less imposing.
  7.1215 +  # This message is too long to be a string in the A/UX 3.1 sh.
  7.1216 +  cat <<_ACEOF
  7.1217 +\`configure' configures PCem v9 to adapt to many kinds of systems.
  7.1218 +
  7.1219 +Usage: $0 [OPTION]... [VAR=VALUE]...
  7.1220 +
  7.1221 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
  7.1222 +VAR=VALUE.  See below for descriptions of some of the useful variables.
  7.1223 +
  7.1224 +Defaults for the options are specified in brackets.
  7.1225 +
  7.1226 +Configuration:
  7.1227 +  -h, --help              display this help and exit
  7.1228 +      --help=short        display options specific to this package
  7.1229 +      --help=recursive    display the short help of all the included packages
  7.1230 +  -V, --version           display version information and exit
  7.1231 +  -q, --quiet, --silent   do not print \`checking...' messages
  7.1232 +      --cache-file=FILE   cache test results in FILE [disabled]
  7.1233 +  -C, --config-cache      alias for \`--cache-file=config.cache'
  7.1234 +  -n, --no-create         do not create output files
  7.1235 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  7.1236 +
  7.1237 +Installation directories:
  7.1238 +  --prefix=PREFIX         install architecture-independent files in PREFIX
  7.1239 +                          [$ac_default_prefix]
  7.1240 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  7.1241 +                          [PREFIX]
  7.1242 +
  7.1243 +By default, \`make install' will install all the files in
  7.1244 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  7.1245 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  7.1246 +for instance \`--prefix=\$HOME'.
  7.1247 +
  7.1248 +For better control, use the options below.
  7.1249 +
  7.1250 +Fine tuning of the installation directories:
  7.1251 +  --bindir=DIR            user executables [EPREFIX/bin]
  7.1252 +  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  7.1253 +  --libexecdir=DIR        program executables [EPREFIX/libexec]
  7.1254 +  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  7.1255 +  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  7.1256 +  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  7.1257 +  --libdir=DIR            object code libraries [EPREFIX/lib]
  7.1258 +  --includedir=DIR        C header files [PREFIX/include]
  7.1259 +  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  7.1260 +  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  7.1261 +  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  7.1262 +  --infodir=DIR           info documentation [DATAROOTDIR/info]
  7.1263 +  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  7.1264 +  --mandir=DIR            man documentation [DATAROOTDIR/man]
  7.1265 +  --docdir=DIR            documentation root [DATAROOTDIR/doc/pcem]
  7.1266 +  --htmldir=DIR           html documentation [DOCDIR]
  7.1267 +  --dvidir=DIR            dvi documentation [DOCDIR]
  7.1268 +  --pdfdir=DIR            pdf documentation [DOCDIR]
  7.1269 +  --psdir=DIR             ps documentation [DOCDIR]
  7.1270 +_ACEOF
  7.1271 +
  7.1272 +  cat <<\_ACEOF
  7.1273 +
  7.1274 +Program names:
  7.1275 +  --program-prefix=PREFIX            prepend PREFIX to installed program names
  7.1276 +  --program-suffix=SUFFIX            append SUFFIX to installed program names
  7.1277 +  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  7.1278 +_ACEOF
  7.1279 +fi
  7.1280 +
  7.1281 +if test -n "$ac_init_help"; then
  7.1282 +  case $ac_init_help in
  7.1283 +     short | recursive ) echo "Configuration of PCem v9:";;
  7.1284 +   esac
  7.1285 +  cat <<\_ACEOF
  7.1286 +
  7.1287 +Optional Features:
  7.1288 +  --disable-option-checking  ignore unrecognized --enable/--with options
  7.1289 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  7.1290 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  7.1291 +  --disable-dependency-tracking  speeds up one-time build
  7.1292 +  --enable-dependency-tracking   do not reject slow dependency extractors
  7.1293 +  --enable-debug          build debug executable
  7.1294 +  --disable-allegrotest       Do not try to compile and run a test LIBallegro program
  7.1295 +
  7.1296 +Optional Packages:
  7.1297 +  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  7.1298 +  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  7.1299 +  --with-allegro-prefix=PFX   Prefix where liballegro is installed (optional)
  7.1300 +  --with-allegro-exec-prefix=PFX Exec prefix where liballegro is installed (optional)
  7.1301 +
  7.1302 +Some influential environment variables:
  7.1303 +  CC          C compiler command
  7.1304 +  CFLAGS      C compiler flags
  7.1305 +  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  7.1306 +              nonstandard directory <lib dir>
  7.1307 +  LIBS        libraries to pass to the linker, e.g. -l<library>
  7.1308 +  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  7.1309 +              you have headers in a nonstandard directory <include dir>
  7.1310 +  CXX         C++ compiler command
  7.1311 +  CXXFLAGS    C++ compiler flags
  7.1312 +
  7.1313 +Use these variables to override the choices made by `configure' or to help
  7.1314 +it to find libraries and programs with nonstandard names/locations.
  7.1315 +
  7.1316 +Report bugs to <Tom Walker <tommowalker@tommowalker.co.uk>>.
  7.1317 +_ACEOF
  7.1318 +ac_status=$?
  7.1319 +fi
  7.1320 +
  7.1321 +if test "$ac_init_help" = "recursive"; then
  7.1322 +  # If there are subdirs, report their specific --help.
  7.1323 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  7.1324 +    test -d "$ac_dir" ||
  7.1325 +      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  7.1326 +      continue
  7.1327 +    ac_builddir=.
  7.1328 +
  7.1329 +case "$ac_dir" in
  7.1330 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  7.1331 +*)
  7.1332 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  7.1333 +  # A ".." for each directory in $ac_dir_suffix.
  7.1334 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  7.1335 +  case $ac_top_builddir_sub in
  7.1336 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  7.1337 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  7.1338 +  esac ;;
  7.1339 +esac
  7.1340 +ac_abs_top_builddir=$ac_pwd
  7.1341 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  7.1342 +# for backward compatibility:
  7.1343 +ac_top_builddir=$ac_top_build_prefix
  7.1344 +
  7.1345 +case $srcdir in
  7.1346 +  .)  # We are building in place.
  7.1347 +    ac_srcdir=.
  7.1348 +    ac_top_srcdir=$ac_top_builddir_sub
  7.1349 +    ac_abs_top_srcdir=$ac_pwd ;;
  7.1350 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  7.1351 +    ac_srcdir=$srcdir$ac_dir_suffix;
  7.1352 +    ac_top_srcdir=$srcdir
  7.1353 +    ac_abs_top_srcdir=$srcdir ;;
  7.1354 +  *) # Relative name.
  7.1355 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  7.1356 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  7.1357 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  7.1358 +esac
  7.1359 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  7.1360 +
  7.1361 +    cd "$ac_dir" || { ac_status=$?; continue; }
  7.1362 +    # Check for guested configure.
  7.1363 +    if test -f "$ac_srcdir/configure.gnu"; then
  7.1364 +      echo &&
  7.1365 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  7.1366 +    elif test -f "$ac_srcdir/configure"; then
  7.1367 +      echo &&
  7.1368 +      $SHELL "$ac_srcdir/configure" --help=recursive
  7.1369 +    else
  7.1370 +      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  7.1371 +    fi || ac_status=$?
  7.1372 +    cd "$ac_pwd" || { ac_status=$?; break; }
  7.1373 +  done
  7.1374 +fi
  7.1375 +
  7.1376 +test -n "$ac_init_help" && exit $ac_status
  7.1377 +if $ac_init_version; then
  7.1378 +  cat <<\_ACEOF
  7.1379 +PCem configure v9
  7.1380 +generated by GNU Autoconf 2.65
  7.1381 +
  7.1382 +Copyright (C) 2009 Free Software Foundation, Inc.
  7.1383 +This configure script is free software; the Free Software Foundation
  7.1384 +gives unlimited permission to copy, distribute and modify it.
  7.1385 +_ACEOF
  7.1386 +  exit
  7.1387 +fi
  7.1388 +
  7.1389 +## ------------------------ ##
  7.1390 +## Autoconf initialization. ##
  7.1391 +## ------------------------ ##
  7.1392 +
  7.1393 +# ac_fn_c_try_compile LINENO
  7.1394 +# --------------------------
  7.1395 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
  7.1396 +ac_fn_c_try_compile ()
  7.1397 +{
  7.1398 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  7.1399 +  rm -f conftest.$ac_objext
  7.1400 +  if { { ac_try="$ac_compile"
  7.1401 +case "(($ac_try" in
  7.1402 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.1403 +  *) ac_try_echo=$ac_try;;
  7.1404 +esac
  7.1405 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.1406 +$as_echo "$ac_try_echo"; } >&5
  7.1407 +  (eval "$ac_compile") 2>conftest.err
  7.1408 +  ac_status=$?
  7.1409 +  if test -s conftest.err; then
  7.1410 +    grep -v '^ *+' conftest.err >conftest.er1
  7.1411 +    cat conftest.er1 >&5
  7.1412 +    mv -f conftest.er1 conftest.err
  7.1413 +  fi
  7.1414 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.1415 +  test $ac_status = 0; } && {
  7.1416 +	 test -z "$ac_c_werror_flag" ||
  7.1417 +	 test ! -s conftest.err
  7.1418 +       } && test -s conftest.$ac_objext; then :
  7.1419 +  ac_retval=0
  7.1420 +else
  7.1421 +  $as_echo "$as_me: failed program was:" >&5
  7.1422 +sed 's/^/| /' conftest.$ac_ext >&5
  7.1423 +
  7.1424 +	ac_retval=1
  7.1425 +fi
  7.1426 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  7.1427 +  as_fn_set_status $ac_retval
  7.1428 +
  7.1429 +} # ac_fn_c_try_compile
  7.1430 +
  7.1431 +# ac_fn_cxx_try_compile LINENO
  7.1432 +# ----------------------------
  7.1433 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
  7.1434 +ac_fn_cxx_try_compile ()
  7.1435 +{
  7.1436 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  7.1437 +  rm -f conftest.$ac_objext
  7.1438 +  if { { ac_try="$ac_compile"
  7.1439 +case "(($ac_try" in
  7.1440 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.1441 +  *) ac_try_echo=$ac_try;;
  7.1442 +esac
  7.1443 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.1444 +$as_echo "$ac_try_echo"; } >&5
  7.1445 +  (eval "$ac_compile") 2>conftest.err
  7.1446 +  ac_status=$?
  7.1447 +  if test -s conftest.err; then
  7.1448 +    grep -v '^ *+' conftest.err >conftest.er1
  7.1449 +    cat conftest.er1 >&5
  7.1450 +    mv -f conftest.er1 conftest.err
  7.1451 +  fi
  7.1452 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.1453 +  test $ac_status = 0; } && {
  7.1454 +	 test -z "$ac_cxx_werror_flag" ||
  7.1455 +	 test ! -s conftest.err
  7.1456 +       } && test -s conftest.$ac_objext; then :
  7.1457 +  ac_retval=0
  7.1458 +else
  7.1459 +  $as_echo "$as_me: failed program was:" >&5
  7.1460 +sed 's/^/| /' conftest.$ac_ext >&5
  7.1461 +
  7.1462 +	ac_retval=1
  7.1463 +fi
  7.1464 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  7.1465 +  as_fn_set_status $ac_retval
  7.1466 +
  7.1467 +} # ac_fn_cxx_try_compile
  7.1468 +
  7.1469 +# ac_fn_c_try_run LINENO
  7.1470 +# ----------------------
  7.1471 +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
  7.1472 +# that executables *can* be run.
  7.1473 +ac_fn_c_try_run ()
  7.1474 +{
  7.1475 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  7.1476 +  if { { ac_try="$ac_link"
  7.1477 +case "(($ac_try" in
  7.1478 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.1479 +  *) ac_try_echo=$ac_try;;
  7.1480 +esac
  7.1481 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.1482 +$as_echo "$ac_try_echo"; } >&5
  7.1483 +  (eval "$ac_link") 2>&5
  7.1484 +  ac_status=$?
  7.1485 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.1486 +  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  7.1487 +  { { case "(($ac_try" in
  7.1488 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.1489 +  *) ac_try_echo=$ac_try;;
  7.1490 +esac
  7.1491 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.1492 +$as_echo "$ac_try_echo"; } >&5
  7.1493 +  (eval "$ac_try") 2>&5
  7.1494 +  ac_status=$?
  7.1495 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.1496 +  test $ac_status = 0; }; }; then :
  7.1497 +  ac_retval=0
  7.1498 +else
  7.1499 +  $as_echo "$as_me: program exited with status $ac_status" >&5
  7.1500 +       $as_echo "$as_me: failed program was:" >&5
  7.1501 +sed 's/^/| /' conftest.$ac_ext >&5
  7.1502 +
  7.1503 +       ac_retval=$ac_status
  7.1504 +fi
  7.1505 +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  7.1506 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  7.1507 +  as_fn_set_status $ac_retval
  7.1508 +
  7.1509 +} # ac_fn_c_try_run
  7.1510 +
  7.1511 +# ac_fn_c_try_link LINENO
  7.1512 +# -----------------------
  7.1513 +# Try to link conftest.$ac_ext, and return whether this succeeded.
  7.1514 +ac_fn_c_try_link ()
  7.1515 +{
  7.1516 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  7.1517 +  rm -f conftest.$ac_objext conftest$ac_exeext
  7.1518 +  if { { ac_try="$ac_link"
  7.1519 +case "(($ac_try" in
  7.1520 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.1521 +  *) ac_try_echo=$ac_try;;
  7.1522 +esac
  7.1523 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.1524 +$as_echo "$ac_try_echo"; } >&5
  7.1525 +  (eval "$ac_link") 2>conftest.err
  7.1526 +  ac_status=$?
  7.1527 +  if test -s conftest.err; then
  7.1528 +    grep -v '^ *+' conftest.err >conftest.er1
  7.1529 +    cat conftest.er1 >&5
  7.1530 +    mv -f conftest.er1 conftest.err
  7.1531 +  fi
  7.1532 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.1533 +  test $ac_status = 0; } && {
  7.1534 +	 test -z "$ac_c_werror_flag" ||
  7.1535 +	 test ! -s conftest.err
  7.1536 +       } && test -s conftest$ac_exeext && {
  7.1537 +	 test "$cross_compiling" = yes ||
  7.1538 +	 $as_test_x conftest$ac_exeext
  7.1539 +       }; then :
  7.1540 +  ac_retval=0
  7.1541 +else
  7.1542 +  $as_echo "$as_me: failed program was:" >&5
  7.1543 +sed 's/^/| /' conftest.$ac_ext >&5
  7.1544 +
  7.1545 +	ac_retval=1
  7.1546 +fi
  7.1547 +  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  7.1548 +  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  7.1549 +  # interfere with the next link command; also delete a directory that is
  7.1550 +  # left behind by Apple's compiler.  We do this before executing the actions.
  7.1551 +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  7.1552 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  7.1553 +  as_fn_set_status $ac_retval
  7.1554 +
  7.1555 +} # ac_fn_c_try_link
  7.1556 +cat >config.log <<_ACEOF
  7.1557 +This file contains any messages produced by compilers while
  7.1558 +running configure, to aid debugging if configure makes a mistake.
  7.1559 +
  7.1560 +It was created by PCem $as_me v9, which was
  7.1561 +generated by GNU Autoconf 2.65.  Invocation command line was
  7.1562 +
  7.1563 +  $ $0 $@
  7.1564 +
  7.1565 +_ACEOF
  7.1566 +exec 5>>config.log
  7.1567 +{
  7.1568 +cat <<_ASUNAME
  7.1569 +## --------- ##
  7.1570 +## Platform. ##
  7.1571 +## --------- ##
  7.1572 +
  7.1573 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  7.1574 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
  7.1575 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
  7.1576 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
  7.1577 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
  7.1578 +
  7.1579 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  7.1580 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  7.1581 +
  7.1582 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  7.1583 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  7.1584 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  7.1585 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  7.1586 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  7.1587 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  7.1588 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  7.1589 +
  7.1590 +_ASUNAME
  7.1591 +
  7.1592 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.1593 +for as_dir in $PATH
  7.1594 +do
  7.1595 +  IFS=$as_save_IFS
  7.1596 +  test -z "$as_dir" && as_dir=.
  7.1597 +    $as_echo "PATH: $as_dir"
  7.1598 +  done
  7.1599 +IFS=$as_save_IFS
  7.1600 +
  7.1601 +} >&5
  7.1602 +
  7.1603 +cat >&5 <<_ACEOF
  7.1604 +
  7.1605 +
  7.1606 +## ----------- ##
  7.1607 +## Core tests. ##
  7.1608 +## ----------- ##
  7.1609 +
  7.1610 +_ACEOF
  7.1611 +
  7.1612 +
  7.1613 +# Keep a trace of the command line.
  7.1614 +# Strip out --no-create and --no-recursion so they do not pile up.
  7.1615 +# Strip out --silent because we don't want to record it for future runs.
  7.1616 +# Also quote any args containing shell meta-characters.
  7.1617 +# Make two passes to allow for proper duplicate-argument suppression.
  7.1618 +ac_configure_args=
  7.1619 +ac_configure_args0=
  7.1620 +ac_configure_args1=
  7.1621 +ac_must_keep_next=false
  7.1622 +for ac_pass in 1 2
  7.1623 +do
  7.1624 +  for ac_arg
  7.1625 +  do
  7.1626 +    case $ac_arg in
  7.1627 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  7.1628 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  7.1629 +    | -silent | --silent | --silen | --sile | --sil)
  7.1630 +      continue ;;
  7.1631 +    *\'*)
  7.1632 +      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  7.1633 +    esac
  7.1634 +    case $ac_pass in
  7.1635 +    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  7.1636 +    2)
  7.1637 +      as_fn_append ac_configure_args1 " '$ac_arg'"
  7.1638 +      if test $ac_must_keep_next = true; then
  7.1639 +	ac_must_keep_next=false # Got value, back to normal.
  7.1640 +      else
  7.1641 +	case $ac_arg in
  7.1642 +	  *=* | --config-cache | -C | -disable-* | --disable-* \
  7.1643 +	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  7.1644 +	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  7.1645 +	  | -with-* | --with-* | -without-* | --without-* | --x)
  7.1646 +	    case "$ac_configure_args0 " in
  7.1647 +	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  7.1648 +	    esac
  7.1649 +	    ;;
  7.1650 +	  -* ) ac_must_keep_next=true ;;
  7.1651 +	esac
  7.1652 +      fi
  7.1653 +      as_fn_append ac_configure_args " '$ac_arg'"
  7.1654 +      ;;
  7.1655 +    esac
  7.1656 +  done
  7.1657 +done
  7.1658 +{ ac_configure_args0=; unset ac_configure_args0;}
  7.1659 +{ ac_configure_args1=; unset ac_configure_args1;}
  7.1660 +
  7.1661 +# When interrupted or exit'd, cleanup temporary files, and complete
  7.1662 +# config.log.  We remove comments because anyway the quotes in there
  7.1663 +# would cause problems or look ugly.
  7.1664 +# WARNING: Use '\'' to represent an apostrophe within the trap.
  7.1665 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  7.1666 +trap 'exit_status=$?
  7.1667 +  # Save into config.log some information that might help in debugging.
  7.1668 +  {
  7.1669 +    echo
  7.1670 +
  7.1671 +    cat <<\_ASBOX
  7.1672 +## ---------------- ##
  7.1673 +## Cache variables. ##
  7.1674 +## ---------------- ##
  7.1675 +_ASBOX
  7.1676 +    echo
  7.1677 +    # The following way of writing the cache mishandles newlines in values,
  7.1678 +(
  7.1679 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  7.1680 +    eval ac_val=\$$ac_var
  7.1681 +    case $ac_val in #(
  7.1682 +    *${as_nl}*)
  7.1683 +      case $ac_var in #(
  7.1684 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  7.1685 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  7.1686 +      esac
  7.1687 +      case $ac_var in #(
  7.1688 +      _ | IFS | as_nl) ;; #(
  7.1689 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  7.1690 +      *) { eval $ac_var=; unset $ac_var;} ;;
  7.1691 +      esac ;;
  7.1692 +    esac
  7.1693 +  done
  7.1694 +  (set) 2>&1 |
  7.1695 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  7.1696 +    *${as_nl}ac_space=\ *)
  7.1697 +      sed -n \
  7.1698 +	"s/'\''/'\''\\\\'\'''\''/g;
  7.1699 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  7.1700 +      ;; #(
  7.1701 +    *)
  7.1702 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  7.1703 +      ;;
  7.1704 +    esac |
  7.1705 +    sort
  7.1706 +)
  7.1707 +    echo
  7.1708 +
  7.1709 +    cat <<\_ASBOX
  7.1710 +## ----------------- ##
  7.1711 +## Output variables. ##
  7.1712 +## ----------------- ##
  7.1713 +_ASBOX
  7.1714 +    echo
  7.1715 +    for ac_var in $ac_subst_vars
  7.1716 +    do
  7.1717 +      eval ac_val=\$$ac_var
  7.1718 +      case $ac_val in
  7.1719 +      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  7.1720 +      esac
  7.1721 +      $as_echo "$ac_var='\''$ac_val'\''"
  7.1722 +    done | sort
  7.1723 +    echo
  7.1724 +
  7.1725 +    if test -n "$ac_subst_files"; then
  7.1726 +      cat <<\_ASBOX
  7.1727 +## ------------------- ##
  7.1728 +## File substitutions. ##
  7.1729 +## ------------------- ##
  7.1730 +_ASBOX
  7.1731 +      echo
  7.1732 +      for ac_var in $ac_subst_files
  7.1733 +      do
  7.1734 +	eval ac_val=\$$ac_var
  7.1735 +	case $ac_val in
  7.1736 +	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  7.1737 +	esac
  7.1738 +	$as_echo "$ac_var='\''$ac_val'\''"
  7.1739 +      done | sort
  7.1740 +      echo
  7.1741 +    fi
  7.1742 +
  7.1743 +    if test -s confdefs.h; then
  7.1744 +      cat <<\_ASBOX
  7.1745 +## ----------- ##
  7.1746 +## confdefs.h. ##
  7.1747 +## ----------- ##
  7.1748 +_ASBOX
  7.1749 +      echo
  7.1750 +      cat confdefs.h
  7.1751 +      echo
  7.1752 +    fi
  7.1753 +    test "$ac_signal" != 0 &&
  7.1754 +      $as_echo "$as_me: caught signal $ac_signal"
  7.1755 +    $as_echo "$as_me: exit $exit_status"
  7.1756 +  } >&5
  7.1757 +  rm -f core *.core core.conftest.* &&
  7.1758 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  7.1759 +    exit $exit_status
  7.1760 +' 0
  7.1761 +for ac_signal in 1 2 13 15; do
  7.1762 +  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
  7.1763 +done
  7.1764 +ac_signal=0
  7.1765 +
  7.1766 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
  7.1767 +rm -f -r conftest* confdefs.h
  7.1768 +
  7.1769 +$as_echo "/* confdefs.h */" > confdefs.h
  7.1770 +
  7.1771 +# Predefined preprocessor variables.
  7.1772 +
  7.1773 +cat >>confdefs.h <<_ACEOF
  7.1774 +#define PACKAGE_NAME "$PACKAGE_NAME"
  7.1775 +_ACEOF
  7.1776 +
  7.1777 +cat >>confdefs.h <<_ACEOF
  7.1778 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  7.1779 +_ACEOF
  7.1780 +
  7.1781 +cat >>confdefs.h <<_ACEOF
  7.1782 +#define PACKAGE_VERSION "$PACKAGE_VERSION"
  7.1783 +_ACEOF
  7.1784 +
  7.1785 +cat >>confdefs.h <<_ACEOF
  7.1786 +#define PACKAGE_STRING "$PACKAGE_STRING"
  7.1787 +_ACEOF
  7.1788 +
  7.1789 +cat >>confdefs.h <<_ACEOF
  7.1790 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  7.1791 +_ACEOF
  7.1792 +
  7.1793 +cat >>confdefs.h <<_ACEOF
  7.1794 +#define PACKAGE_URL "$PACKAGE_URL"
  7.1795 +_ACEOF
  7.1796 +
  7.1797 +
  7.1798 +# Let the site file select an alternate cache file if it wants to.
  7.1799 +# Prefer an explicitly selected file to automatically selected ones.
  7.1800 +ac_site_file1=NONE
  7.1801 +ac_site_file2=NONE
  7.1802 +if test -n "$CONFIG_SITE"; then
  7.1803 +  ac_site_file1=$CONFIG_SITE
  7.1804 +elif test "x$prefix" != xNONE; then
  7.1805 +  ac_site_file1=$prefix/share/config.site
  7.1806 +  ac_site_file2=$prefix/etc/config.site
  7.1807 +else
  7.1808 +  ac_site_file1=$ac_default_prefix/share/config.site
  7.1809 +  ac_site_file2=$ac_default_prefix/etc/config.site
  7.1810 +fi
  7.1811 +for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  7.1812 +do
  7.1813 +  test "x$ac_site_file" = xNONE && continue
  7.1814 +  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  7.1815 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  7.1816 +$as_echo "$as_me: loading site script $ac_site_file" >&6;}
  7.1817 +    sed 's/^/| /' "$ac_site_file" >&5
  7.1818 +    . "$ac_site_file"
  7.1819 +  fi
  7.1820 +done
  7.1821 +
  7.1822 +if test -r "$cache_file"; then
  7.1823 +  # Some versions of bash will fail to source /dev/null (special files
  7.1824 +  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  7.1825 +  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
  7.1826 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
  7.1827 +$as_echo "$as_me: loading cache $cache_file" >&6;}
  7.1828 +    case $cache_file in
  7.1829 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  7.1830 +      *)                      . "./$cache_file";;
  7.1831 +    esac
  7.1832 +  fi
  7.1833 +else
  7.1834 +  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
  7.1835 +$as_echo "$as_me: creating cache $cache_file" >&6;}
  7.1836 +  >$cache_file
  7.1837 +fi
  7.1838 +
  7.1839 +# Check that the precious variables saved in the cache have kept the same
  7.1840 +# value.
  7.1841 +ac_cache_corrupted=false
  7.1842 +for ac_var in $ac_precious_vars; do
  7.1843 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  7.1844 +  eval ac_new_set=\$ac_env_${ac_var}_set
  7.1845 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  7.1846 +  eval ac_new_val=\$ac_env_${ac_var}_value
  7.1847 +  case $ac_old_set,$ac_new_set in
  7.1848 +    set,)
  7.1849 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  7.1850 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  7.1851 +      ac_cache_corrupted=: ;;
  7.1852 +    ,set)
  7.1853 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
  7.1854 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  7.1855 +      ac_cache_corrupted=: ;;
  7.1856 +    ,);;
  7.1857 +    *)
  7.1858 +      if test "x$ac_old_val" != "x$ac_new_val"; then
  7.1859 +	# differences in whitespace do not lead to failure.
  7.1860 +	ac_old_val_w=`echo x $ac_old_val`
  7.1861 +	ac_new_val_w=`echo x $ac_new_val`
  7.1862 +	if test "$ac_old_val_w" != "$ac_new_val_w"; then
  7.1863 +	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
  7.1864 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  7.1865 +	  ac_cache_corrupted=:
  7.1866 +	else
  7.1867 +	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
  7.1868 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
  7.1869 +	  eval $ac_var=\$ac_old_val
  7.1870 +	fi
  7.1871 +	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
  7.1872 +$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
  7.1873 +	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
  7.1874 +$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
  7.1875 +      fi;;
  7.1876 +  esac
  7.1877 +  # Pass precious variables to config.status.
  7.1878 +  if test "$ac_new_set" = set; then
  7.1879 +    case $ac_new_val in
  7.1880 +    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  7.1881 +    *) ac_arg=$ac_var=$ac_new_val ;;
  7.1882 +    esac
  7.1883 +    case " $ac_configure_args " in
  7.1884 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  7.1885 +      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
  7.1886 +    esac
  7.1887 +  fi
  7.1888 +done
  7.1889 +if $ac_cache_corrupted; then
  7.1890 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  7.1891 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  7.1892 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  7.1893 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  7.1894 +  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
  7.1895 +fi
  7.1896 +## -------------------- ##
  7.1897 +## Main body of script. ##
  7.1898 +## -------------------- ##
  7.1899 +
  7.1900 +ac_ext=c
  7.1901 +ac_cpp='$CPP $CPPFLAGS'
  7.1902 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7.1903 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7.1904 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7.1905 +
  7.1906 +
  7.1907 +
  7.1908 +am__api_version='1.11'
  7.1909 +
  7.1910 +ac_aux_dir=
  7.1911 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  7.1912 +  for ac_t in install-sh install.sh shtool; do
  7.1913 +    if test -f "$ac_dir/$ac_t"; then
  7.1914 +      ac_aux_dir=$ac_dir
  7.1915 +      ac_install_sh="$ac_aux_dir/$ac_t -c"
  7.1916 +      break 2
  7.1917 +    fi
  7.1918 +  done
  7.1919 +done
  7.1920 +if test -z "$ac_aux_dir"; then
  7.1921 +  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
  7.1922 +fi
  7.1923 +
  7.1924 +# These three variables are undocumented and unsupported,
  7.1925 +# and are intended to be withdrawn in a future Autoconf release.
  7.1926 +# They can cause serious problems if a builder's source tree is in a directory
  7.1927 +# whose full name contains unusual characters.
  7.1928 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  7.1929 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  7.1930 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  7.1931 +
  7.1932 +
  7.1933 +# Find a good install program.  We prefer a C program (faster),
  7.1934 +# so one script is as good as another.  But avoid the broken or
  7.1935 +# incompatible versions:
  7.1936 +# SysV /etc/install, /usr/sbin/install
  7.1937 +# SunOS /usr/etc/install
  7.1938 +# IRIX /sbin/install
  7.1939 +# AIX /bin/install
  7.1940 +# AmigaOS /C/install, which installs bootblocks on floppy discs
  7.1941 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  7.1942 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  7.1943 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  7.1944 +# OS/2's system install, which has a completely different semantic
  7.1945 +# ./install, which can be erroneously created by make from ./install.sh.
  7.1946 +# Reject install programs that cannot install multiple files.
  7.1947 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
  7.1948 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
  7.1949 +if test -z "$INSTALL"; then
  7.1950 +if test "${ac_cv_path_install+set}" = set; then :
  7.1951 +  $as_echo_n "(cached) " >&6
  7.1952 +else
  7.1953 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.1954 +for as_dir in $PATH
  7.1955 +do
  7.1956 +  IFS=$as_save_IFS
  7.1957 +  test -z "$as_dir" && as_dir=.
  7.1958 +    # Account for people who put trailing slashes in PATH elements.
  7.1959 +case $as_dir/ in #((
  7.1960 +  ./ | .// | /[cC]/* | \
  7.1961 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  7.1962 +  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
  7.1963 +  /usr/ucb/* ) ;;
  7.1964 +  *)
  7.1965 +    # OSF1 and SCO ODT 3.0 have their own names for install.
  7.1966 +    # Don't use installbsd from OSF since it installs stuff as root
  7.1967 +    # by default.
  7.1968 +    for ac_prog in ginstall scoinst install; do
  7.1969 +      for ac_exec_ext in '' $ac_executable_extensions; do
  7.1970 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  7.1971 +	  if test $ac_prog = install &&
  7.1972 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  7.1973 +	    # AIX install.  It has an incompatible calling convention.
  7.1974 +	    :
  7.1975 +	  elif test $ac_prog = install &&
  7.1976 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  7.1977 +	    # program-specific install script used by HP pwplus--don't use.
  7.1978 +	    :
  7.1979 +	  else
  7.1980 +	    rm -rf conftest.one conftest.two conftest.dir
  7.1981 +	    echo one > conftest.one
  7.1982 +	    echo two > conftest.two
  7.1983 +	    mkdir conftest.dir
  7.1984 +	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  7.1985 +	      test -s conftest.one && test -s conftest.two &&
  7.1986 +	      test -s conftest.dir/conftest.one &&
  7.1987 +	      test -s conftest.dir/conftest.two
  7.1988 +	    then
  7.1989 +	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  7.1990 +	      break 3
  7.1991 +	    fi
  7.1992 +	  fi
  7.1993 +	fi
  7.1994 +      done
  7.1995 +    done
  7.1996 +    ;;
  7.1997 +esac
  7.1998 +
  7.1999 +  done
  7.2000 +IFS=$as_save_IFS
  7.2001 +
  7.2002 +rm -rf conftest.one conftest.two conftest.dir
  7.2003 +
  7.2004 +fi
  7.2005 +  if test "${ac_cv_path_install+set}" = set; then
  7.2006 +    INSTALL=$ac_cv_path_install
  7.2007 +  else
  7.2008 +    # As a last resort, use the slow shell script.  Don't cache a
  7.2009 +    # value for INSTALL within a source directory, because that will
  7.2010 +    # break other packages using the cache if that directory is
  7.2011 +    # removed, or if the value is a relative name.
  7.2012 +    INSTALL=$ac_install_sh
  7.2013 +  fi
  7.2014 +fi
  7.2015 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
  7.2016 +$as_echo "$INSTALL" >&6; }
  7.2017 +
  7.2018 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  7.2019 +# It thinks the first close brace ends the variable substitution.
  7.2020 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  7.2021 +
  7.2022 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  7.2023 +
  7.2024 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  7.2025 +
  7.2026 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
  7.2027 +$as_echo_n "checking whether build environment is sane... " >&6; }
  7.2028 +# Just in case
  7.2029 +sleep 1
  7.2030 +echo timestamp > conftest.file
  7.2031 +# Reject unsafe characters in $srcdir or the absolute working directory
  7.2032 +# name.  Accept space and tab only in the latter.
  7.2033 +am_lf='
  7.2034 +'
  7.2035 +case `pwd` in
  7.2036 +  *[\\\"\#\$\&\'\`$am_lf]*)
  7.2037 +    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
  7.2038 +esac
  7.2039 +case $srcdir in
  7.2040 +  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
  7.2041 +    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
  7.2042 +esac
  7.2043 +
  7.2044 +# Do `set' in a subshell so we don't clobber the current shell's
  7.2045 +# arguments.  Must try -L first in case configure is actually a
  7.2046 +# symlink; some systems play weird games with the mod time of symlinks
  7.2047 +# (eg FreeBSD returns the mod time of the symlink's containing
  7.2048 +# directory).
  7.2049 +if (
  7.2050 +   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  7.2051 +   if test "$*" = "X"; then
  7.2052 +      # -L didn't work.
  7.2053 +      set X `ls -t "$srcdir/configure" conftest.file`
  7.2054 +   fi
  7.2055 +   rm -f conftest.file
  7.2056 +   if test "$*" != "X $srcdir/configure conftest.file" \
  7.2057 +      && test "$*" != "X conftest.file $srcdir/configure"; then
  7.2058 +
  7.2059 +      # If neither matched, then we have a broken ls.  This can happen
  7.2060 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
  7.2061 +      # broken ls alias from the environment.  This has actually
  7.2062 +      # happened.  Such a system could not be considered "sane".
  7.2063 +      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
  7.2064 +alias in your environment" "$LINENO" 5
  7.2065 +   fi
  7.2066 +
  7.2067 +   test "$2" = conftest.file
  7.2068 +   )
  7.2069 +then
  7.2070 +   # Ok.
  7.2071 +   :
  7.2072 +else
  7.2073 +   as_fn_error "newly created file is older than distributed files!
  7.2074 +Check your system clock" "$LINENO" 5
  7.2075 +fi
  7.2076 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  7.2077 +$as_echo "yes" >&6; }
  7.2078 +test "$program_prefix" != NONE &&
  7.2079 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
  7.2080 +# Use a double $ so make ignores it.
  7.2081 +test "$program_suffix" != NONE &&
  7.2082 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  7.2083 +# Double any \ or $.
  7.2084 +# By default was `s,x,x', remove it if useless.
  7.2085 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
  7.2086 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
  7.2087 +
  7.2088 +# expand $ac_aux_dir to an absolute path
  7.2089 +am_aux_dir=`cd $ac_aux_dir && pwd`
  7.2090 +
  7.2091 +if test x"${MISSING+set}" != xset; then
  7.2092 +  case $am_aux_dir in
  7.2093 +  *\ * | *\	*)
  7.2094 +    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  7.2095 +  *)
  7.2096 +    MISSING="\${SHELL} $am_aux_dir/missing" ;;
  7.2097 +  esac
  7.2098 +fi
  7.2099 +# Use eval to expand $SHELL
  7.2100 +if eval "$MISSING --run true"; then
  7.2101 +  am_missing_run="$MISSING --run "
  7.2102 +else
  7.2103 +  am_missing_run=
  7.2104 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
  7.2105 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  7.2106 +fi
  7.2107 +
  7.2108 +if test x"${install_sh}" != xset; then
  7.2109 +  case $am_aux_dir in
  7.2110 +  *\ * | *\	*)
  7.2111 +    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  7.2112 +  *)
  7.2113 +    install_sh="\${SHELL} $am_aux_dir/install-sh"
  7.2114 +  esac
  7.2115 +fi
  7.2116 +
  7.2117 +# Installed binaries are usually stripped using `strip' when the user
  7.2118 +# run `make install-strip'.  However `strip' might not be the right
  7.2119 +# tool to use in cross-compilation environments, therefore Automake
  7.2120 +# will honor the `STRIP' environment variable to overrule this program.
  7.2121 +if test "$cross_compiling" != no; then
  7.2122 +  if test -n "$ac_tool_prefix"; then
  7.2123 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  7.2124 +set dummy ${ac_tool_prefix}strip; ac_word=$2
  7.2125 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2126 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2127 +if test "${ac_cv_prog_STRIP+set}" = set; then :
  7.2128 +  $as_echo_n "(cached) " >&6
  7.2129 +else
  7.2130 +  if test -n "$STRIP"; then
  7.2131 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  7.2132 +else
  7.2133 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2134 +for as_dir in $PATH
  7.2135 +do
  7.2136 +  IFS=$as_save_IFS
  7.2137 +  test -z "$as_dir" && as_dir=.
  7.2138 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2139 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2140 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  7.2141 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2142 +    break 2
  7.2143 +  fi
  7.2144 +done
  7.2145 +  done
  7.2146 +IFS=$as_save_IFS
  7.2147 +
  7.2148 +fi
  7.2149 +fi
  7.2150 +STRIP=$ac_cv_prog_STRIP
  7.2151 +if test -n "$STRIP"; then
  7.2152 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  7.2153 +$as_echo "$STRIP" >&6; }
  7.2154 +else
  7.2155 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2156 +$as_echo "no" >&6; }
  7.2157 +fi
  7.2158 +
  7.2159 +
  7.2160 +fi
  7.2161 +if test -z "$ac_cv_prog_STRIP"; then
  7.2162 +  ac_ct_STRIP=$STRIP
  7.2163 +  # Extract the first word of "strip", so it can be a program name with args.
  7.2164 +set dummy strip; ac_word=$2
  7.2165 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2166 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2167 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  7.2168 +  $as_echo_n "(cached) " >&6
  7.2169 +else
  7.2170 +  if test -n "$ac_ct_STRIP"; then
  7.2171 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  7.2172 +else
  7.2173 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2174 +for as_dir in $PATH
  7.2175 +do
  7.2176 +  IFS=$as_save_IFS
  7.2177 +  test -z "$as_dir" && as_dir=.
  7.2178 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2179 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2180 +    ac_cv_prog_ac_ct_STRIP="strip"
  7.2181 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2182 +    break 2
  7.2183 +  fi
  7.2184 +done
  7.2185 +  done
  7.2186 +IFS=$as_save_IFS
  7.2187 +
  7.2188 +fi
  7.2189 +fi
  7.2190 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  7.2191 +if test -n "$ac_ct_STRIP"; then
  7.2192 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  7.2193 +$as_echo "$ac_ct_STRIP" >&6; }
  7.2194 +else
  7.2195 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2196 +$as_echo "no" >&6; }
  7.2197 +fi
  7.2198 +
  7.2199 +  if test "x$ac_ct_STRIP" = x; then
  7.2200 +    STRIP=":"
  7.2201 +  else
  7.2202 +    case $cross_compiling:$ac_tool_warned in
  7.2203 +yes:)
  7.2204 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  7.2205 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  7.2206 +ac_tool_warned=yes ;;
  7.2207 +esac
  7.2208 +    STRIP=$ac_ct_STRIP
  7.2209 +  fi
  7.2210 +else
  7.2211 +  STRIP="$ac_cv_prog_STRIP"
  7.2212 +fi
  7.2213 +
  7.2214 +fi
  7.2215 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  7.2216 +
  7.2217 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
  7.2218 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
  7.2219 +if test -z "$MKDIR_P"; then
  7.2220 +  if test "${ac_cv_path_mkdir+set}" = set; then :
  7.2221 +  $as_echo_n "(cached) " >&6
  7.2222 +else
  7.2223 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2224 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
  7.2225 +do
  7.2226 +  IFS=$as_save_IFS
  7.2227 +  test -z "$as_dir" && as_dir=.
  7.2228 +    for ac_prog in mkdir gmkdir; do
  7.2229 +	 for ac_exec_ext in '' $ac_executable_extensions; do
  7.2230 +	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
  7.2231 +	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
  7.2232 +	     'mkdir (GNU coreutils) '* | \
  7.2233 +	     'mkdir (coreutils) '* | \
  7.2234 +	     'mkdir (fileutils) '4.1*)
  7.2235 +	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
  7.2236 +	       break 3;;
  7.2237 +	   esac
  7.2238 +	 done
  7.2239 +       done
  7.2240 +  done
  7.2241 +IFS=$as_save_IFS
  7.2242 +
  7.2243 +fi
  7.2244 +
  7.2245 +  test -d ./--version && rmdir ./--version
  7.2246 +  if test "${ac_cv_path_mkdir+set}" = set; then
  7.2247 +    MKDIR_P="$ac_cv_path_mkdir -p"
  7.2248 +  else
  7.2249 +    # As a last resort, use the slow shell script.  Don't cache a
  7.2250 +    # value for MKDIR_P within a source directory, because that will
  7.2251 +    # break other packages using the cache if that directory is
  7.2252 +    # removed, or if the value is a relative name.
  7.2253 +    MKDIR_P="$ac_install_sh -d"
  7.2254 +  fi
  7.2255 +fi
  7.2256 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
  7.2257 +$as_echo "$MKDIR_P" >&6; }
  7.2258 +
  7.2259 +mkdir_p="$MKDIR_P"
  7.2260 +case $mkdir_p in
  7.2261 +  [\\/$]* | ?:[\\/]*) ;;
  7.2262 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  7.2263 +esac
  7.2264 +
  7.2265 +for ac_prog in gawk mawk nawk awk
  7.2266 +do
  7.2267 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  7.2268 +set dummy $ac_prog; ac_word=$2
  7.2269 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2270 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2271 +if test "${ac_cv_prog_AWK+set}" = set; then :
  7.2272 +  $as_echo_n "(cached) " >&6
  7.2273 +else
  7.2274 +  if test -n "$AWK"; then
  7.2275 +  ac_cv_prog_AWK="$AWK" # Let the user override the test.
  7.2276 +else
  7.2277 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2278 +for as_dir in $PATH
  7.2279 +do
  7.2280 +  IFS=$as_save_IFS
  7.2281 +  test -z "$as_dir" && as_dir=.
  7.2282 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2283 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2284 +    ac_cv_prog_AWK="$ac_prog"
  7.2285 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2286 +    break 2
  7.2287 +  fi
  7.2288 +done
  7.2289 +  done
  7.2290 +IFS=$as_save_IFS
  7.2291 +
  7.2292 +fi
  7.2293 +fi
  7.2294 +AWK=$ac_cv_prog_AWK
  7.2295 +if test -n "$AWK"; then
  7.2296 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
  7.2297 +$as_echo "$AWK" >&6; }
  7.2298 +else
  7.2299 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2300 +$as_echo "no" >&6; }
  7.2301 +fi
  7.2302 +
  7.2303 +
  7.2304 +  test -n "$AWK" && break
  7.2305 +done
  7.2306 +
  7.2307 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  7.2308 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
  7.2309 +set x ${MAKE-make}
  7.2310 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  7.2311 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
  7.2312 +  $as_echo_n "(cached) " >&6
  7.2313 +else
  7.2314 +  cat >conftest.make <<\_ACEOF
  7.2315 +SHELL = /bin/sh
  7.2316 +all:
  7.2317 +	@echo '@@@%%%=$(MAKE)=@@@%%%'
  7.2318 +_ACEOF
  7.2319 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  7.2320 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
  7.2321 +  *@@@%%%=?*=@@@%%%*)
  7.2322 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
  7.2323 +  *)
  7.2324 +    eval ac_cv_prog_make_${ac_make}_set=no;;
  7.2325 +esac
  7.2326 +rm -f conftest.make
  7.2327 +fi
  7.2328 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  7.2329 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  7.2330 +$as_echo "yes" >&6; }
  7.2331 +  SET_MAKE=
  7.2332 +else
  7.2333 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2334 +$as_echo "no" >&6; }
  7.2335 +  SET_MAKE="MAKE=${MAKE-make}"
  7.2336 +fi
  7.2337 +
  7.2338 +rm -rf .tst 2>/dev/null
  7.2339 +mkdir .tst 2>/dev/null
  7.2340 +if test -d .tst; then
  7.2341 +  am__leading_dot=.
  7.2342 +else
  7.2343 +  am__leading_dot=_
  7.2344 +fi
  7.2345 +rmdir .tst 2>/dev/null
  7.2346 +
  7.2347 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
  7.2348 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  7.2349 +  # is not polluted with repeated "-I."
  7.2350 +  am__isrc=' -I$(srcdir)'
  7.2351 +  # test to see if srcdir already configured
  7.2352 +  if test -f $srcdir/config.status; then
  7.2353 +    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
  7.2354 +  fi
  7.2355 +fi
  7.2356 +
  7.2357 +# test whether we have cygpath
  7.2358 +if test -z "$CYGPATH_W"; then
  7.2359 +  if (cygpath --version) >/dev/null 2>/dev/null; then
  7.2360 +    CYGPATH_W='cygpath -w'
  7.2361 +  else
  7.2362 +    CYGPATH_W=echo
  7.2363 +  fi
  7.2364 +fi
  7.2365 +
  7.2366 +
  7.2367 +# Define the identity of the package.
  7.2368 + PACKAGE='pcem'
  7.2369 + VERSION='v9'
  7.2370 +
  7.2371 +
  7.2372 +cat >>confdefs.h <<_ACEOF
  7.2373 +#define PACKAGE "$PACKAGE"
  7.2374 +_ACEOF
  7.2375 +
  7.2376 +
  7.2377 +cat >>confdefs.h <<_ACEOF
  7.2378 +#define VERSION "$VERSION"
  7.2379 +_ACEOF
  7.2380 +
  7.2381 +# Some tools Automake needs.
  7.2382 +
  7.2383 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  7.2384 +
  7.2385 +
  7.2386 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  7.2387 +
  7.2388 +
  7.2389 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  7.2390 +
  7.2391 +
  7.2392 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  7.2393 +
  7.2394 +
  7.2395 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  7.2396 +
  7.2397 +# We need awk for the "check" target.  The system "awk" is bad on
  7.2398 +# some platforms.
  7.2399 +# Always define AMTAR for backward compatibility.
  7.2400 +
  7.2401 +AMTAR=${AMTAR-"${am_missing_run}tar"}
  7.2402 +
  7.2403 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  7.2404 +
  7.2405 +
  7.2406 +
  7.2407 +
  7.2408 +
  7.2409 +ac_ext=c
  7.2410 +ac_cpp='$CPP $CPPFLAGS'
  7.2411 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7.2412 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7.2413 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7.2414 +if test -n "$ac_tool_prefix"; then
  7.2415 +  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  7.2416 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
  7.2417 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2418 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2419 +if test "${ac_cv_prog_CC+set}" = set; then :
  7.2420 +  $as_echo_n "(cached) " >&6
  7.2421 +else
  7.2422 +  if test -n "$CC"; then
  7.2423 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  7.2424 +else
  7.2425 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2426 +for as_dir in $PATH
  7.2427 +do
  7.2428 +  IFS=$as_save_IFS
  7.2429 +  test -z "$as_dir" && as_dir=.
  7.2430 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2431 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2432 +    ac_cv_prog_CC="${ac_tool_prefix}gcc"
  7.2433 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2434 +    break 2
  7.2435 +  fi
  7.2436 +done
  7.2437 +  done
  7.2438 +IFS=$as_save_IFS
  7.2439 +
  7.2440 +fi
  7.2441 +fi
  7.2442 +CC=$ac_cv_prog_CC
  7.2443 +if test -n "$CC"; then
  7.2444 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  7.2445 +$as_echo "$CC" >&6; }
  7.2446 +else
  7.2447 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2448 +$as_echo "no" >&6; }
  7.2449 +fi
  7.2450 +
  7.2451 +
  7.2452 +fi
  7.2453 +if test -z "$ac_cv_prog_CC"; then
  7.2454 +  ac_ct_CC=$CC
  7.2455 +  # Extract the first word of "gcc", so it can be a program name with args.
  7.2456 +set dummy gcc; ac_word=$2
  7.2457 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2458 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2459 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  7.2460 +  $as_echo_n "(cached) " >&6
  7.2461 +else
  7.2462 +  if test -n "$ac_ct_CC"; then
  7.2463 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  7.2464 +else
  7.2465 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2466 +for as_dir in $PATH
  7.2467 +do
  7.2468 +  IFS=$as_save_IFS
  7.2469 +  test -z "$as_dir" && as_dir=.
  7.2470 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2471 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2472 +    ac_cv_prog_ac_ct_CC="gcc"
  7.2473 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2474 +    break 2
  7.2475 +  fi
  7.2476 +done
  7.2477 +  done
  7.2478 +IFS=$as_save_IFS
  7.2479 +
  7.2480 +fi
  7.2481 +fi
  7.2482 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  7.2483 +if test -n "$ac_ct_CC"; then
  7.2484 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  7.2485 +$as_echo "$ac_ct_CC" >&6; }
  7.2486 +else
  7.2487 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2488 +$as_echo "no" >&6; }
  7.2489 +fi
  7.2490 +
  7.2491 +  if test "x$ac_ct_CC" = x; then
  7.2492 +    CC=""
  7.2493 +  else
  7.2494 +    case $cross_compiling:$ac_tool_warned in
  7.2495 +yes:)
  7.2496 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  7.2497 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  7.2498 +ac_tool_warned=yes ;;
  7.2499 +esac
  7.2500 +    CC=$ac_ct_CC
  7.2501 +  fi
  7.2502 +else
  7.2503 +  CC="$ac_cv_prog_CC"
  7.2504 +fi
  7.2505 +
  7.2506 +if test -z "$CC"; then
  7.2507 +          if test -n "$ac_tool_prefix"; then
  7.2508 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  7.2509 +set dummy ${ac_tool_prefix}cc; ac_word=$2
  7.2510 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2511 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2512 +if test "${ac_cv_prog_CC+set}" = set; then :
  7.2513 +  $as_echo_n "(cached) " >&6
  7.2514 +else
  7.2515 +  if test -n "$CC"; then
  7.2516 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  7.2517 +else
  7.2518 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2519 +for as_dir in $PATH
  7.2520 +do
  7.2521 +  IFS=$as_save_IFS
  7.2522 +  test -z "$as_dir" && as_dir=.
  7.2523 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2524 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2525 +    ac_cv_prog_CC="${ac_tool_prefix}cc"
  7.2526 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2527 +    break 2
  7.2528 +  fi
  7.2529 +done
  7.2530 +  done
  7.2531 +IFS=$as_save_IFS
  7.2532 +
  7.2533 +fi
  7.2534 +fi
  7.2535 +CC=$ac_cv_prog_CC
  7.2536 +if test -n "$CC"; then
  7.2537 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  7.2538 +$as_echo "$CC" >&6; }
  7.2539 +else
  7.2540 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2541 +$as_echo "no" >&6; }
  7.2542 +fi
  7.2543 +
  7.2544 +
  7.2545 +  fi
  7.2546 +fi
  7.2547 +if test -z "$CC"; then
  7.2548 +  # Extract the first word of "cc", so it can be a program name with args.
  7.2549 +set dummy cc; ac_word=$2
  7.2550 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2551 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2552 +if test "${ac_cv_prog_CC+set}" = set; then :
  7.2553 +  $as_echo_n "(cached) " >&6
  7.2554 +else
  7.2555 +  if test -n "$CC"; then
  7.2556 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  7.2557 +else
  7.2558 +  ac_prog_rejected=no
  7.2559 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2560 +for as_dir in $PATH
  7.2561 +do
  7.2562 +  IFS=$as_save_IFS
  7.2563 +  test -z "$as_dir" && as_dir=.
  7.2564 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2565 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2566 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  7.2567 +       ac_prog_rejected=yes
  7.2568 +       continue
  7.2569 +     fi
  7.2570 +    ac_cv_prog_CC="cc"
  7.2571 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2572 +    break 2
  7.2573 +  fi
  7.2574 +done
  7.2575 +  done
  7.2576 +IFS=$as_save_IFS
  7.2577 +
  7.2578 +if test $ac_prog_rejected = yes; then
  7.2579 +  # We found a bogon in the path, so make sure we never use it.
  7.2580 +  set dummy $ac_cv_prog_CC
  7.2581 +  shift
  7.2582 +  if test $# != 0; then
  7.2583 +    # We chose a different compiler from the bogus one.
  7.2584 +    # However, it has the same basename, so the bogon will be chosen
  7.2585 +    # first if we set CC to just the basename; use the full file name.
  7.2586 +    shift
  7.2587 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  7.2588 +  fi
  7.2589 +fi
  7.2590 +fi
  7.2591 +fi
  7.2592 +CC=$ac_cv_prog_CC
  7.2593 +if test -n "$CC"; then
  7.2594 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  7.2595 +$as_echo "$CC" >&6; }
  7.2596 +else
  7.2597 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2598 +$as_echo "no" >&6; }
  7.2599 +fi
  7.2600 +
  7.2601 +
  7.2602 +fi
  7.2603 +if test -z "$CC"; then
  7.2604 +  if test -n "$ac_tool_prefix"; then
  7.2605 +  for ac_prog in cl.exe
  7.2606 +  do
  7.2607 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  7.2608 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  7.2609 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2610 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2611 +if test "${ac_cv_prog_CC+set}" = set; then :
  7.2612 +  $as_echo_n "(cached) " >&6
  7.2613 +else
  7.2614 +  if test -n "$CC"; then
  7.2615 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  7.2616 +else
  7.2617 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2618 +for as_dir in $PATH
  7.2619 +do
  7.2620 +  IFS=$as_save_IFS
  7.2621 +  test -z "$as_dir" && as_dir=.
  7.2622 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2623 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2624 +    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  7.2625 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2626 +    break 2
  7.2627 +  fi
  7.2628 +done
  7.2629 +  done
  7.2630 +IFS=$as_save_IFS
  7.2631 +
  7.2632 +fi
  7.2633 +fi
  7.2634 +CC=$ac_cv_prog_CC
  7.2635 +if test -n "$CC"; then
  7.2636 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  7.2637 +$as_echo "$CC" >&6; }
  7.2638 +else
  7.2639 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2640 +$as_echo "no" >&6; }
  7.2641 +fi
  7.2642 +
  7.2643 +
  7.2644 +    test -n "$CC" && break
  7.2645 +  done
  7.2646 +fi
  7.2647 +if test -z "$CC"; then
  7.2648 +  ac_ct_CC=$CC
  7.2649 +  for ac_prog in cl.exe
  7.2650 +do
  7.2651 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  7.2652 +set dummy $ac_prog; ac_word=$2
  7.2653 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.2654 +$as_echo_n "checking for $ac_word... " >&6; }
  7.2655 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  7.2656 +  $as_echo_n "(cached) " >&6
  7.2657 +else
  7.2658 +  if test -n "$ac_ct_CC"; then
  7.2659 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  7.2660 +else
  7.2661 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.2662 +for as_dir in $PATH
  7.2663 +do
  7.2664 +  IFS=$as_save_IFS
  7.2665 +  test -z "$as_dir" && as_dir=.
  7.2666 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.2667 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.2668 +    ac_cv_prog_ac_ct_CC="$ac_prog"
  7.2669 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.2670 +    break 2
  7.2671 +  fi
  7.2672 +done
  7.2673 +  done
  7.2674 +IFS=$as_save_IFS
  7.2675 +
  7.2676 +fi
  7.2677 +fi
  7.2678 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  7.2679 +if test -n "$ac_ct_CC"; then
  7.2680 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  7.2681 +$as_echo "$ac_ct_CC" >&6; }
  7.2682 +else
  7.2683 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2684 +$as_echo "no" >&6; }
  7.2685 +fi
  7.2686 +
  7.2687 +
  7.2688 +  test -n "$ac_ct_CC" && break
  7.2689 +done
  7.2690 +
  7.2691 +  if test "x$ac_ct_CC" = x; then
  7.2692 +    CC=""
  7.2693 +  else
  7.2694 +    case $cross_compiling:$ac_tool_warned in
  7.2695 +yes:)
  7.2696 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  7.2697 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  7.2698 +ac_tool_warned=yes ;;
  7.2699 +esac
  7.2700 +    CC=$ac_ct_CC
  7.2701 +  fi
  7.2702 +fi
  7.2703 +
  7.2704 +fi
  7.2705 +
  7.2706 +
  7.2707 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  7.2708 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  7.2709 +as_fn_error "no acceptable C compiler found in \$PATH
  7.2710 +See \`config.log' for more details." "$LINENO" 5; }
  7.2711 +
  7.2712 +# Provide some information about the compiler.
  7.2713 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  7.2714 +set X $ac_compile
  7.2715 +ac_compiler=$2
  7.2716 +for ac_option in --version -v -V -qversion; do
  7.2717 +  { { ac_try="$ac_compiler $ac_option >&5"
  7.2718 +case "(($ac_try" in
  7.2719 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.2720 +  *) ac_try_echo=$ac_try;;
  7.2721 +esac
  7.2722 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.2723 +$as_echo "$ac_try_echo"; } >&5
  7.2724 +  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  7.2725 +  ac_status=$?
  7.2726 +  if test -s conftest.err; then
  7.2727 +    sed '10a\
  7.2728 +... rest of stderr output deleted ...
  7.2729 +         10q' conftest.err >conftest.er1
  7.2730 +    cat conftest.er1 >&5
  7.2731 +  fi
  7.2732 +  rm -f conftest.er1 conftest.err
  7.2733 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.2734 +  test $ac_status = 0; }
  7.2735 +done
  7.2736 +
  7.2737 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.2738 +/* end confdefs.h.  */
  7.2739 +
  7.2740 +int
  7.2741 +main ()
  7.2742 +{
  7.2743 +
  7.2744 +  ;
  7.2745 +  return 0;
  7.2746 +}
  7.2747 +_ACEOF
  7.2748 +ac_clean_files_save=$ac_clean_files
  7.2749 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
  7.2750 +# Try to create an executable without -o first, disregard a.out.
  7.2751 +# It will help us diagnose broken compilers, and finding out an intuition
  7.2752 +# of exeext.
  7.2753 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
  7.2754 +$as_echo_n "checking whether the C compiler works... " >&6; }
  7.2755 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  7.2756 +
  7.2757 +# The possible output files:
  7.2758 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  7.2759 +
  7.2760 +ac_rmfiles=
  7.2761 +for ac_file in $ac_files
  7.2762 +do
  7.2763 +  case $ac_file in
  7.2764 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  7.2765 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  7.2766 +  esac
  7.2767 +done
  7.2768 +rm -f $ac_rmfiles
  7.2769 +
  7.2770 +if { { ac_try="$ac_link_default"
  7.2771 +case "(($ac_try" in
  7.2772 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.2773 +  *) ac_try_echo=$ac_try;;
  7.2774 +esac
  7.2775 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.2776 +$as_echo "$ac_try_echo"; } >&5
  7.2777 +  (eval "$ac_link_default") 2>&5
  7.2778 +  ac_status=$?
  7.2779 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.2780 +  test $ac_status = 0; }; then :
  7.2781 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  7.2782 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  7.2783 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
  7.2784 +# so that the user can short-circuit this test for compilers unknown to
  7.2785 +# Autoconf.
  7.2786 +for ac_file in $ac_files ''
  7.2787 +do
  7.2788 +  test -f "$ac_file" || continue
  7.2789 +  case $ac_file in
  7.2790 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  7.2791 +	;;
  7.2792 +    [ab].out )
  7.2793 +	# We found the default executable, but exeext='' is most
  7.2794 +	# certainly right.
  7.2795 +	break;;
  7.2796 +    *.* )
  7.2797 +	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  7.2798 +	then :; else
  7.2799 +	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  7.2800 +	fi
  7.2801 +	# We set ac_cv_exeext here because the later test for it is not
  7.2802 +	# safe: cross compilers may not add the suffix if given an `-o'
  7.2803 +	# argument, so we may need to know it at that point already.
  7.2804 +	# Even if this section looks crufty: it has the advantage of
  7.2805 +	# actually working.
  7.2806 +	break;;
  7.2807 +    * )
  7.2808 +	break;;
  7.2809 +  esac
  7.2810 +done
  7.2811 +test "$ac_cv_exeext" = no && ac_cv_exeext=
  7.2812 +
  7.2813 +else
  7.2814 +  ac_file=''
  7.2815 +fi
  7.2816 +if test -z "$ac_file"; then :
  7.2817 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.2818 +$as_echo "no" >&6; }
  7.2819 +$as_echo "$as_me: failed program was:" >&5
  7.2820 +sed 's/^/| /' conftest.$ac_ext >&5
  7.2821 +
  7.2822 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  7.2823 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  7.2824 +{ as_fn_set_status 77
  7.2825 +as_fn_error "C compiler cannot create executables
  7.2826 +See \`config.log' for more details." "$LINENO" 5; }; }
  7.2827 +else
  7.2828 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  7.2829 +$as_echo "yes" >&6; }
  7.2830 +fi
  7.2831 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
  7.2832 +$as_echo_n "checking for C compiler default output file name... " >&6; }
  7.2833 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
  7.2834 +$as_echo "$ac_file" >&6; }
  7.2835 +ac_exeext=$ac_cv_exeext
  7.2836 +
  7.2837 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
  7.2838 +ac_clean_files=$ac_clean_files_save
  7.2839 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
  7.2840 +$as_echo_n "checking for suffix of executables... " >&6; }
  7.2841 +if { { ac_try="$ac_link"
  7.2842 +case "(($ac_try" in
  7.2843 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.2844 +  *) ac_try_echo=$ac_try;;
  7.2845 +esac
  7.2846 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.2847 +$as_echo "$ac_try_echo"; } >&5
  7.2848 +  (eval "$ac_link") 2>&5
  7.2849 +  ac_status=$?
  7.2850 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.2851 +  test $ac_status = 0; }; then :
  7.2852 +  # If both `conftest.exe' and `conftest' are `present' (well, observable)
  7.2853 +# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  7.2854 +# work properly (i.e., refer to `conftest.exe'), while it won't with
  7.2855 +# `rm'.
  7.2856 +for ac_file in conftest.exe conftest conftest.*; do
  7.2857 +  test -f "$ac_file" || continue
  7.2858 +  case $ac_file in
  7.2859 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  7.2860 +    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  7.2861 +	  break;;
  7.2862 +    * ) break;;
  7.2863 +  esac
  7.2864 +done
  7.2865 +else
  7.2866 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  7.2867 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  7.2868 +as_fn_error "cannot compute suffix of executables: cannot compile and link
  7.2869 +See \`config.log' for more details." "$LINENO" 5; }
  7.2870 +fi
  7.2871 +rm -f conftest conftest$ac_cv_exeext
  7.2872 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  7.2873 +$as_echo "$ac_cv_exeext" >&6; }
  7.2874 +
  7.2875 +rm -f conftest.$ac_ext
  7.2876 +EXEEXT=$ac_cv_exeext
  7.2877 +ac_exeext=$EXEEXT
  7.2878 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.2879 +/* end confdefs.h.  */
  7.2880 +#include <stdio.h>
  7.2881 +int
  7.2882 +main ()
  7.2883 +{
  7.2884 +FILE *f = fopen ("conftest.out", "w");
  7.2885 + return ferror (f) || fclose (f) != 0;
  7.2886 +
  7.2887 +  ;
  7.2888 +  return 0;
  7.2889 +}
  7.2890 +_ACEOF
  7.2891 +ac_clean_files="$ac_clean_files conftest.out"
  7.2892 +# Check that the compiler produces executables we can run.  If not, either
  7.2893 +# the compiler is broken, or we cross compile.
  7.2894 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
  7.2895 +$as_echo_n "checking whether we are cross compiling... " >&6; }
  7.2896 +if test "$cross_compiling" != yes; then
  7.2897 +  { { ac_try="$ac_link"
  7.2898 +case "(($ac_try" in
  7.2899 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.2900 +  *) ac_try_echo=$ac_try;;
  7.2901 +esac
  7.2902 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.2903 +$as_echo "$ac_try_echo"; } >&5
  7.2904 +  (eval "$ac_link") 2>&5
  7.2905 +  ac_status=$?
  7.2906 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.2907 +  test $ac_status = 0; }
  7.2908 +  if { ac_try='./conftest$ac_cv_exeext'
  7.2909 +  { { case "(($ac_try" in
  7.2910 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.2911 +  *) ac_try_echo=$ac_try;;
  7.2912 +esac
  7.2913 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.2914 +$as_echo "$ac_try_echo"; } >&5
  7.2915 +  (eval "$ac_try") 2>&5
  7.2916 +  ac_status=$?
  7.2917 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.2918 +  test $ac_status = 0; }; }; then
  7.2919 +    cross_compiling=no
  7.2920 +  else
  7.2921 +    if test "$cross_compiling" = maybe; then
  7.2922 +	cross_compiling=yes
  7.2923 +    else
  7.2924 +	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  7.2925 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  7.2926 +as_fn_error "cannot run C compiled programs.
  7.2927 +If you meant to cross compile, use \`--host'.
  7.2928 +See \`config.log' for more details." "$LINENO" 5; }
  7.2929 +    fi
  7.2930 +  fi
  7.2931 +fi
  7.2932 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
  7.2933 +$as_echo "$cross_compiling" >&6; }
  7.2934 +
  7.2935 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
  7.2936 +ac_clean_files=$ac_clean_files_save
  7.2937 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  7.2938 +$as_echo_n "checking for suffix of object files... " >&6; }
  7.2939 +if test "${ac_cv_objext+set}" = set; then :
  7.2940 +  $as_echo_n "(cached) " >&6
  7.2941 +else
  7.2942 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.2943 +/* end confdefs.h.  */
  7.2944 +
  7.2945 +int
  7.2946 +main ()
  7.2947 +{
  7.2948 +
  7.2949 +  ;
  7.2950 +  return 0;
  7.2951 +}
  7.2952 +_ACEOF
  7.2953 +rm -f conftest.o conftest.obj
  7.2954 +if { { ac_try="$ac_compile"
  7.2955 +case "(($ac_try" in
  7.2956 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.2957 +  *) ac_try_echo=$ac_try;;
  7.2958 +esac
  7.2959 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.2960 +$as_echo "$ac_try_echo"; } >&5
  7.2961 +  (eval "$ac_compile") 2>&5
  7.2962 +  ac_status=$?
  7.2963 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.2964 +  test $ac_status = 0; }; then :
  7.2965 +  for ac_file in conftest.o conftest.obj conftest.*; do
  7.2966 +  test -f "$ac_file" || continue;
  7.2967 +  case $ac_file in
  7.2968 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  7.2969 +    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  7.2970 +       break;;
  7.2971 +  esac
  7.2972 +done
  7.2973 +else
  7.2974 +  $as_echo "$as_me: failed program was:" >&5
  7.2975 +sed 's/^/| /' conftest.$ac_ext >&5
  7.2976 +
  7.2977 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  7.2978 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  7.2979 +as_fn_error "cannot compute suffix of object files: cannot compile
  7.2980 +See \`config.log' for more details." "$LINENO" 5; }
  7.2981 +fi
  7.2982 +rm -f conftest.$ac_cv_objext conftest.$ac_ext
  7.2983 +fi
  7.2984 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
  7.2985 +$as_echo "$ac_cv_objext" >&6; }
  7.2986 +OBJEXT=$ac_cv_objext
  7.2987 +ac_objext=$OBJEXT
  7.2988 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  7.2989 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  7.2990 +if test "${ac_cv_c_compiler_gnu+set}" = set; then :
  7.2991 +  $as_echo_n "(cached) " >&6
  7.2992 +else
  7.2993 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.2994 +/* end confdefs.h.  */
  7.2995 +
  7.2996 +int
  7.2997 +main ()
  7.2998 +{
  7.2999 +#ifndef __GNUC__
  7.3000 +       choke me
  7.3001 +#endif
  7.3002 +
  7.3003 +  ;
  7.3004 +  return 0;
  7.3005 +}
  7.3006 +_ACEOF
  7.3007 +if ac_fn_c_try_compile "$LINENO"; then :
  7.3008 +  ac_compiler_gnu=yes
  7.3009 +else
  7.3010 +  ac_compiler_gnu=no
  7.3011 +fi
  7.3012 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3013 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
  7.3014 +
  7.3015 +fi
  7.3016 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
  7.3017 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
  7.3018 +if test $ac_compiler_gnu = yes; then
  7.3019 +  GCC=yes
  7.3020 +else
  7.3021 +  GCC=
  7.3022 +fi
  7.3023 +ac_test_CFLAGS=${CFLAGS+set}
  7.3024 +ac_save_CFLAGS=$CFLAGS
  7.3025 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  7.3026 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
  7.3027 +if test "${ac_cv_prog_cc_g+set}" = set; then :
  7.3028 +  $as_echo_n "(cached) " >&6
  7.3029 +else
  7.3030 +  ac_save_c_werror_flag=$ac_c_werror_flag
  7.3031 +   ac_c_werror_flag=yes
  7.3032 +   ac_cv_prog_cc_g=no
  7.3033 +   CFLAGS="-g"
  7.3034 +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3035 +/* end confdefs.h.  */
  7.3036 +
  7.3037 +int
  7.3038 +main ()
  7.3039 +{
  7.3040 +
  7.3041 +  ;
  7.3042 +  return 0;
  7.3043 +}
  7.3044 +_ACEOF
  7.3045 +if ac_fn_c_try_compile "$LINENO"; then :
  7.3046 +  ac_cv_prog_cc_g=yes
  7.3047 +else
  7.3048 +  CFLAGS=""
  7.3049 +      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3050 +/* end confdefs.h.  */
  7.3051 +
  7.3052 +int
  7.3053 +main ()
  7.3054 +{
  7.3055 +
  7.3056 +  ;
  7.3057 +  return 0;
  7.3058 +}
  7.3059 +_ACEOF
  7.3060 +if ac_fn_c_try_compile "$LINENO"; then :
  7.3061 +
  7.3062 +else
  7.3063 +  ac_c_werror_flag=$ac_save_c_werror_flag
  7.3064 +	 CFLAGS="-g"
  7.3065 +	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3066 +/* end confdefs.h.  */
  7.3067 +
  7.3068 +int
  7.3069 +main ()
  7.3070 +{
  7.3071 +
  7.3072 +  ;
  7.3073 +  return 0;
  7.3074 +}
  7.3075 +_ACEOF
  7.3076 +if ac_fn_c_try_compile "$LINENO"; then :
  7.3077 +  ac_cv_prog_cc_g=yes
  7.3078 +fi
  7.3079 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3080 +fi
  7.3081 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3082 +fi
  7.3083 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3084 +   ac_c_werror_flag=$ac_save_c_werror_flag
  7.3085 +fi
  7.3086 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
  7.3087 +$as_echo "$ac_cv_prog_cc_g" >&6; }
  7.3088 +if test "$ac_test_CFLAGS" = set; then
  7.3089 +  CFLAGS=$ac_save_CFLAGS
  7.3090 +elif test $ac_cv_prog_cc_g = yes; then
  7.3091 +  if test "$GCC" = yes; then
  7.3092 +    CFLAGS="-g -O2"
  7.3093 +  else
  7.3094 +    CFLAGS="-g"
  7.3095 +  fi
  7.3096 +else
  7.3097 +  if test "$GCC" = yes; then
  7.3098 +    CFLAGS="-O2"
  7.3099 +  else
  7.3100 +    CFLAGS=
  7.3101 +  fi
  7.3102 +fi
  7.3103 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  7.3104 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  7.3105 +if test "${ac_cv_prog_cc_c89+set}" = set; then :
  7.3106 +  $as_echo_n "(cached) " >&6
  7.3107 +else
  7.3108 +  ac_cv_prog_cc_c89=no
  7.3109 +ac_save_CC=$CC
  7.3110 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3111 +/* end confdefs.h.  */
  7.3112 +#include <stdarg.h>
  7.3113 +#include <stdio.h>
  7.3114 +#include <sys/types.h>
  7.3115 +#include <sys/stat.h>
  7.3116 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  7.3117 +struct buf { int x; };
  7.3118 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
  7.3119 +static char *e (p, i)
  7.3120 +     char **p;
  7.3121 +     int i;
  7.3122 +{
  7.3123 +  return p[i];
  7.3124 +}
  7.3125 +static char *f (char * (*g) (char **, int), char **p, ...)
  7.3126 +{
  7.3127 +  char *s;
  7.3128 +  va_list v;
  7.3129 +  va_start (v,p);
  7.3130 +  s = g (p, va_arg (v,int));
  7.3131 +  va_end (v);
  7.3132 +  return s;
  7.3133 +}
  7.3134 +
  7.3135 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  7.3136 +   function prototypes and stuff, but not '\xHH' hex character constants.
  7.3137 +   These don't provoke an error unfortunately, instead are silently treated
  7.3138 +   as 'x'.  The following induces an error, until -std is added to get
  7.3139 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  7.3140 +   array size at least.  It's necessary to write '\x00'==0 to get something
  7.3141 +   that's true only with -std.  */
  7.3142 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  7.3143 +
  7.3144 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  7.3145 +   inside strings and character constants.  */
  7.3146 +#define FOO(x) 'x'
  7.3147 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  7.3148 +
  7.3149 +int test (int i, double x);
  7.3150 +struct s1 {int (*f) (int a);};
  7.3151 +struct s2 {int (*f) (double a);};
  7.3152 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  7.3153 +int argc;
  7.3154 +char **argv;
  7.3155 +int
  7.3156 +main ()
  7.3157 +{
  7.3158 +return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  7.3159 +  ;
  7.3160 +  return 0;
  7.3161 +}
  7.3162 +_ACEOF
  7.3163 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  7.3164 +	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  7.3165 +do
  7.3166 +  CC="$ac_save_CC $ac_arg"
  7.3167 +  if ac_fn_c_try_compile "$LINENO"; then :
  7.3168 +  ac_cv_prog_cc_c89=$ac_arg
  7.3169 +fi
  7.3170 +rm -f core conftest.err conftest.$ac_objext
  7.3171 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
  7.3172 +done
  7.3173 +rm -f conftest.$ac_ext
  7.3174 +CC=$ac_save_CC
  7.3175 +
  7.3176 +fi
  7.3177 +# AC_CACHE_VAL
  7.3178 +case "x$ac_cv_prog_cc_c89" in
  7.3179 +  x)
  7.3180 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  7.3181 +$as_echo "none needed" >&6; } ;;
  7.3182 +  xno)
  7.3183 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  7.3184 +$as_echo "unsupported" >&6; } ;;
  7.3185 +  *)
  7.3186 +    CC="$CC $ac_cv_prog_cc_c89"
  7.3187 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  7.3188 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  7.3189 +esac
  7.3190 +if test "x$ac_cv_prog_cc_c89" != xno; then :
  7.3191 +
  7.3192 +fi
  7.3193 +
  7.3194 +ac_ext=c
  7.3195 +ac_cpp='$CPP $CPPFLAGS'
  7.3196 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7.3197 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7.3198 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7.3199 +DEPDIR="${am__leading_dot}deps"
  7.3200 +
  7.3201 +ac_config_commands="$ac_config_commands depfiles"
  7.3202 +
  7.3203 +
  7.3204 +am_make=${MAKE-make}
  7.3205 +cat > confinc << 'END'
  7.3206 +am__doit:
  7.3207 +	@echo this is the am__doit target
  7.3208 +.PHONY: am__doit
  7.3209 +END
  7.3210 +# If we don't find an include directive, just comment out the code.
  7.3211 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
  7.3212 +$as_echo_n "checking for style of include used by $am_make... " >&6; }
  7.3213 +am__include="#"
  7.3214 +am__quote=
  7.3215 +_am_result=none
  7.3216 +# First try GNU make style include.
  7.3217 +echo "include confinc" > confmf
  7.3218 +# Ignore all kinds of additional output from `make'.
  7.3219 +case `$am_make -s -f confmf 2> /dev/null` in #(
  7.3220 +*the\ am__doit\ target*)
  7.3221 +  am__include=include
  7.3222 +  am__quote=
  7.3223 +  _am_result=GNU
  7.3224 +  ;;
  7.3225 +esac
  7.3226 +# Now try BSD make style include.
  7.3227 +if test "$am__include" = "#"; then
  7.3228 +   echo '.include "confinc"' > confmf
  7.3229 +   case `$am_make -s -f confmf 2> /dev/null` in #(
  7.3230 +   *the\ am__doit\ target*)
  7.3231 +     am__include=.include
  7.3232 +     am__quote="\""
  7.3233 +     _am_result=BSD
  7.3234 +     ;;
  7.3235 +   esac
  7.3236 +fi
  7.3237 +
  7.3238 +
  7.3239 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
  7.3240 +$as_echo "$_am_result" >&6; }
  7.3241 +rm -f confinc confmf
  7.3242 +
  7.3243 +# Check whether --enable-dependency-tracking was given.
  7.3244 +if test "${enable_dependency_tracking+set}" = set; then :
  7.3245 +  enableval=$enable_dependency_tracking;
  7.3246 +fi
  7.3247 +
  7.3248 +if test "x$enable_dependency_tracking" != xno; then
  7.3249 +  am_depcomp="$ac_aux_dir/depcomp"
  7.3250 +  AMDEPBACKSLASH='\'
  7.3251 +fi
  7.3252 + if test "x$enable_dependency_tracking" != xno; then
  7.3253 +  AMDEP_TRUE=
  7.3254 +  AMDEP_FALSE='#'
  7.3255 +else
  7.3256 +  AMDEP_TRUE='#'
  7.3257 +  AMDEP_FALSE=
  7.3258 +fi
  7.3259 +
  7.3260 +
  7.3261 +
  7.3262 +depcc="$CC"   am_compiler_list=
  7.3263 +
  7.3264 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  7.3265 +$as_echo_n "checking dependency style of $depcc... " >&6; }
  7.3266 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
  7.3267 +  $as_echo_n "(cached) " >&6
  7.3268 +else
  7.3269 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  7.3270 +  # We make a subdir and do the tests there.  Otherwise we can end up
  7.3271 +  # making bogus files that we don't know about and never remove.  For
  7.3272 +  # instance it was reported that on HP-UX the gcc test will end up
  7.3273 +  # making a dummy file named `D' -- because `-MD' means `put the output
  7.3274 +  # in D'.
  7.3275 +  mkdir conftest.dir
  7.3276 +  # Copy depcomp to subdir because otherwise we won't find it if we're
  7.3277 +  # using a relative directory.
  7.3278 +  cp "$am_depcomp" conftest.dir
  7.3279 +  cd conftest.dir
  7.3280 +  # We will build objects and dependencies in a subdirectory because
  7.3281 +  # it helps to detect inapplicable dependency modes.  For instance
  7.3282 +  # both Tru64's cc and ICC support -MD to output dependencies as a
  7.3283 +  # side effect of compilation, but ICC will put the dependencies in
  7.3284 +  # the current directory while Tru64 will put them in the object
  7.3285 +  # directory.
  7.3286 +  mkdir sub
  7.3287 +
  7.3288 +  am_cv_CC_dependencies_compiler_type=none
  7.3289 +  if test "$am_compiler_list" = ""; then
  7.3290 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  7.3291 +  fi
  7.3292 +  am__universal=false
  7.3293 +  case " $depcc " in #(
  7.3294 +     *\ -arch\ *\ -arch\ *) am__universal=true ;;
  7.3295 +     esac
  7.3296 +
  7.3297 +  for depmode in $am_compiler_list; do
  7.3298 +    # Setup a source with many dependencies, because some compilers
  7.3299 +    # like to wrap large dependency lists on column 80 (with \), and
  7.3300 +    # we should not choose a depcomp mode which is confused by this.
  7.3301 +    #
  7.3302 +    # We need to recreate these files for each test, as the compiler may
  7.3303 +    # overwrite some of them when testing with obscure command lines.
  7.3304 +    # This happens at least with the AIX C compiler.
  7.3305 +    : > sub/conftest.c
  7.3306 +    for i in 1 2 3 4 5 6; do
  7.3307 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
  7.3308 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  7.3309 +      # Solaris 8's {/usr,}/bin/sh.
  7.3310 +      touch sub/conftst$i.h
  7.3311 +    done
  7.3312 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  7.3313 +
  7.3314 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
  7.3315 +    # mode.  It turns out that the SunPro C++ compiler does not properly
  7.3316 +    # handle `-M -o', and we need to detect this.  Also, some Intel
  7.3317 +    # versions had trouble with output in subdirs
  7.3318 +    am__obj=sub/conftest.${OBJEXT-o}
  7.3319 +    am__minus_obj="-o $am__obj"
  7.3320 +    case $depmode in
  7.3321 +    gcc)
  7.3322 +      # This depmode causes a compiler race in universal mode.
  7.3323 +      test "$am__universal" = false || continue
  7.3324 +      ;;
  7.3325 +    nosideeffect)
  7.3326 +      # after this tag, mechanisms are not by side-effect, so they'll
  7.3327 +      # only be used when explicitly requested
  7.3328 +      if test "x$enable_dependency_tracking" = xyes; then
  7.3329 +	continue
  7.3330 +      else
  7.3331 +	break
  7.3332 +      fi
  7.3333 +      ;;
  7.3334 +    msvisualcpp | msvcmsys)
  7.3335 +      # This compiler won't grok `-c -o', but also, the minuso test has
  7.3336 +      # not run yet.  These depmodes are late enough in the game, and
  7.3337 +      # so weak that their functioning should not be impacted.
  7.3338 +      am__obj=conftest.${OBJEXT-o}
  7.3339 +      am__minus_obj=
  7.3340 +      ;;
  7.3341 +    none) break ;;
  7.3342 +    esac
  7.3343 +    if depmode=$depmode \
  7.3344 +       source=sub/conftest.c object=$am__obj \
  7.3345 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  7.3346 +       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  7.3347 +         >/dev/null 2>conftest.err &&
  7.3348 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  7.3349 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  7.3350 +       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  7.3351 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  7.3352 +      # icc doesn't choke on unknown options, it will just issue warnings
  7.3353 +      # or remarks (even with -Werror).  So we grep stderr for any message
  7.3354 +      # that says an option was ignored or not supported.
  7.3355 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
  7.3356 +      #   icc: Command line warning: ignoring option '-M'; no argument required
  7.3357 +      # The diagnosis changed in icc 8.0:
  7.3358 +      #   icc: Command line remark: option '-MP' not supported
  7.3359 +      if (grep 'ignoring option' conftest.err ||
  7.3360 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  7.3361 +        am_cv_CC_dependencies_compiler_type=$depmode
  7.3362 +        break
  7.3363 +      fi
  7.3364 +    fi
  7.3365 +  done
  7.3366 +
  7.3367 +  cd ..
  7.3368 +  rm -rf conftest.dir
  7.3369 +else
  7.3370 +  am_cv_CC_dependencies_compiler_type=none
  7.3371 +fi
  7.3372 +
  7.3373 +fi
  7.3374 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
  7.3375 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  7.3376 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  7.3377 +
  7.3378 + if
  7.3379 +  test "x$enable_dependency_tracking" != xno \
  7.3380 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  7.3381 +  am__fastdepCC_TRUE=
  7.3382 +  am__fastdepCC_FALSE='#'
  7.3383 +else
  7.3384 +  am__fastdepCC_TRUE='#'
  7.3385 +  am__fastdepCC_FALSE=
  7.3386 +fi
  7.3387 +
  7.3388 +
  7.3389 +ac_ext=cpp
  7.3390 +ac_cpp='$CXXCPP $CPPFLAGS'
  7.3391 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7.3392 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7.3393 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  7.3394 +if test -z "$CXX"; then
  7.3395 +  if test -n "$CCC"; then
  7.3396 +    CXX=$CCC
  7.3397 +  else
  7.3398 +    if test -n "$ac_tool_prefix"; then
  7.3399 +  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  7.3400 +  do
  7.3401 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  7.3402 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  7.3403 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.3404 +$as_echo_n "checking for $ac_word... " >&6; }
  7.3405 +if test "${ac_cv_prog_CXX+set}" = set; then :
  7.3406 +  $as_echo_n "(cached) " >&6
  7.3407 +else
  7.3408 +  if test -n "$CXX"; then
  7.3409 +  ac_cv_prog_CXX="$CXX" # Let the user override the test.
  7.3410 +else
  7.3411 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.3412 +for as_dir in $PATH
  7.3413 +do
  7.3414 +  IFS=$as_save_IFS
  7.3415 +  test -z "$as_dir" && as_dir=.
  7.3416 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.3417 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.3418 +    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  7.3419 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.3420 +    break 2
  7.3421 +  fi
  7.3422 +done
  7.3423 +  done
  7.3424 +IFS=$as_save_IFS
  7.3425 +
  7.3426 +fi
  7.3427 +fi
  7.3428 +CXX=$ac_cv_prog_CXX
  7.3429 +if test -n "$CXX"; then
  7.3430 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
  7.3431 +$as_echo "$CXX" >&6; }
  7.3432 +else
  7.3433 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.3434 +$as_echo "no" >&6; }
  7.3435 +fi
  7.3436 +
  7.3437 +
  7.3438 +    test -n "$CXX" && break
  7.3439 +  done
  7.3440 +fi
  7.3441 +if test -z "$CXX"; then
  7.3442 +  ac_ct_CXX=$CXX
  7.3443 +  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  7.3444 +do
  7.3445 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  7.3446 +set dummy $ac_prog; ac_word=$2
  7.3447 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.3448 +$as_echo_n "checking for $ac_word... " >&6; }
  7.3449 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
  7.3450 +  $as_echo_n "(cached) " >&6
  7.3451 +else
  7.3452 +  if test -n "$ac_ct_CXX"; then
  7.3453 +  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  7.3454 +else
  7.3455 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.3456 +for as_dir in $PATH
  7.3457 +do
  7.3458 +  IFS=$as_save_IFS
  7.3459 +  test -z "$as_dir" && as_dir=.
  7.3460 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.3461 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.3462 +    ac_cv_prog_ac_ct_CXX="$ac_prog"
  7.3463 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.3464 +    break 2
  7.3465 +  fi
  7.3466 +done
  7.3467 +  done
  7.3468 +IFS=$as_save_IFS
  7.3469 +
  7.3470 +fi
  7.3471 +fi
  7.3472 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  7.3473 +if test -n "$ac_ct_CXX"; then
  7.3474 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
  7.3475 +$as_echo "$ac_ct_CXX" >&6; }
  7.3476 +else
  7.3477 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.3478 +$as_echo "no" >&6; }
  7.3479 +fi
  7.3480 +
  7.3481 +
  7.3482 +  test -n "$ac_ct_CXX" && break
  7.3483 +done
  7.3484 +
  7.3485 +  if test "x$ac_ct_CXX" = x; then
  7.3486 +    CXX="g++"
  7.3487 +  else
  7.3488 +    case $cross_compiling:$ac_tool_warned in
  7.3489 +yes:)
  7.3490 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  7.3491 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  7.3492 +ac_tool_warned=yes ;;
  7.3493 +esac
  7.3494 +    CXX=$ac_ct_CXX
  7.3495 +  fi
  7.3496 +fi
  7.3497 +
  7.3498 +  fi
  7.3499 +fi
  7.3500 +# Provide some information about the compiler.
  7.3501 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
  7.3502 +set X $ac_compile
  7.3503 +ac_compiler=$2
  7.3504 +for ac_option in --version -v -V -qversion; do
  7.3505 +  { { ac_try="$ac_compiler $ac_option >&5"
  7.3506 +case "(($ac_try" in
  7.3507 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.3508 +  *) ac_try_echo=$ac_try;;
  7.3509 +esac
  7.3510 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.3511 +$as_echo "$ac_try_echo"; } >&5
  7.3512 +  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  7.3513 +  ac_status=$?
  7.3514 +  if test -s conftest.err; then
  7.3515 +    sed '10a\
  7.3516 +... rest of stderr output deleted ...
  7.3517 +         10q' conftest.err >conftest.er1
  7.3518 +    cat conftest.er1 >&5
  7.3519 +  fi
  7.3520 +  rm -f conftest.er1 conftest.err
  7.3521 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.3522 +  test $ac_status = 0; }
  7.3523 +done
  7.3524 +
  7.3525 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
  7.3526 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
  7.3527 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
  7.3528 +  $as_echo_n "(cached) " >&6
  7.3529 +else
  7.3530 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3531 +/* end confdefs.h.  */
  7.3532 +
  7.3533 +int
  7.3534 +main ()
  7.3535 +{
  7.3536 +#ifndef __GNUC__
  7.3537 +       choke me
  7.3538 +#endif
  7.3539 +
  7.3540 +  ;
  7.3541 +  return 0;
  7.3542 +}
  7.3543 +_ACEOF
  7.3544 +if ac_fn_cxx_try_compile "$LINENO"; then :
  7.3545 +  ac_compiler_gnu=yes
  7.3546 +else
  7.3547 +  ac_compiler_gnu=no
  7.3548 +fi
  7.3549 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3550 +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  7.3551 +
  7.3552 +fi
  7.3553 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
  7.3554 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
  7.3555 +if test $ac_compiler_gnu = yes; then
  7.3556 +  GXX=yes
  7.3557 +else
  7.3558 +  GXX=
  7.3559 +fi
  7.3560 +ac_test_CXXFLAGS=${CXXFLAGS+set}
  7.3561 +ac_save_CXXFLAGS=$CXXFLAGS
  7.3562 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
  7.3563 +$as_echo_n "checking whether $CXX accepts -g... " >&6; }
  7.3564 +if test "${ac_cv_prog_cxx_g+set}" = set; then :
  7.3565 +  $as_echo_n "(cached) " >&6
  7.3566 +else
  7.3567 +  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  7.3568 +   ac_cxx_werror_flag=yes
  7.3569 +   ac_cv_prog_cxx_g=no
  7.3570 +   CXXFLAGS="-g"
  7.3571 +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3572 +/* end confdefs.h.  */
  7.3573 +
  7.3574 +int
  7.3575 +main ()
  7.3576 +{
  7.3577 +
  7.3578 +  ;
  7.3579 +  return 0;
  7.3580 +}
  7.3581 +_ACEOF
  7.3582 +if ac_fn_cxx_try_compile "$LINENO"; then :
  7.3583 +  ac_cv_prog_cxx_g=yes
  7.3584 +else
  7.3585 +  CXXFLAGS=""
  7.3586 +      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3587 +/* end confdefs.h.  */
  7.3588 +
  7.3589 +int
  7.3590 +main ()
  7.3591 +{
  7.3592 +
  7.3593 +  ;
  7.3594 +  return 0;
  7.3595 +}
  7.3596 +_ACEOF
  7.3597 +if ac_fn_cxx_try_compile "$LINENO"; then :
  7.3598 +
  7.3599 +else
  7.3600 +  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  7.3601 +	 CXXFLAGS="-g"
  7.3602 +	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3603 +/* end confdefs.h.  */
  7.3604 +
  7.3605 +int
  7.3606 +main ()
  7.3607 +{
  7.3608 +
  7.3609 +  ;
  7.3610 +  return 0;
  7.3611 +}
  7.3612 +_ACEOF
  7.3613 +if ac_fn_cxx_try_compile "$LINENO"; then :
  7.3614 +  ac_cv_prog_cxx_g=yes
  7.3615 +fi
  7.3616 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3617 +fi
  7.3618 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3619 +fi
  7.3620 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7.3621 +   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  7.3622 +fi
  7.3623 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
  7.3624 +$as_echo "$ac_cv_prog_cxx_g" >&6; }
  7.3625 +if test "$ac_test_CXXFLAGS" = set; then
  7.3626 +  CXXFLAGS=$ac_save_CXXFLAGS
  7.3627 +elif test $ac_cv_prog_cxx_g = yes; then
  7.3628 +  if test "$GXX" = yes; then
  7.3629 +    CXXFLAGS="-g -O2"
  7.3630 +  else
  7.3631 +    CXXFLAGS="-g"
  7.3632 +  fi
  7.3633 +else
  7.3634 +  if test "$GXX" = yes; then
  7.3635 +    CXXFLAGS="-O2"
  7.3636 +  else
  7.3637 +    CXXFLAGS=
  7.3638 +  fi
  7.3639 +fi
  7.3640 +ac_ext=c
  7.3641 +ac_cpp='$CPP $CPPFLAGS'
  7.3642 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7.3643 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7.3644 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7.3645 +
  7.3646 +depcc="$CXX"  am_compiler_list=
  7.3647 +
  7.3648 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  7.3649 +$as_echo_n "checking dependency style of $depcc... " >&6; }
  7.3650 +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
  7.3651 +  $as_echo_n "(cached) " >&6
  7.3652 +else
  7.3653 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  7.3654 +  # We make a subdir and do the tests there.  Otherwise we can end up
  7.3655 +  # making bogus files that we don't know about and never remove.  For
  7.3656 +  # instance it was reported that on HP-UX the gcc test will end up
  7.3657 +  # making a dummy file named `D' -- because `-MD' means `put the output
  7.3658 +  # in D'.
  7.3659 +  mkdir conftest.dir
  7.3660 +  # Copy depcomp to subdir because otherwise we won't find it if we're
  7.3661 +  # using a relative directory.
  7.3662 +  cp "$am_depcomp" conftest.dir
  7.3663 +  cd conftest.dir
  7.3664 +  # We will build objects and dependencies in a subdirectory because
  7.3665 +  # it helps to detect inapplicable dependency modes.  For instance
  7.3666 +  # both Tru64's cc and ICC support -MD to output dependencies as a
  7.3667 +  # side effect of compilation, but ICC will put the dependencies in
  7.3668 +  # the current directory while Tru64 will put them in the object
  7.3669 +  # directory.
  7.3670 +  mkdir sub
  7.3671 +
  7.3672 +  am_cv_CXX_dependencies_compiler_type=none
  7.3673 +  if test "$am_compiler_list" = ""; then
  7.3674 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  7.3675 +  fi
  7.3676 +  am__universal=false
  7.3677 +  case " $depcc " in #(
  7.3678 +     *\ -arch\ *\ -arch\ *) am__universal=true ;;
  7.3679 +     esac
  7.3680 +
  7.3681 +  for depmode in $am_compiler_list; do
  7.3682 +    # Setup a source with many dependencies, because some compilers
  7.3683 +    # like to wrap large dependency lists on column 80 (with \), and
  7.3684 +    # we should not choose a depcomp mode which is confused by this.
  7.3685 +    #
  7.3686 +    # We need to recreate these files for each test, as the compiler may
  7.3687 +    # overwrite some of them when testing with obscure command lines.
  7.3688 +    # This happens at least with the AIX C compiler.
  7.3689 +    : > sub/conftest.c
  7.3690 +    for i in 1 2 3 4 5 6; do
  7.3691 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
  7.3692 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  7.3693 +      # Solaris 8's {/usr,}/bin/sh.
  7.3694 +      touch sub/conftst$i.h
  7.3695 +    done
  7.3696 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  7.3697 +
  7.3698 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
  7.3699 +    # mode.  It turns out that the SunPro C++ compiler does not properly
  7.3700 +    # handle `-M -o', and we need to detect this.  Also, some Intel
  7.3701 +    # versions had trouble with output in subdirs
  7.3702 +    am__obj=sub/conftest.${OBJEXT-o}
  7.3703 +    am__minus_obj="-o $am__obj"
  7.3704 +    case $depmode in
  7.3705 +    gcc)
  7.3706 +      # This depmode causes a compiler race in universal mode.
  7.3707 +      test "$am__universal" = false || continue
  7.3708 +      ;;
  7.3709 +    nosideeffect)
  7.3710 +      # after this tag, mechanisms are not by side-effect, so they'll
  7.3711 +      # only be used when explicitly requested
  7.3712 +      if test "x$enable_dependency_tracking" = xyes; then
  7.3713 +	continue
  7.3714 +      else
  7.3715 +	break
  7.3716 +      fi
  7.3717 +      ;;
  7.3718 +    msvisualcpp | msvcmsys)
  7.3719 +      # This compiler won't grok `-c -o', but also, the minuso test has
  7.3720 +      # not run yet.  These depmodes are late enough in the game, and
  7.3721 +      # so weak that their functioning should not be impacted.
  7.3722 +      am__obj=conftest.${OBJEXT-o}
  7.3723 +      am__minus_obj=
  7.3724 +      ;;
  7.3725 +    none) break ;;
  7.3726 +    esac
  7.3727 +    if depmode=$depmode \
  7.3728 +       source=sub/conftest.c object=$am__obj \
  7.3729 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  7.3730 +       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  7.3731 +         >/dev/null 2>conftest.err &&
  7.3732 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  7.3733 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  7.3734 +       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  7.3735 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  7.3736 +      # icc doesn't choke on unknown options, it will just issue warnings
  7.3737 +      # or remarks (even with -Werror).  So we grep stderr for any message
  7.3738 +      # that says an option was ignored or not supported.
  7.3739 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
  7.3740 +      #   icc: Command line warning: ignoring option '-M'; no argument required
  7.3741 +      # The diagnosis changed in icc 8.0:
  7.3742 +      #   icc: Command line remark: option '-MP' not supported
  7.3743 +      if (grep 'ignoring option' conftest.err ||
  7.3744 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  7.3745 +        am_cv_CXX_dependencies_compiler_type=$depmode
  7.3746 +        break
  7.3747 +      fi
  7.3748 +    fi
  7.3749 +  done
  7.3750 +
  7.3751 +  cd ..
  7.3752 +  rm -rf conftest.dir
  7.3753 +else
  7.3754 +  am_cv_CXX_dependencies_compiler_type=none
  7.3755 +fi
  7.3756 +
  7.3757 +fi
  7.3758 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
  7.3759 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
  7.3760 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  7.3761 +
  7.3762 + if
  7.3763 +  test "x$enable_dependency_tracking" != xno \
  7.3764 +  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  7.3765 +  am__fastdepCXX_TRUE=
  7.3766 +  am__fastdepCXX_FALSE='#'
  7.3767 +else
  7.3768 +  am__fastdepCXX_TRUE='#'
  7.3769 +  am__fastdepCXX_FALSE=
  7.3770 +fi
  7.3771 +
  7.3772 +
  7.3773 +if test "x$CC" != xcc; then
  7.3774 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
  7.3775 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
  7.3776 +else
  7.3777 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
  7.3778 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
  7.3779 +fi
  7.3780 +set dummy $CC; ac_cc=`$as_echo "$2" |
  7.3781 +		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
  7.3782 +if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
  7.3783 +  $as_echo_n "(cached) " >&6
  7.3784 +else
  7.3785 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.3786 +/* end confdefs.h.  */
  7.3787 +
  7.3788 +int
  7.3789 +main ()
  7.3790 +{
  7.3791 +
  7.3792 +  ;
  7.3793 +  return 0;
  7.3794 +}
  7.3795 +_ACEOF
  7.3796 +# Make sure it works both with $CC and with simple cc.
  7.3797 +# We do the test twice because some compilers refuse to overwrite an
  7.3798 +# existing .o file with -o, though they will create one.
  7.3799 +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  7.3800 +rm -f conftest2.*
  7.3801 +if { { case "(($ac_try" in
  7.3802 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.3803 +  *) ac_try_echo=$ac_try;;
  7.3804 +esac
  7.3805 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.3806 +$as_echo "$ac_try_echo"; } >&5
  7.3807 +  (eval "$ac_try") 2>&5
  7.3808 +  ac_status=$?
  7.3809 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.3810 +  test $ac_status = 0; } &&
  7.3811 +   test -f conftest2.$ac_objext && { { case "(($ac_try" in
  7.3812 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.3813 +  *) ac_try_echo=$ac_try;;
  7.3814 +esac
  7.3815 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.3816 +$as_echo "$ac_try_echo"; } >&5
  7.3817 +  (eval "$ac_try") 2>&5
  7.3818 +  ac_status=$?
  7.3819 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.3820 +  test $ac_status = 0; };
  7.3821 +then
  7.3822 +  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  7.3823 +  if test "x$CC" != xcc; then
  7.3824 +    # Test first that cc exists at all.
  7.3825 +    if { ac_try='cc -c conftest.$ac_ext >&5'
  7.3826 +  { { case "(($ac_try" in
  7.3827 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.3828 +  *) ac_try_echo=$ac_try;;
  7.3829 +esac
  7.3830 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.3831 +$as_echo "$ac_try_echo"; } >&5
  7.3832 +  (eval "$ac_try") 2>&5
  7.3833 +  ac_status=$?
  7.3834 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.3835 +  test $ac_status = 0; }; }; then
  7.3836 +      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  7.3837 +      rm -f conftest2.*
  7.3838 +      if { { case "(($ac_try" in
  7.3839 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.3840 +  *) ac_try_echo=$ac_try;;
  7.3841 +esac
  7.3842 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.3843 +$as_echo "$ac_try_echo"; } >&5
  7.3844 +  (eval "$ac_try") 2>&5
  7.3845 +  ac_status=$?
  7.3846 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.3847 +  test $ac_status = 0; } &&
  7.3848 +	 test -f conftest2.$ac_objext && { { case "(($ac_try" in
  7.3849 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7.3850 +  *) ac_try_echo=$ac_try;;
  7.3851 +esac
  7.3852 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  7.3853 +$as_echo "$ac_try_echo"; } >&5
  7.3854 +  (eval "$ac_try") 2>&5
  7.3855 +  ac_status=$?
  7.3856 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  7.3857 +  test $ac_status = 0; };
  7.3858 +      then
  7.3859 +	# cc works too.
  7.3860 +	:
  7.3861 +      else
  7.3862 +	# cc exists but doesn't like -o.
  7.3863 +	eval ac_cv_prog_cc_${ac_cc}_c_o=no
  7.3864 +      fi
  7.3865 +    fi
  7.3866 +  fi
  7.3867 +else
  7.3868 +  eval ac_cv_prog_cc_${ac_cc}_c_o=no
  7.3869 +fi
  7.3870 +rm -f core conftest*
  7.3871 +
  7.3872 +fi
  7.3873 +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
  7.3874 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  7.3875 +$as_echo "yes" >&6; }
  7.3876 +else
  7.3877 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.3878 +$as_echo "no" >&6; }
  7.3879 +
  7.3880 +$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
  7.3881 +
  7.3882 +fi
  7.3883 +
  7.3884 +# FIXME: we rely on the cache variable name because
  7.3885 +# there is no other way.
  7.3886 +set dummy $CC
  7.3887 +am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
  7.3888 +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
  7.3889 +if test "$am_t" != yes; then
  7.3890 +   # Losing compiler, so override with the script.
  7.3891 +   # FIXME: It is wrong to rewrite CC.
  7.3892 +   # But if we don't then we get into trouble of one sort or another.
  7.3893 +   # A longer-term fix would be to have automake use am__CC in this case,
  7.3894 +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  7.3895 +   CC="$am_aux_dir/compile $CC"
  7.3896 +fi
  7.3897 +
  7.3898 +
  7.3899 +
  7.3900 +
  7.3901 +
  7.3902 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable debugging" >&5
  7.3903 +$as_echo_n "checking whether to enable debugging... " >&6; }
  7.3904 +# Check whether --enable-debug was given.
  7.3905 +if test "${enable_debug+set}" = set; then :
  7.3906 +  enableval=$enable_debug;
  7.3907 +fi
  7.3908 +
  7.3909 +if test "$enable_debug" = "yes"; then
  7.3910 +   CFLAGS="-Wall -O0 -g -D_DEBUG"
  7.3911 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  7.3912 +$as_echo "yes" >&6; }
  7.3913 +else
  7.3914 +   CFLAGS="-O3"
  7.3915 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.3916 +$as_echo "no" >&6; }
  7.3917 +fi
  7.3918 +
  7.3919 +#AC_MSG_CHECKING([for libz])
  7.3920 +#AX_CHECK_ZLIB
  7.3921 +
  7.3922 + if test "$OS" = "win"; then
  7.3923 +  OS_WIN_TRUE=
  7.3924 +  OS_WIN_FALSE='#'
  7.3925 +else
  7.3926 +  OS_WIN_TRUE='#'
  7.3927 +  OS_WIN_FALSE=
  7.3928 +fi
  7.3929 +
  7.3930 + if test "$OS" = "linux"; then
  7.3931 +  OS_LINUX_TRUE=
  7.3932 +  OS_LINUX_FALSE='#'
  7.3933 +else
  7.3934 +  OS_LINUX_TRUE='#'
  7.3935 +  OS_LINUX_FALSE=
  7.3936 +fi
  7.3937 +
  7.3938 +
  7.3939 +# Do not run test for Allegro with Win32/MinGW version, as binary builds have
  7.3940 +# `allegro-config' missing.
  7.3941 +# NOTE: For the following Autoconf macro to be supported, you need to extract
  7.3942 +#       allegro.m4 from the DOS/Windows Allegro sources (the file is contained
  7.3943 +#       in `misc') and copy it to this directory or MSYS's `/share/aclocal'.
  7.3944 +if test "$OS" != "win"; then
  7.3945 +
  7.3946 +
  7.3947 +
  7.3948 +# Check whether --with-allegro-prefix was given.
  7.3949 +if test "${with_allegro_prefix+set}" = set; then :
  7.3950 +  withval=$with_allegro_prefix; ALLEGRO_CONFIG_prefix="$withval"
  7.3951 +else
  7.3952 +  ALLEGRO_CONFIG_prefix=""
  7.3953 +fi
  7.3954 +
  7.3955 +
  7.3956 +# Check whether --with-allegro-exec-prefix was given.
  7.3957 +if test "${with_allegro_exec_prefix+set}" = set; then :
  7.3958 +  withval=$with_allegro_exec_prefix; ALLEGRO_CONFIG_exec_prefix="$withval"
  7.3959 +else
  7.3960 +  ALLEGRO_CONFIG_exec_prefix=""
  7.3961 +fi
  7.3962 +
  7.3963 +# Check whether --enable-allegrotest was given.
  7.3964 +if test "${enable_allegrotest+set}" = set; then :
  7.3965 +  enableval=$enable_allegrotest;
  7.3966 +else
  7.3967 +  enable_allegrotest=yes
  7.3968 +fi
  7.3969 +
  7.3970 +
  7.3971 +  if test x$ALLEGRO_CONFIG_exec_prefix != x ; then
  7.3972 +     ALLEGRO_CONFIG_args="$ALLEGRO_CONFIG_args --exec-prefix=$ALLEGRO_CONFIG_exec_prefix"
  7.3973 +     if test x${ALLEGRO_CONFIG+set} != xset ; then
  7.3974 +        ALLEGRO_CONFIG=$ALLEGRO_CONFIG_exec_prefix/bin/allegro-config
  7.3975 +     fi
  7.3976 +  fi
  7.3977 +  if test x$ALLEGRO_CONFIG_prefix != x ; then
  7.3978 +     ALLEGRO_CONFIG_args="$ALLEGRO_CONFIG_args --prefix=$ALLEGRO_CONFIG_prefix"
  7.3979 +     if test x${ALLEGRO_CONFIG+set} != xset ; then
  7.3980 +        ALLEGRO_CONFIG=$ALLEGRO_CONFIG_prefix/bin/allegro-config
  7.3981 +     fi
  7.3982 +  fi
  7.3983 +
  7.3984 +  # Extract the first word of "allegro-config", so it can be a program name with args.
  7.3985 +set dummy allegro-config; ac_word=$2
  7.3986 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7.3987 +$as_echo_n "checking for $ac_word... " >&6; }
  7.3988 +if test "${ac_cv_path_ALLEGRO_CONFIG+set}" = set; then :
  7.3989 +  $as_echo_n "(cached) " >&6
  7.3990 +else
  7.3991 +  case $ALLEGRO_CONFIG in
  7.3992 +  [\\/]* | ?:[\\/]*)
  7.3993 +  ac_cv_path_ALLEGRO_CONFIG="$ALLEGRO_CONFIG" # Let the user override the test with a path.
  7.3994 +  ;;
  7.3995 +  *)
  7.3996 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.3997 +for as_dir in $PATH
  7.3998 +do
  7.3999 +  IFS=$as_save_IFS
  7.4000 +  test -z "$as_dir" && as_dir=.
  7.4001 +    for ac_exec_ext in '' $ac_executable_extensions; do
  7.4002 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7.4003 +    ac_cv_path_ALLEGRO_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  7.4004 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  7.4005 +    break 2
  7.4006 +  fi
  7.4007 +done
  7.4008 +  done
  7.4009 +IFS=$as_save_IFS
  7.4010 +
  7.4011 +  test -z "$ac_cv_path_ALLEGRO_CONFIG" && ac_cv_path_ALLEGRO_CONFIG="no"
  7.4012 +  ;;
  7.4013 +esac
  7.4014 +fi
  7.4015 +ALLEGRO_CONFIG=$ac_cv_path_ALLEGRO_CONFIG
  7.4016 +if test -n "$ALLEGRO_CONFIG"; then
  7.4017 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALLEGRO_CONFIG" >&5
  7.4018 +$as_echo "$ALLEGRO_CONFIG" >&6; }
  7.4019 +else
  7.4020 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.4021 +$as_echo "no" >&6; }
  7.4022 +fi
  7.4023 +
  7.4024 +
  7.4025 +  min_allegro_version=4.0.0
  7.4026 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Allegro - version >= $min_allegro_version" >&5
  7.4027 +$as_echo_n "checking for Allegro - version >= $min_allegro_version... " >&6; }
  7.4028 +  no_allegro=""
  7.4029 +  if test "$ALLEGRO_CONFIG" = "no" ; then
  7.4030 +    no_allegro=yes
  7.4031 +  else
  7.4032 +    allegro_CFLAGS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --cflags`
  7.4033 +    allegro_LIBS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --libs`
  7.4034 +    ALLEGRO_CONFIG_major_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
  7.4035 +           sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
  7.4036 +    ALLEGRO_CONFIG_minor_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
  7.4037 +           sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
  7.4038 +    ALLEGRO_CONFIG_micro_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
  7.4039 +           sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
  7.4040 +    if test "x$enable_allegrotest" = "xyes" ; then
  7.4041 +      ac_save_CFLAGS="$CFLAGS"
  7.4042 +      ac_save_LIBS="$LIBS"
  7.4043 +      CFLAGS="$CFLAGS $allegro_CFLAGS"
  7.4044 +      LIBS="$allegro_LIBS $LIBS"
  7.4045 +      rm -f conf.allegrotest
  7.4046 +      if test "$cross_compiling" = yes; then :
  7.4047 +  echo $ac_n "cross compiling; assumed OK... $ac_c"
  7.4048 +else
  7.4049 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.4050 +/* end confdefs.h.  */
  7.4051 +
  7.4052 +#include <stdlib.h>
  7.4053 +#include <stdio.h>
  7.4054 +#include <string.h>
  7.4055 +#include <allegro.h>
  7.4056 +
  7.4057 +int
  7.4058 +main()
  7.4059 +{
  7.4060 +  int allegro_major_version, allegro_minor_version, allegro_micro_version;
  7.4061 +  int major, minor, micro;
  7.4062 +  char *tmp_version;
  7.4063 +  int tmp_int_version;
  7.4064 +
  7.4065 +  system("touch conf.allegrotest");
  7.4066 +
  7.4067 +  /* Capture allegro-config output via autoconf/configure variables */
  7.4068 +  /* HP/UX 9 (%@#!) writes to sscanf strings */
  7.4069 +  tmp_version = (char *)strdup("$min_allegro_version");
  7.4070 +  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  7.4071 +     printf("%s, bad version string from allegro-config\n", "$min_allegro_version");
  7.4072 +     free(tmp_version);
  7.4073 +     exit(1);
  7.4074 +   }
  7.4075 +   free(tmp_version);
  7.4076 +
  7.4077 +   /* Capture the version information from the header files */
  7.4078 +   allegro_major_version = ALLEGRO_VERSION;
  7.4079 +   allegro_minor_version = ALLEGRO_SUB_VERSION;
  7.4080 +   allegro_micro_version = ALLEGRO_WIP_VERSION;
  7.4081 +
  7.4082 + /* Compare allegro-config output to the Allegro headers */
  7.4083 +  if ((allegro_major_version != $ALLEGRO_CONFIG_major_version) ||
  7.4084 +      (allegro_minor_version != $ALLEGRO_CONFIG_minor_version))
  7.4085 +
  7.4086 +    {
  7.4087 +      printf("*** Allegro header files (version %d.%d.%d) do not match\n",
  7.4088 +         allegro_major_version, allegro_minor_version, allegro_micro_version);
  7.4089 +      printf("*** allegro-config (version %d.%d.%d)\n",
  7.4090 +         $ALLEGRO_CONFIG_major_version, $ALLEGRO_CONFIG_minor_version, $ALLEGRO_CONFIG_micro_version);
  7.4091 +      return 1;
  7.4092 +    }
  7.4093 +/* Compare the headers to the library to make sure we match */
  7.4094 +  /* Less than ideal -- doesn't provide us with return value feedback,
  7.4095 +   * only exits if there's a serious mismatch between header and library.
  7.4096 +   */
  7.4097 +   	/* TODO:
  7.4098 +	 * This doesnt work!
  7.4099 +	 */
  7.4100 +    /* ALLEGRO_TEST_VERSION; */
  7.4101 +
  7.4102 +    /* Test that the library is greater than our minimum version */
  7.4103 +    if (($ALLEGRO_CONFIG_major_version > major) ||
  7.4104 +        (($ALLEGRO_CONFIG_major_version == major) && ($ALLEGRO_CONFIG_minor_version > minor)) ||
  7.4105 +        (($ALLEGRO_CONFIG_major_version == major) && ($ALLEGRO_CONFIG_minor_version == minor) &&
  7.4106 +        ($ALLEGRO_CONFIG_micro_version >= micro)))
  7.4107 +      {
  7.4108 +        return 0;
  7.4109 +       }
  7.4110 +     else
  7.4111 +      {
  7.4112 +        printf("\n*** An old version of Allegro (%d.%d.%d) was found.\n",
  7.4113 +               allegro_major_version, allegro_minor_version, allegro_micro_version);
  7.4114 +        printf("*** You need a version of Allegro newer than %d.%d.%d. The latest version of\n",
  7.4115 +           major, minor, micro);
  7.4116 +        printf("*** Allegro is always available from http://alleg.sf.net.\n");
  7.4117 +        printf("***\n");
  7.4118 +        printf("*** If you have already installed a sufficiently new version, this error\n");
  7.4119 +        printf("*** probably means that the wrong copy of the allegro-config shell script is\n");
  7.4120 +        printf("*** being found. The easiest way to fix this is to remove the old version\n");
  7.4121 +        printf("*** of Allegro, but you can also set the ALLEGRO_CONFIG environment to point to the\n");
  7.4122 +        printf("*** correct copy of allegro-config. (In this case, you will have to\n");
  7.4123 +        printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  7.4124 +        printf("*** so that the correct libraries are found at run-time))\n");
  7.4125 +    }
  7.4126 +  return 1;
  7.4127 +} END_OF_MAIN()
  7.4128 +
  7.4129 +_ACEOF
  7.4130 +if ac_fn_c_try_run "$LINENO"; then :
  7.4131 +
  7.4132 +else
  7.4133 +  no_allegro=yes
  7.4134 +fi
  7.4135 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  7.4136 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  7.4137 +fi
  7.4138 +
  7.4139 +       CFLAGS="$ac_save_CFLAGS"
  7.4140 +       LIBS="$ac_save_LIBS"
  7.4141 +     fi
  7.4142 +  fi
  7.4143 +
  7.4144 +  if test "x$no_allegro" = x ; then
  7.4145 +     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $ALLEGRO_CONFIG_major_version.$ALLEGRO_CONFIG_minor_version.$ALLEGRO_CONFIG_micro_version)" >&5
  7.4146 +$as_echo "yes (version $ALLEGRO_CONFIG_major_version.$ALLEGRO_CONFIG_minor_version.$ALLEGRO_CONFIG_micro_version)" >&6; }
  7.4147 +     :
  7.4148 +  else
  7.4149 +     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  7.4150 +$as_echo "no" >&6; }
  7.4151 +     if test "$ALLEGRO_CONFIG" = "no" ; then
  7.4152 +       echo "*** The allegro-config script installed by Allegro could not be found"
  7.4153 +       echo "*** If Allegro was installed in PREFIX, make sure PREFIX/bin is in"
  7.4154 +       echo "*** your path, or set the ALLEGRO_CONFIG environment variable to the"
  7.4155 +       echo "*** full path to allegro-config."
  7.4156 +     else
  7.4157 +       if test -f conf.allegrotest ; then
  7.4158 +        :
  7.4159 +       else
  7.4160 +          echo "*** Could not run Allegro test program, checking why..."
  7.4161 +          CFLAGS="$CFLAGS $allegro_CFLAGS"
  7.4162 +          LIBS="$LIBS $allegro_LIBS"
  7.4163 +          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.4164 +/* end confdefs.h.  */
  7.4165 +
  7.4166 +#include <allegro.h>
  7.4167 +#include <stdio.h>
  7.4168 +
  7.4169 +int
  7.4170 +main ()
  7.4171 +{
  7.4172 + ALLEGRO_TEST_VERSION; return 0;
  7.4173 +  ;
  7.4174 +  return 0;
  7.4175 +}
  7.4176 +_ACEOF
  7.4177 +if ac_fn_c_try_link "$LINENO"; then :
  7.4178 +   echo "*** The test program compiled, but did not run. This usually means"
  7.4179 +          echo "*** that the run-time linker is not finding Allegro or finding the wrong"
  7.4180 +          echo "*** version of Allegro. If it is not finding Allegro, you'll need to set your"
  7.4181 +          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  7.4182 +          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
  7.4183 +          echo "*** is required on your system"
  7.4184 +          echo "***"
  7.4185 +          echo "*** If you have an old version installed, it is best to remove it, although"
  7.4186 +          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  7.4187 +else
  7.4188 +   echo "*** The test program failed to compile or link. See the file config.log for the"
  7.4189 +          echo "*** exact error that occured. This usually means Allegro was incorrectly installed"
  7.4190 +          echo "*** or that you have moved Allegro since it was installed. In the latter case, you"
  7.4191 +          echo "*** may want to edit the allegro-config script: $ALLEGRO_CONFIG"
  7.4192 +fi
  7.4193 +rm -f core conftest.err conftest.$ac_objext \
  7.4194 +    conftest$ac_exeext conftest.$ac_ext
  7.4195 +          CFLAGS="$ac_save_CFLAGS"
  7.4196 +          LIBS="$ac_save_LIBS"
  7.4197 +       fi
  7.4198 +     fi
  7.4199 +
  7.4200 +     allegro_CFLAGS=""
  7.4201 +     allegro_LIBS=""
  7.4202 +     as_fn_error "building B-em requires Allegro to be installed" "$LINENO" 5
  7.4203 +  fi
  7.4204 +
  7.4205 +
  7.4206 +  rm -f conf.allegrotest
  7.4207 +
  7.4208 +fi
  7.4209 +
  7.4210 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetError in -lopenal" >&5
  7.4211 +$as_echo_n "checking for alGetError in -lopenal... " >&6; }
  7.4212 +if test "${ac_cv_lib_openal_alGetError+set}" = set; then :
  7.4213 +  $as_echo_n "(cached) " >&6
  7.4214 +else
  7.4215 +  ac_check_lib_save_LIBS=$LIBS
  7.4216 +LIBS="-lopenal  $LIBS"
  7.4217 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.4218 +/* end confdefs.h.  */
  7.4219 +
  7.4220 +/* Override any GCC internal prototype to avoid an error.
  7.4221 +   Use char because int might match the return type of a GCC
  7.4222 +   builtin and then its argument prototype would still apply.  */
  7.4223 +#ifdef __cplusplus
  7.4224 +extern "C"
  7.4225 +#endif
  7.4226 +char alGetError ();
  7.4227 +int
  7.4228 +main ()
  7.4229 +{
  7.4230 +return alGetError ();
  7.4231 +  ;
  7.4232 +  return 0;
  7.4233 +}
  7.4234 +_ACEOF
  7.4235 +if ac_fn_c_try_link "$LINENO"; then :
  7.4236 +  ac_cv_lib_openal_alGetError=yes
  7.4237 +else
  7.4238 +  ac_cv_lib_openal_alGetError=no
  7.4239 +fi
  7.4240 +rm -f core conftest.err conftest.$ac_objext \
  7.4241 +    conftest$ac_exeext conftest.$ac_ext
  7.4242 +LIBS=$ac_check_lib_save_LIBS
  7.4243 +fi
  7.4244 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetError" >&5
  7.4245 +$as_echo "$ac_cv_lib_openal_alGetError" >&6; }
  7.4246 +if test "x$ac_cv_lib_openal_alGetError" = x""yes; then :
  7.4247 +  cat >>confdefs.h <<_ACEOF
  7.4248 +#define HAVE_LIBOPENAL 1
  7.4249 +_ACEOF
  7.4250 +
  7.4251 +  LIBS="-lopenal $LIBS"
  7.4252 +
  7.4253 +else
  7.4254 +  \
  7.4255 +	echo "You need to install the OpenAL library."
  7.4256 +	 exit -1
  7.4257 +fi
  7.4258 +
  7.4259 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alutInit in -lalut" >&5
  7.4260 +$as_echo_n "checking for alutInit in -lalut... " >&6; }
  7.4261 +if test "${ac_cv_lib_alut_alutInit+set}" = set; then :
  7.4262 +  $as_echo_n "(cached) " >&6
  7.4263 +else
  7.4264 +  ac_check_lib_save_LIBS=$LIBS
  7.4265 +LIBS="-lalut  $LIBS"
  7.4266 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7.4267 +/* end confdefs.h.  */
  7.4268 +
  7.4269 +/* Override any GCC internal prototype to avoid an error.
  7.4270 +   Use char because int might match the return type of a GCC
  7.4271 +   builtin and then its argument prototype would still apply.  */
  7.4272 +#ifdef __cplusplus
  7.4273 +extern "C"
  7.4274 +#endif
  7.4275 +char alutInit ();
  7.4276 +int
  7.4277 +main ()
  7.4278 +{
  7.4279 +return alutInit ();
  7.4280 +  ;
  7.4281 +  return 0;
  7.4282 +}
  7.4283 +_ACEOF
  7.4284 +if ac_fn_c_try_link "$LINENO"; then :
  7.4285 +  ac_cv_lib_alut_alutInit=yes
  7.4286 +else
  7.4287 +  ac_cv_lib_alut_alutInit=no
  7.4288 +fi
  7.4289 +rm -f core conftest.err conftest.$ac_objext \
  7.4290 +    conftest$ac_exeext conftest.$ac_ext
  7.4291 +LIBS=$ac_check_lib_save_LIBS
  7.4292 +fi
  7.4293 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_alut_alutInit" >&5
  7.4294 +$as_echo "$ac_cv_lib_alut_alutInit" >&6; }
  7.4295 +if test "x$ac_cv_lib_alut_alutInit" = x""yes; then :
  7.4296 +  cat >>confdefs.h <<_ACEOF
  7.4297 +#define HAVE_LIBALUT 1
  7.4298 +_ACEOF
  7.4299 +
  7.4300 +  LIBS="-lalut $LIBS"
  7.4301 +
  7.4302 +else
  7.4303 +  \
  7.4304 +   echo "You need to install the ALUT library."
  7.4305 +    exit -1
  7.4306 +fi
  7.4307 +
  7.4308 +
  7.4309 +
  7.4310 +ac_config_files="$ac_config_files Makefile src/Makefile"
  7.4311 +
  7.4312 +cat >confcache <<\_ACEOF
  7.4313 +# This file is a shell script that caches the results of configure
  7.4314 +# tests run on this system so they can be shared between configure
  7.4315 +# scripts and configure runs, see configure's option --config-cache.
  7.4316 +# It is not useful on other systems.  If it contains results you don't
  7.4317 +# want to keep, you may remove or edit it.
  7.4318 +#
  7.4319 +# config.status only pays attention to the cache file if you give it
  7.4320 +# the --recheck option to rerun configure.
  7.4321 +#
  7.4322 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
  7.4323 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
  7.4324 +# following values.
  7.4325 +
  7.4326 +_ACEOF
  7.4327 +
  7.4328 +# The following way of writing the cache mishandles newlines in values,
  7.4329 +# but we know of no workaround that is simple, portable, and efficient.
  7.4330 +# So, we kill variables containing newlines.
  7.4331 +# Ultrix sh set writes to stderr and can't be redirected directly,
  7.4332 +# and sets the high bit in the cache file unless we assign to the vars.
  7.4333 +(
  7.4334 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
  7.4335 +    eval ac_val=\$$ac_var
  7.4336 +    case $ac_val in #(
  7.4337 +    *${as_nl}*)
  7.4338 +      case $ac_var in #(
  7.4339 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  7.4340 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  7.4341 +      esac
  7.4342 +      case $ac_var in #(
  7.4343 +      _ | IFS | as_nl) ;; #(
  7.4344 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  7.4345 +      *) { eval $ac_var=; unset $ac_var;} ;;
  7.4346 +      esac ;;
  7.4347 +    esac
  7.4348 +  done
  7.4349 +
  7.4350 +  (set) 2>&1 |
  7.4351 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
  7.4352 +    *${as_nl}ac_space=\ *)
  7.4353 +      # `set' does not quote correctly, so add quotes: double-quote
  7.4354 +      # substitution turns \\\\ into \\, and sed turns \\ into \.
  7.4355 +      sed -n \
  7.4356 +	"s/'/'\\\\''/g;
  7.4357 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  7.4358 +      ;; #(
  7.4359 +    *)
  7.4360 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
  7.4361 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  7.4362 +      ;;
  7.4363 +    esac |
  7.4364 +    sort
  7.4365 +) |
  7.4366 +  sed '
  7.4367 +     /^ac_cv_env_/b end
  7.4368 +     t clear
  7.4369 +     :clear
  7.4370 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  7.4371 +     t end
  7.4372 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  7.4373 +     :end' >>confcache
  7.4374 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  7.4375 +  if test -w "$cache_file"; then
  7.4376 +    test "x$cache_file" != "x/dev/null" &&
  7.4377 +      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  7.4378 +$as_echo "$as_me: updating cache $cache_file" >&6;}
  7.4379 +    cat confcache >$cache_file
  7.4380 +  else
  7.4381 +    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  7.4382 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  7.4383 +  fi
  7.4384 +fi
  7.4385 +rm -f confcache
  7.4386 +
  7.4387 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
  7.4388 +# Let make expand exec_prefix.
  7.4389 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  7.4390 +
  7.4391 +# Transform confdefs.h into DEFS.
  7.4392 +# Protect against shell expansion while executing Makefile rules.
  7.4393 +# Protect against Makefile macro expansion.
  7.4394 +#
  7.4395 +# If the first sed substitution is executed (which looks for macros that
  7.4396 +# take arguments), then branch to the quote section.  Otherwise,
  7.4397 +# look for a macro that doesn't take arguments.
  7.4398 +ac_script='
  7.4399 +:mline
  7.4400 +/\\$/{
  7.4401 + N
  7.4402 + s,\\\n,,
  7.4403 + b mline
  7.4404 +}
  7.4405 +t clear
  7.4406 +:clear
  7.4407 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
  7.4408 +t quote
  7.4409 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
  7.4410 +t quote
  7.4411 +b any
  7.4412 +:quote
  7.4413 +s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
  7.4414 +s/\[/\\&/g
  7.4415 +s/\]/\\&/g
  7.4416 +s/\$/$$/g
  7.4417 +H
  7.4418 +:any
  7.4419 +${
  7.4420 +	g
  7.4421 +	s/^\n//
  7.4422 +	s/\n/ /g
  7.4423 +	p
  7.4424 +}
  7.4425 +'
  7.4426 +DEFS=`sed -n "$ac_script" confdefs.h`
  7.4427 +
  7.4428 +
  7.4429 +ac_libobjs=
  7.4430 +ac_ltlibobjs=
  7.4431 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  7.4432 +  # 1. Remove the extension, and $U if already installed.
  7.4433 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  7.4434 +  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  7.4435 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  7.4436 +  #    will be set to the directory where LIBOBJS objects are built.
  7.4437 +  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  7.4438 +  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
  7.4439 +done
  7.4440 +LIBOBJS=$ac_libobjs
  7.4441 +
  7.4442 +LTLIBOBJS=$ac_ltlibobjs
  7.4443 +
  7.4444 +
  7.4445 + if test -n "$EXEEXT"; then
  7.4446 +  am__EXEEXT_TRUE=
  7.4447 +  am__EXEEXT_FALSE='#'
  7.4448 +else
  7.4449 +  am__EXEEXT_TRUE='#'
  7.4450 +  am__EXEEXT_FALSE=
  7.4451 +fi
  7.4452 +
  7.4453 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  7.4454 +  as_fn_error "conditional \"AMDEP\" was never defined.
  7.4455 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  7.4456 +fi
  7.4457 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  7.4458 +  as_fn_error "conditional \"am__fastdepCC\" was never defined.
  7.4459 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  7.4460 +fi
  7.4461 +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  7.4462 +  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
  7.4463 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  7.4464 +fi
  7.4465 +if test -z "${OS_WIN_TRUE}" && test -z "${OS_WIN_FALSE}"; then
  7.4466 +  as_fn_error "conditional \"OS_WIN\" was never defined.
  7.4467 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  7.4468 +fi
  7.4469 +if test -z "${OS_LINUX_TRUE}" && test -z "${OS_LINUX_FALSE}"; then
  7.4470 +  as_fn_error "conditional \"OS_LINUX\" was never defined.
  7.4471 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  7.4472 +fi
  7.4473 +
  7.4474 +: ${CONFIG_STATUS=./config.status}
  7.4475 +ac_write_fail=0
  7.4476 +ac_clean_files_save=$ac_clean_files
  7.4477 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  7.4478 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
  7.4479 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
  7.4480 +as_write_fail=0
  7.4481 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
  7.4482 +#! $SHELL
  7.4483 +# Generated by $as_me.
  7.4484 +# Run this file to recreate the current configuration.
  7.4485 +# Compiler output produced by configure, useful for debugging
  7.4486 +# configure, is in config.log if it exists.
  7.4487 +
  7.4488 +debug=false
  7.4489 +ac_cs_recheck=false
  7.4490 +ac_cs_silent=false
  7.4491 +
  7.4492 +SHELL=\${CONFIG_SHELL-$SHELL}
  7.4493 +export SHELL
  7.4494 +_ASEOF
  7.4495 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
  7.4496 +## -------------------- ##
  7.4497 +## M4sh Initialization. ##
  7.4498 +## -------------------- ##
  7.4499 +
  7.4500 +# Be more Bourne compatible
  7.4501 +DUALCASE=1; export DUALCASE # for MKS sh
  7.4502 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  7.4503 +  emulate sh
  7.4504 +  NULLCMD=:
  7.4505 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  7.4506 +  # is contrary to our usage.  Disable this feature.
  7.4507 +  alias -g '${1+"$@"}'='"$@"'
  7.4508 +  setopt NO_GLOB_SUBST
  7.4509 +else
  7.4510 +  case `(set -o) 2>/dev/null` in #(
  7.4511 +  *posix*) :
  7.4512 +    set -o posix ;; #(
  7.4513 +  *) :
  7.4514 +     ;;
  7.4515 +esac
  7.4516 +fi
  7.4517 +
  7.4518 +
  7.4519 +as_nl='
  7.4520 +'
  7.4521 +export as_nl
  7.4522 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
  7.4523 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  7.4524 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  7.4525 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  7.4526 +# Prefer a ksh shell builtin over an external printf program on Solaris,
  7.4527 +# but without wasting forks for bash or zsh.
  7.4528 +if test -z "$BASH_VERSION$ZSH_VERSION" \
  7.4529 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  7.4530 +  as_echo='print -r --'
  7.4531 +  as_echo_n='print -rn --'
  7.4532 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  7.4533 +  as_echo='printf %s\n'
  7.4534 +  as_echo_n='printf %s'
  7.4535 +else
  7.4536 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  7.4537 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  7.4538 +    as_echo_n='/usr/ucb/echo -n'
  7.4539 +  else
  7.4540 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  7.4541 +    as_echo_n_body='eval
  7.4542 +      arg=$1;
  7.4543 +      case $arg in #(
  7.4544 +      *"$as_nl"*)
  7.4545 +	expr "X$arg" : "X\\(.*\\)$as_nl";
  7.4546 +	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  7.4547 +      esac;
  7.4548 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  7.4549 +    '
  7.4550 +    export as_echo_n_body
  7.4551 +    as_echo_n='sh -c $as_echo_n_body as_echo'
  7.4552 +  fi
  7.4553 +  export as_echo_body
  7.4554 +  as_echo='sh -c $as_echo_body as_echo'
  7.4555 +fi
  7.4556 +
  7.4557 +# The user is always right.
  7.4558 +if test "${PATH_SEPARATOR+set}" != set; then
  7.4559 +  PATH_SEPARATOR=:
  7.4560 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  7.4561 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  7.4562 +      PATH_SEPARATOR=';'
  7.4563 +  }
  7.4564 +fi
  7.4565 +
  7.4566 +
  7.4567 +# IFS
  7.4568 +# We need space, tab and new line, in precisely that order.  Quoting is
  7.4569 +# there to prevent editors from complaining about space-tab.
  7.4570 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  7.4571 +# splitting by setting IFS to empty value.)
  7.4572 +IFS=" ""	$as_nl"
  7.4573 +
  7.4574 +# Find who we are.  Look in the path if we contain no directory separator.
  7.4575 +case $0 in #((
  7.4576 +  *[\\/]* ) as_myself=$0 ;;
  7.4577 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7.4578 +for as_dir in $PATH
  7.4579 +do
  7.4580 +  IFS=$as_save_IFS
  7.4581 +  test -z "$as_dir" && as_dir=.
  7.4582 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  7.4583 +  done
  7.4584 +IFS=$as_save_IFS
  7.4585 +
  7.4586 +     ;;
  7.4587 +esac
  7.4588 +# We did not find ourselves, most probably we were run as `sh COMMAND'
  7.4589 +# in which case we are not to be found in the path.
  7.4590 +if test "x$as_myself" = x; then
  7.4591 +  as_myself=$0
  7.4592 +fi
  7.4593 +if test ! -f "$as_myself"; then
  7.4594 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  7.4595 +  exit 1
  7.4596 +fi
  7.4597 +
  7.4598 +# Unset variables that we do not need and which cause bugs (e.g. in
  7.4599 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  7.4600 +# suppresses any "Segmentation fault" message there.  '((' could
  7.4601 +# trigger a bug in pdksh 5.2.14.
  7.4602 +for as_var in BASH_ENV ENV MAIL MAILPATH
  7.4603 +do eval test x\${$as_var+set} = xset \
  7.4604 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  7.4605 +done
  7.4606 +PS1='$ '
  7.4607 +PS2='> '
  7.4608 +PS4='+ '
  7.4609 +
  7.4610 +# NLS nuisances.
  7.4611 +LC_ALL=C
  7.4612 +export LC_ALL
  7.4613 +LANGUAGE=C
  7.4614 +export LANGUAGE
  7.4615 +
  7.4616 +# CDPATH.
  7.4617 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  7.4618 +
  7.4619 +
  7.4620 +# as_fn_error ERROR [LINENO LOG_FD]
  7.4621 +# ---------------------------------
  7.4622 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  7.4623 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  7.4624 +# script with status $?, using 1 if that was 0.
  7.4625 +as_fn_error ()
  7.4626 +{
  7.4627 +  as_status=$?; test $as_status -eq 0 && as_status=1
  7.4628 +  if test "$3"; then
  7.4629 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  7.4630 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  7.4631 +  fi
  7.4632 +  $as_echo "$as_me: error: $1" >&2
  7.4633 +  as_fn_exit $as_status
  7.4634 +} # as_fn_error
  7.4635 +
  7.4636 +
  7.4637 +# as_fn_set_status STATUS
  7.4638 +# -----------------------
  7.4639 +# Set $? to STATUS, without forking.
  7.4640 +as_fn_set_status ()
  7.4641 +{
  7.4642 +  return $1
  7.4643 +} # as_fn_set_status
  7.4644 +
  7.4645 +# as_fn_exit STATUS
  7.4646 +# -----------------
  7.4647 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  7.4648 +as_fn_exit ()
  7.4649 +{
  7.4650 +  set +e
  7.4651 +  as_fn_set_status $1
  7.4652 +  exit $1
  7.4653 +} # as_fn_exit
  7.4654 +
  7.4655 +# as_fn_unset VAR
  7.4656 +# ---------------
  7.4657 +# Portably unset VAR.
  7.4658 +as_fn_unset ()
  7.4659 +{
  7.4660 +  { eval $1=; unset $1;}
  7.4661 +}
  7.4662 +as_unset=as_fn_unset
  7.4663 +# as_fn_append VAR VALUE
  7.4664 +# ----------------------
  7.4665 +# Append the text in VALUE to the end of the definition contained in VAR. Take
  7.4666 +# advantage of any shell optimizations that allow amortized linear growth over
  7.4667 +# repeated appends, instead of the typical quadratic growth present in naive
  7.4668 +# implementations.
  7.4669 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  7.4670 +  eval 'as_fn_append ()
  7.4671 +  {
  7.4672 +    eval $1+=\$2
  7.4673 +  }'
  7.4674 +else
  7.4675 +  as_fn_append ()
  7.4676 +  {
  7.4677 +    eval $1=\$$1\$2
  7.4678 +  }
  7.4679 +fi # as_fn_append
  7.4680 +
  7.4681 +# as_fn_arith ARG...
  7.4682 +# ------------------
  7.4683 +# Perform arithmetic evaluation on the ARGs, and store the result in the
  7.4684 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
  7.4685 +# must be portable across $(()) and expr.
  7.4686 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  7.4687 +  eval 'as_fn_arith ()
  7.4688 +  {
  7.4689 +    as_val=$(( $* ))
  7.4690 +  }'
  7.4691 +else
  7.4692 +  as_fn_arith ()
  7.4693 +  {
  7.4694 +    as_val=`expr "$@" || test $? -eq 1`
  7.4695 +  }
  7.4696 +fi # as_fn_arith
  7.4697 +
  7.4698 +
  7.4699 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  7.4700 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  7.4701 +  as_expr=expr
  7.4702 +else
  7.4703 +  as_expr=false
  7.4704 +fi
  7.4705 +
  7.4706 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  7.4707 +  as_basename=basename
  7.4708 +else
  7.4709 +  as_basename=false
  7.4710 +fi
  7.4711 +
  7.4712 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  7.4713 +  as_dirname=dirname
  7.4714 +else
  7.4715 +  as_dirname=false
  7.4716 +fi
  7.4717 +
  7.4718 +as_me=`$as_basename -- "$0" ||
  7.4719 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  7.4720 +	 X"$0" : 'X\(//\)$' \| \
  7.4721 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  7.4722 +$as_echo X/"$0" |
  7.4723 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
  7.4724 +	    s//\1/
  7.4725 +	    q
  7.4726 +	  }
  7.4727 +	  /^X\/\(\/\/\)$/{
  7.4728 +	    s//\1/
  7.4729 +	    q
  7.4730 +	  }
  7.4731 +	  /^X\/\(\/\).*/{
  7.4732 +	    s//\1/
  7.4733 +	    q
  7.4734 +	  }
  7.4735 +	  s/.*/./; q'`
  7.4736 +
  7.4737 +# Avoid depending upon Character Ranges.
  7.4738 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  7.4739 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  7.4740 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  7.4741 +as_cr_digits='0123456789'
  7.4742 +as_cr_alnum=$as_cr_Letters$as_cr_digits
  7.4743 +
  7.4744 +ECHO_C= ECHO_N= ECHO_T=
  7.4745 +case `echo -n x` in #(((((
  7.4746 +-n*)
  7.4747 +  case `echo 'xy\c'` in
  7.4748 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  7.4749 +  xy)  ECHO_C='\c';;
  7.4750 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  7.4751 +       ECHO_T='	';;
  7.4752 +  esac;;
  7.4753 +*)
  7.4754 +  ECHO_N='-n';;
  7.4755 +esac
  7.4756 +
  7.4757 +rm -f conf$$ conf$$.exe conf$$.file
  7.4758 +if test -d conf$$.dir; then
  7.4759 +  rm -f conf$$.dir/conf$$.file
  7.4760 +else
  7.4761 +  rm -f conf$$.dir
  7.4762 +  mkdir conf$$.dir 2>/dev/null
  7.4763 +fi
  7.4764 +if (echo >conf$$.file) 2>/dev/null; then
  7.4765 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
  7.4766 +    as_ln_s='ln -s'
  7.4767 +    # ... but there are two gotchas:
  7.4768 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  7.4769 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  7.4770 +    # In both cases, we have to default to `cp -p'.
  7.4771 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  7.4772 +      as_ln_s='cp -p'
  7.4773 +  elif ln conf$$.file conf$$ 2>/dev/null; then
  7.4774 +    as_ln_s=ln
  7.4775 +  else
  7.4776 +    as_ln_s='cp -p'
  7.4777 +  fi
  7.4778 +else
  7.4779 +  as_ln_s='cp -p'
  7.4780 +fi
  7.4781 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  7.4782 +rmdir conf$$.dir 2>/dev/null
  7.4783 +
  7.4784 +
  7.4785 +# as_fn_mkdir_p
  7.4786 +# -------------
  7.4787 +# Create "$as_dir" as a directory, including parents if necessary.
  7.4788 +as_fn_mkdir_p ()
  7.4789 +{
  7.4790 +
  7.4791 +  case $as_dir in #(
  7.4792 +  -*) as_dir=./$as_dir;;
  7.4793 +  esac
  7.4794 +  test -d "$as_dir" || eval $as_mkdir_p || {
  7.4795 +    as_dirs=
  7.4796 +    while :; do
  7.4797 +      case $as_dir in #(
  7.4798 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  7.4799 +      *) as_qdir=$as_dir;;
  7.4800 +      esac
  7.4801 +      as_dirs="'$as_qdir' $as_dirs"
  7.4802 +      as_dir=`$as_dirname -- "$as_dir" ||
  7.4803 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  7.4804 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  7.4805 +	 X"$as_dir" : 'X\(//\)$' \| \
  7.4806 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  7.4807 +$as_echo X"$as_dir" |
  7.4808 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  7.4809 +	    s//\1/
  7.4810 +	    q
  7.4811 +	  }
  7.4812 +	  /^X\(\/\/\)[^/].*/{
  7.4813 +	    s//\1/
  7.4814 +	    q
  7.4815 +	  }
  7.4816 +	  /^X\(\/\/\)$/{
  7.4817 +	    s//\1/
  7.4818 +	    q
  7.4819 +	  }
  7.4820 +	  /^X\(\/\).*/{
  7.4821 +	    s//\1/
  7.4822 +	    q
  7.4823 +	  }
  7.4824 +	  s/.*/./; q'`
  7.4825 +      test -d "$as_dir" && break
  7.4826 +    done
  7.4827 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
  7.4828 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  7.4829 +
  7.4830 +
  7.4831 +} # as_fn_mkdir_p
  7.4832 +if mkdir -p . 2>/dev/null; then
  7.4833 +  as_mkdir_p='mkdir -p "$as_dir"'
  7.4834 +else
  7.4835 +  test -d ./-p && rmdir ./-p
  7.4836 +  as_mkdir_p=false
  7.4837 +fi
  7.4838 +
  7.4839 +if test -x / >/dev/null 2>&1; then
  7.4840 +  as_test_x='test -x'
  7.4841 +else
  7.4842 +  if ls -dL / >/dev/null 2>&1; then
  7.4843 +    as_ls_L_option=L
  7.4844 +  else
  7.4845 +    as_ls_L_option=
  7.4846 +  fi
  7.4847 +  as_test_x='
  7.4848 +    eval sh -c '\''
  7.4849 +      if test -d "$1"; then
  7.4850 +	test -d "$1/.";
  7.4851 +      else
  7.4852 +	case $1 in #(
  7.4853 +	-*)set "./$1";;
  7.4854 +	esac;
  7.4855 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  7.4856 +	???[sx]*):;;*)false;;esac;fi
  7.4857 +    '\'' sh
  7.4858 +  '
  7.4859 +fi
  7.4860 +as_executable_p=$as_test_x
  7.4861 +
  7.4862 +# Sed expression to map a string onto a valid CPP name.
  7.4863 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  7.4864 +
  7.4865 +# Sed expression to map a string onto a valid variable name.
  7.4866 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  7.4867 +
  7.4868 +
  7.4869 +exec 6>&1
  7.4870 +## ----------------------------------- ##
  7.4871 +## Main body of $CONFIG_STATUS script. ##
  7.4872 +## ----------------------------------- ##
  7.4873 +_ASEOF
  7.4874 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
  7.4875 +
  7.4876 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.4877 +# Save the log message, to keep $0 and so on meaningful, and to
  7.4878 +# report actual input values of CONFIG_FILES etc. instead of their
  7.4879 +# values after options handling.
  7.4880 +ac_log="
  7.4881 +This file was extended by PCem $as_me v9, which was
  7.4882 +generated by GNU Autoconf 2.65.  Invocation command line was
  7.4883 +
  7.4884 +  CONFIG_FILES    = $CONFIG_FILES
  7.4885 +  CONFIG_HEADERS  = $CONFIG_HEADERS
  7.4886 +  CONFIG_LINKS    = $CONFIG_LINKS
  7.4887 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
  7.4888 +  $ $0 $@
  7.4889 +
  7.4890 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
  7.4891 +"
  7.4892 +
  7.4893 +_ACEOF
  7.4894 +
  7.4895 +case $ac_config_files in *"
  7.4896 +"*) set x $ac_config_files; shift; ac_config_files=$*;;
  7.4897 +esac
  7.4898 +
  7.4899 +
  7.4900 +
  7.4901 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.4902 +# Files that config.status was made for.
  7.4903 +config_files="$ac_config_files"
  7.4904 +config_commands="$ac_config_commands"
  7.4905 +
  7.4906 +_ACEOF
  7.4907 +
  7.4908 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.4909 +ac_cs_usage="\
  7.4910 +\`$as_me' instantiates files and other configuration actions
  7.4911 +from templates according to the current configuration.  Unless the files
  7.4912 +and actions are specified as TAGs, all are instantiated by default.
  7.4913 +
  7.4914 +Usage: $0 [OPTION]... [TAG]...
  7.4915 +
  7.4916 +  -h, --help       print this help, then exit
  7.4917 +  -V, --version    print version number and configuration settings, then exit
  7.4918 +      --config     print configuration, then exit
  7.4919 +  -q, --quiet, --silent
  7.4920 +                   do not print progress messages
  7.4921 +  -d, --debug      don't remove temporary files
  7.4922 +      --recheck    update $as_me by reconfiguring in the same conditions
  7.4923 +      --file=FILE[:TEMPLATE]
  7.4924 +                   instantiate the configuration file FILE
  7.4925 +
  7.4926 +Configuration files:
  7.4927 +$config_files
  7.4928 +
  7.4929 +Configuration commands:
  7.4930 +$config_commands
  7.4931 +
  7.4932 +Report bugs to <Tom Walker <tommowalker@tommowalker.co.uk>>."
  7.4933 +
  7.4934 +_ACEOF
  7.4935 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.4936 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
  7.4937 +ac_cs_version="\\
  7.4938 +PCem config.status v9
  7.4939 +configured by $0, generated by GNU Autoconf 2.65,
  7.4940 +  with options \\"\$ac_cs_config\\"
  7.4941 +
  7.4942 +Copyright (C) 2009 Free Software Foundation, Inc.
  7.4943 +This config.status script is free software; the Free Software Foundation
  7.4944 +gives unlimited permission to copy, distribute and modify it."
  7.4945 +
  7.4946 +ac_pwd='$ac_pwd'
  7.4947 +srcdir='$srcdir'
  7.4948 +INSTALL='$INSTALL'
  7.4949 +MKDIR_P='$MKDIR_P'
  7.4950 +AWK='$AWK'
  7.4951 +test -n "\$AWK" || AWK=awk
  7.4952 +_ACEOF
  7.4953 +
  7.4954 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.4955 +# The default lists apply if the user does not specify any file.
  7.4956 +ac_need_defaults=:
  7.4957 +while test $# != 0
  7.4958 +do
  7.4959 +  case $1 in
  7.4960 +  --*=*)
  7.4961 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  7.4962 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  7.4963 +    ac_shift=:
  7.4964 +    ;;
  7.4965 +  *)
  7.4966 +    ac_option=$1
  7.4967 +    ac_optarg=$2
  7.4968 +    ac_shift=shift
  7.4969 +    ;;
  7.4970 +  esac
  7.4971 +
  7.4972 +  case $ac_option in
  7.4973 +  # Handling of the options.
  7.4974 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  7.4975 +    ac_cs_recheck=: ;;
  7.4976 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  7.4977 +    $as_echo "$ac_cs_version"; exit ;;
  7.4978 +  --config | --confi | --conf | --con | --co | --c )
  7.4979 +    $as_echo "$ac_cs_config"; exit ;;
  7.4980 +  --debug | --debu | --deb | --de | --d | -d )
  7.4981 +    debug=: ;;
  7.4982 +  --file | --fil | --fi | --f )
  7.4983 +    $ac_shift
  7.4984 +    case $ac_optarg in
  7.4985 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  7.4986 +    esac
  7.4987 +    as_fn_append CONFIG_FILES " '$ac_optarg'"
  7.4988 +    ac_need_defaults=false;;
  7.4989 +  --he | --h |  --help | --hel | -h )
  7.4990 +    $as_echo "$ac_cs_usage"; exit ;;
  7.4991 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  7.4992 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  7.4993 +    ac_cs_silent=: ;;
  7.4994 +
  7.4995 +  # This is an error.
  7.4996 +  -*) as_fn_error "unrecognized option: \`$1'
  7.4997 +Try \`$0 --help' for more information." ;;
  7.4998 +
  7.4999 +  *) as_fn_append ac_config_targets " $1"
  7.5000 +     ac_need_defaults=false ;;
  7.5001 +
  7.5002 +  esac
  7.5003 +  shift
  7.5004 +done
  7.5005 +
  7.5006 +ac_configure_extra_args=
  7.5007 +
  7.5008 +if $ac_cs_silent; then
  7.5009 +  exec 6>/dev/null
  7.5010 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
  7.5011 +fi
  7.5012 +
  7.5013 +_ACEOF
  7.5014 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.5015 +if \$ac_cs_recheck; then
  7.5016 +  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  7.5017 +  shift
  7.5018 +  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  7.5019 +  CONFIG_SHELL='$SHELL'
  7.5020 +  export CONFIG_SHELL
  7.5021 +  exec "\$@"
  7.5022 +fi
  7.5023 +
  7.5024 +_ACEOF
  7.5025 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.5026 +exec 5>>config.log
  7.5027 +{
  7.5028 +  echo
  7.5029 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  7.5030 +## Running $as_me. ##
  7.5031 +_ASBOX
  7.5032 +  $as_echo "$ac_log"
  7.5033 +} >&5
  7.5034 +
  7.5035 +_ACEOF
  7.5036 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.5037 +#
  7.5038 +# INIT-COMMANDS
  7.5039 +#
  7.5040 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  7.5041 +
  7.5042 +_ACEOF
  7.5043 +
  7.5044 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.5045 +
  7.5046 +# Handling of arguments.
  7.5047 +for ac_config_target in $ac_config_targets
  7.5048 +do
  7.5049 +  case $ac_config_target in
  7.5050 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  7.5051 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  7.5052 +    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  7.5053 +
  7.5054 +  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  7.5055 +  esac
  7.5056 +done
  7.5057 +
  7.5058 +
  7.5059 +# If the user did not use the arguments to specify the items to instantiate,
  7.5060 +# then the envvar interface is used.  Set only those that are not.
  7.5061 +# We use the long form for the default assignment because of an extremely
  7.5062 +# bizarre bug on SunOS 4.1.3.
  7.5063 +if $ac_need_defaults; then
  7.5064 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  7.5065 +  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  7.5066 +fi
  7.5067 +
  7.5068 +# Have a temporary directory for convenience.  Make it in the build tree
  7.5069 +# simply because there is no reason against having it here, and in addition,
  7.5070 +# creating and moving files from /tmp can sometimes cause problems.
  7.5071 +# Hook for its removal unless debugging.
  7.5072 +# Note that there is a small window in which the directory will not be cleaned:
  7.5073 +# after its creation but before its name has been assigned to `$tmp'.
  7.5074 +$debug ||
  7.5075 +{
  7.5076 +  tmp=
  7.5077 +  trap 'exit_status=$?
  7.5078 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  7.5079 +' 0
  7.5080 +  trap 'as_fn_exit 1' 1 2 13 15
  7.5081 +}
  7.5082 +# Create a (secure) tmp directory for tmp files.
  7.5083 +
  7.5084 +{
  7.5085 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  7.5086 +  test -n "$tmp" && test -d "$tmp"
  7.5087 +}  ||
  7.5088 +{
  7.5089 +  tmp=./conf$$-$RANDOM
  7.5090 +  (umask 077 && mkdir "$tmp")
  7.5091 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  7.5092 +
  7.5093 +# Set up the scripts for CONFIG_FILES section.
  7.5094 +# No need to generate them if there are no CONFIG_FILES.
  7.5095 +# This happens for instance with `./config.status config.h'.
  7.5096 +if test -n "$CONFIG_FILES"; then
  7.5097 +
  7.5098 +
  7.5099 +ac_cr=`echo X | tr X '\015'`
  7.5100 +# On cygwin, bash can eat \r inside `` if the user requested igncr.
  7.5101 +# But we know of no other shell where ac_cr would be empty at this
  7.5102 +# point, so we can use a bashism as a fallback.
  7.5103 +if test "x$ac_cr" = x; then
  7.5104 +  eval ac_cr=\$\'\\r\'
  7.5105 +fi
  7.5106 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  7.5107 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  7.5108 +  ac_cs_awk_cr='\r'
  7.5109 +else
  7.5110 +  ac_cs_awk_cr=$ac_cr
  7.5111 +fi
  7.5112 +
  7.5113 +echo 'BEGIN {' >"$tmp/subs1.awk" &&
  7.5114 +_ACEOF
  7.5115 +
  7.5116 +
  7.5117 +{
  7.5118 +  echo "cat >conf$$subs.awk <<_ACEOF" &&
  7.5119 +  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  7.5120 +  echo "_ACEOF"
  7.5121 +} >conf$$subs.sh ||
  7.5122 +  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  7.5123 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
  7.5124 +ac_delim='%!_!# '
  7.5125 +for ac_last_try in false false false false false :; do
  7.5126 +  . ./conf$$subs.sh ||
  7.5127 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  7.5128 +
  7.5129 +  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  7.5130 +  if test $ac_delim_n = $ac_delim_num; then
  7.5131 +    break
  7.5132 +  elif $ac_last_try; then
  7.5133 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  7.5134 +  else
  7.5135 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  7.5136 +  fi
  7.5137 +done
  7.5138 +rm -f conf$$subs.sh
  7.5139 +
  7.5140 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.5141 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  7.5142 +_ACEOF
  7.5143 +sed -n '
  7.5144 +h
  7.5145 +s/^/S["/; s/!.*/"]=/
  7.5146 +p
  7.5147 +g
  7.5148 +s/^[^!]*!//
  7.5149 +:repl
  7.5150 +t repl
  7.5151 +s/'"$ac_delim"'$//
  7.5152 +t delim
  7.5153 +:nl
  7.5154 +h
  7.5155 +s/\(.\{148\}\)..*/\1/
  7.5156 +t more1
  7.5157 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
  7.5158 +p
  7.5159 +n
  7.5160 +b repl
  7.5161 +:more1
  7.5162 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  7.5163 +p
  7.5164 +g
  7.5165 +s/.\{148\}//
  7.5166 +t nl
  7.5167 +:delim
  7.5168 +h
  7.5169 +s/\(.\{148\}\)..*/\1/
  7.5170 +t more2
  7.5171 +s/["\\]/\\&/g; s/^/"/; s/$/"/
  7.5172 +p
  7.5173 +b
  7.5174 +:more2
  7.5175 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  7.5176 +p
  7.5177 +g
  7.5178 +s/.\{148\}//
  7.5179 +t delim
  7.5180 +' <conf$$subs.awk | sed '
  7.5181 +/^[^""]/{
  7.5182 +  N
  7.5183 +  s/\n//
  7.5184 +}
  7.5185 +' >>$CONFIG_STATUS || ac_write_fail=1
  7.5186 +rm -f conf$$subs.awk
  7.5187 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.5188 +_ACAWK
  7.5189 +cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  7.5190 +  for (key in S) S_is_set[key] = 1
  7.5191 +  FS = ""
  7.5192 +
  7.5193 +}
  7.5194 +{
  7.5195 +  line = $ 0
  7.5196 +  nfields = split(line, field, "@")
  7.5197 +  substed = 0
  7.5198 +  len = length(field[1])
  7.5199 +  for (i = 2; i < nfields; i++) {
  7.5200 +    key = field[i]
  7.5201 +    keylen = length(key)
  7.5202 +    if (S_is_set[key]) {
  7.5203 +      value = S[key]
  7.5204 +      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  7.5205 +      len += length(value) + length(field[++i])
  7.5206 +      substed = 1
  7.5207 +    } else
  7.5208 +      len += 1 + keylen
  7.5209 +  }
  7.5210 +
  7.5211 +  print line
  7.5212 +}
  7.5213 +
  7.5214 +_ACAWK
  7.5215 +_ACEOF
  7.5216 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.5217 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  7.5218 +  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  7.5219 +else
  7.5220 +  cat
  7.5221 +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  7.5222 +  || as_fn_error "could not setup config files machinery" "$LINENO" 5
  7.5223 +_ACEOF
  7.5224 +
  7.5225 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
  7.5226 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  7.5227 +# trailing colons and then remove the whole line if VPATH becomes empty
  7.5228 +# (actually we leave an empty line to preserve line numbers).
  7.5229 +if test "x$srcdir" = x.; then
  7.5230 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  7.5231 +s/:*\$(srcdir):*/:/
  7.5232 +s/:*\${srcdir}:*/:/
  7.5233 +s/:*@srcdir@:*/:/
  7.5234 +s/^\([^=]*=[	 ]*\):*/\1/
  7.5235 +s/:*$//
  7.5236 +s/^[^=]*=[	 ]*$//
  7.5237 +}'
  7.5238 +fi
  7.5239 +
  7.5240 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.5241 +fi # test -n "$CONFIG_FILES"
  7.5242 +
  7.5243 +
  7.5244 +eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
  7.5245 +shift
  7.5246 +for ac_tag
  7.5247 +do
  7.5248 +  case $ac_tag in
  7.5249 +  :[FHLC]) ac_mode=$ac_tag; continue;;
  7.5250 +  esac
  7.5251 +  case $ac_mode$ac_tag in
  7.5252 +  :[FHL]*:*);;
  7.5253 +  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  7.5254 +  :[FH]-) ac_tag=-:-;;
  7.5255 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  7.5256 +  esac
  7.5257 +  ac_save_IFS=$IFS
  7.5258 +  IFS=:
  7.5259 +  set x $ac_tag
  7.5260 +  IFS=$ac_save_IFS
  7.5261 +  shift
  7.5262 +  ac_file=$1
  7.5263 +  shift
  7.5264 +
  7.5265 +  case $ac_mode in
  7.5266 +  :L) ac_source=$1;;
  7.5267 +  :[FH])
  7.5268 +    ac_file_inputs=
  7.5269 +    for ac_f
  7.5270 +    do
  7.5271 +      case $ac_f in
  7.5272 +      -) ac_f="$tmp/stdin";;
  7.5273 +      *) # Look for the file first in the build tree, then in the source tree
  7.5274 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  7.5275 +	 # because $ac_f cannot contain `:'.
  7.5276 +	 test -f "$ac_f" ||
  7.5277 +	   case $ac_f in
  7.5278 +	   [\\/$]*) false;;
  7.5279 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  7.5280 +	   esac ||
  7.5281 +	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  7.5282 +      esac
  7.5283 +      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  7.5284 +      as_fn_append ac_file_inputs " '$ac_f'"
  7.5285 +    done
  7.5286 +
  7.5287 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
  7.5288 +    # use $as_me), people would be surprised to read:
  7.5289 +    #    /* config.h.  Generated by config.status.  */
  7.5290 +    configure_input='Generated from '`
  7.5291 +	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  7.5292 +	`' by configure.'
  7.5293 +    if test x"$ac_file" != x-; then
  7.5294 +      configure_input="$ac_file.  $configure_input"
  7.5295 +      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  7.5296 +$as_echo "$as_me: creating $ac_file" >&6;}
  7.5297 +    fi
  7.5298 +    # Neutralize special characters interpreted by sed in replacement strings.
  7.5299 +    case $configure_input in #(
  7.5300 +    *\&* | *\|* | *\\* )
  7.5301 +       ac_sed_conf_input=`$as_echo "$configure_input" |
  7.5302 +       sed 's/[\\\\&|]/\\\\&/g'`;; #(
  7.5303 +    *) ac_sed_conf_input=$configure_input;;
  7.5304 +    esac
  7.5305 +
  7.5306 +    case $ac_tag in
  7.5307 +    *:-:* | *:-) cat >"$tmp/stdin" \
  7.5308 +      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  7.5309 +    esac
  7.5310 +    ;;
  7.5311 +  esac
  7.5312 +
  7.5313 +  ac_dir=`$as_dirname -- "$ac_file" ||
  7.5314 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  7.5315 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
  7.5316 +	 X"$ac_file" : 'X\(//\)$' \| \
  7.5317 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  7.5318 +$as_echo X"$ac_file" |
  7.5319 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  7.5320 +	    s//\1/
  7.5321 +	    q
  7.5322 +	  }
  7.5323 +	  /^X\(\/\/\)[^/].*/{
  7.5324 +	    s//\1/
  7.5325 +	    q
  7.5326 +	  }
  7.5327 +	  /^X\(\/\/\)$/{
  7.5328 +	    s//\1/
  7.5329 +	    q
  7.5330 +	  }
  7.5331 +	  /^X\(\/\).*/{
  7.5332 +	    s//\1/
  7.5333 +	    q
  7.5334 +	  }
  7.5335 +	  s/.*/./; q'`
  7.5336 +  as_dir="$ac_dir"; as_fn_mkdir_p
  7.5337 +  ac_builddir=.
  7.5338 +
  7.5339 +case "$ac_dir" in
  7.5340 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  7.5341 +*)
  7.5342 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  7.5343 +  # A ".." for each directory in $ac_dir_suffix.
  7.5344 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  7.5345 +  case $ac_top_builddir_sub in
  7.5346 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  7.5347 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  7.5348 +  esac ;;
  7.5349 +esac
  7.5350 +ac_abs_top_builddir=$ac_pwd
  7.5351 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  7.5352 +# for backward compatibility:
  7.5353 +ac_top_builddir=$ac_top_build_prefix
  7.5354 +
  7.5355 +case $srcdir in
  7.5356 +  .)  # We are building in place.
  7.5357 +    ac_srcdir=.
  7.5358 +    ac_top_srcdir=$ac_top_builddir_sub
  7.5359 +    ac_abs_top_srcdir=$ac_pwd ;;
  7.5360 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  7.5361 +    ac_srcdir=$srcdir$ac_dir_suffix;
  7.5362 +    ac_top_srcdir=$srcdir
  7.5363 +    ac_abs_top_srcdir=$srcdir ;;
  7.5364 +  *) # Relative name.
  7.5365 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  7.5366 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  7.5367 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  7.5368 +esac
  7.5369 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  7.5370 +
  7.5371 +
  7.5372 +  case $ac_mode in
  7.5373 +  :F)
  7.5374 +  #
  7.5375 +  # CONFIG_FILE
  7.5376 +  #
  7.5377 +
  7.5378 +  case $INSTALL in
  7.5379 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  7.5380 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  7.5381 +  esac
  7.5382 +  ac_MKDIR_P=$MKDIR_P
  7.5383 +  case $MKDIR_P in
  7.5384 +  [\\/$]* | ?:[\\/]* ) ;;
  7.5385 +  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  7.5386 +  esac
  7.5387 +_ACEOF
  7.5388 +
  7.5389 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.5390 +# If the template does not know about datarootdir, expand it.
  7.5391 +# FIXME: This hack should be removed a few years after 2.60.
  7.5392 +ac_datarootdir_hack=; ac_datarootdir_seen=
  7.5393 +ac_sed_dataroot='
  7.5394 +/datarootdir/ {
  7.5395 +  p
  7.5396 +  q
  7.5397 +}
  7.5398 +/@datadir@/p
  7.5399 +/@docdir@/p
  7.5400 +/@infodir@/p
  7.5401 +/@localedir@/p
  7.5402 +/@mandir@/p'
  7.5403 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  7.5404 +*datarootdir*) ac_datarootdir_seen=yes;;
  7.5405 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  7.5406 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  7.5407 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  7.5408 +_ACEOF
  7.5409 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.5410 +  ac_datarootdir_hack='
  7.5411 +  s&@datadir@&$datadir&g
  7.5412 +  s&@docdir@&$docdir&g
  7.5413 +  s&@infodir@&$infodir&g
  7.5414 +  s&@localedir@&$localedir&g
  7.5415 +  s&@mandir@&$mandir&g
  7.5416 +  s&\\\${datarootdir}&$datarootdir&g' ;;
  7.5417 +esac
  7.5418 +_ACEOF
  7.5419 +
  7.5420 +# Neutralize VPATH when `$srcdir' = `.'.
  7.5421 +# Shell code in configure.ac might set extrasub.
  7.5422 +# FIXME: do we really want to maintain this feature?
  7.5423 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  7.5424 +ac_sed_extra="$ac_vpsub
  7.5425 +$extrasub
  7.5426 +_ACEOF
  7.5427 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  7.5428 +:t
  7.5429 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  7.5430 +s|@configure_input@|$ac_sed_conf_input|;t t
  7.5431 +s&@top_builddir@&$ac_top_builddir_sub&;t t
  7.5432 +s&@top_build_prefix@&$ac_top_build_prefix&;t t
  7.5433 +s&@srcdir@&$ac_srcdir&;t t
  7.5434 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
  7.5435 +s&@top_srcdir@&$ac_top_srcdir&;t t
  7.5436 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  7.5437 +s&@builddir@&$ac_builddir&;t t
  7.5438 +s&@abs_builddir@&$ac_abs_builddir&;t t
  7.5439 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  7.5440 +s&@INSTALL@&$ac_INSTALL&;t t
  7.5441 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
  7.5442 +$ac_datarootdir_hack
  7.5443 +"
  7.5444 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  7.5445 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
  7.5446 +
  7.5447 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  7.5448 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  7.5449 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  7.5450 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  7.5451 +which seems to be undefined.  Please make sure it is defined." >&5
  7.5452 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  7.5453 +which seems to be undefined.  Please make sure it is defined." >&2;}
  7.5454 +
  7.5455 +  rm -f "$tmp/stdin"
  7.5456 +  case $ac_file in
  7.5457 +  -) cat "$tmp/out" && rm -f "$tmp/out";;
  7.5458 +  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  7.5459 +  esac \
  7.5460 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
  7.5461 + ;;
  7.5462 +
  7.5463 +
  7.5464 +  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  7.5465 +$as_echo "$as_me: executing $ac_file commands" >&6;}
  7.5466 + ;;
  7.5467 +  esac
  7.5468 +
  7.5469 +
  7.5470 +  case $ac_file$ac_mode in
  7.5471 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  7.5472 +  # Autoconf 2.62 quotes --file arguments for eval, but not when files
  7.5473 +  # are listed without --file.  Let's play safe and only enable the eval
  7.5474 +  # if we detect the quoting.
  7.5475 +  case $CONFIG_FILES in
  7.5476 +  *\'*) eval set x "$CONFIG_FILES" ;;
  7.5477 +  *)   set x $CONFIG_FILES ;;
  7.5478 +  esac
  7.5479 +  shift
  7.5480 +  for mf
  7.5481 +  do
  7.5482 +    # Strip MF so we end up with the name of the file.
  7.5483 +    mf=`echo "$mf" | sed -e 's/:.*$//'`
  7.5484 +    # Check whether this is an Automake generated Makefile or not.
  7.5485 +    # We used to match only the files named `Makefile.in', but
  7.5486 +    # some people rename them; so instead we look at the file content.
  7.5487 +    # Grep'ing the first line is not enough: some people post-process
  7.5488 +    # each Makefile.in and add a new line on top of each file to say so.
  7.5489 +    # Grep'ing the whole file is not good either: AIX grep has a line
  7.5490 +    # limit of 2048, but all sed's we know have understand at least 4000.
  7.5491 +    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  7.5492 +      dirpart=`$as_dirname -- "$mf" ||
  7.5493 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  7.5494 +	 X"$mf" : 'X\(//\)[^/]' \| \
  7.5495 +	 X"$mf" : 'X\(//\)$' \| \
  7.5496 +	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  7.5497 +$as_echo X"$mf" |
  7.5498 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  7.5499 +	    s//\1/
  7.5500 +	    q
  7.5501 +	  }
  7.5502 +	  /^X\(\/\/\)[^/].*/{
  7.5503 +	    s//\1/
  7.5504 +	    q
  7.5505 +	  }
  7.5506 +	  /^X\(\/\/\)$/{
  7.5507 +	    s//\1/
  7.5508 +	    q
  7.5509 +	  }
  7.5510 +	  /^X\(\/\).*/{
  7.5511 +	    s//\1/
  7.5512 +	    q
  7.5513 +	  }
  7.5514 +	  s/.*/./; q'`
  7.5515 +    else
  7.5516 +      continue
  7.5517 +    fi
  7.5518 +    # Extract the definition of DEPDIR, am__include, and am__quote
  7.5519 +    # from the Makefile without running `make'.
  7.5520 +    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  7.5521 +    test -z "$DEPDIR" && continue
  7.5522 +    am__include=`sed -n 's/^am__include = //p' < "$mf"`
  7.5523 +    test -z "am__include" && continue
  7.5524 +    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  7.5525 +    # When using ansi2knr, U may be empty or an underscore; expand it
  7.5526 +    U=`sed -n 's/^U = //p' < "$mf"`
  7.5527 +    # Find all dependency output files, they are included files with
  7.5528 +    # $(DEPDIR) in their names.  We invoke sed twice because it is the
  7.5529 +    # simplest approach to changing $(DEPDIR) to its actual value in the
  7.5530 +    # expansion.
  7.5531 +    for file in `sed -n "
  7.5532 +      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  7.5533 +	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  7.5534 +      # Make sure the directory exists.
  7.5535 +      test -f "$dirpart/$file" && continue
  7.5536 +      fdir=`$as_dirname -- "$file" ||
  7.5537 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  7.5538 +	 X"$file" : 'X\(//\)[^/]' \| \
  7.5539 +	 X"$file" : 'X\(//\)$' \| \
  7.5540 +	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  7.5541 +$as_echo X"$file" |
  7.5542 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  7.5543 +	    s//\1/
  7.5544 +	    q
  7.5545 +	  }
  7.5546 +	  /^X\(\/\/\)[^/].*/{
  7.5547 +	    s//\1/
  7.5548 +	    q
  7.5549 +	  }
  7.5550 +	  /^X\(\/\/\)$/{
  7.5551 +	    s//\1/
  7.5552 +	    q
  7.5553 +	  }
  7.5554 +	  /^X\(\/\).*/{
  7.5555 +	    s//\1/
  7.5556 +	    q
  7.5557 +	  }
  7.5558 +	  s/.*/./; q'`
  7.5559 +      as_dir=$dirpart/$fdir; as_fn_mkdir_p
  7.5560 +      # echo "creating $dirpart/$file"
  7.5561 +      echo '# dummy' > "$dirpart/$file"
  7.5562 +    done
  7.5563 +  done
  7.5564 +}
  7.5565 + ;;
  7.5566 +
  7.5567 +  esac
  7.5568 +done # for ac_tag
  7.5569 +
  7.5570 +
  7.5571 +as_fn_exit 0
  7.5572 +_ACEOF
  7.5573 +ac_clean_files=$ac_clean_files_save
  7.5574 +
  7.5575 +test $ac_write_fail = 0 ||
  7.5576 +  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  7.5577 +
  7.5578 +
  7.5579 +# configure is writing to config.log, and then calls config.status.
  7.5580 +# config.status does its own redirection, appending to config.log.
  7.5581 +# Unfortunately, on DOS this fails, as config.log is still kept open
  7.5582 +# by configure, so config.status won't be able to write to it; its
  7.5583 +# output is simply discarded.  So we exec the FD to /dev/null,
  7.5584 +# effectively closing config.log, so it can be properly (re)opened and
  7.5585 +# appended to by config.status.  When coming back to configure, we
  7.5586 +# need to make the FD available again.
  7.5587 +if test "$no_create" != yes; then
  7.5588 +  ac_cs_success=:
  7.5589 +  ac_config_status_args=
  7.5590 +  test "$silent" = yes &&
  7.5591 +    ac_config_status_args="$ac_config_status_args --quiet"
  7.5592 +  exec 5>/dev/null
  7.5593 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  7.5594 +  exec 5>>config.log
  7.5595 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  7.5596 +  # would make configure fail if this is the last instruction.
  7.5597 +  $ac_cs_success || as_fn_exit $?
  7.5598 +fi
  7.5599 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  7.5600 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
  7.5601 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
  7.5602 +fi
  7.5603 +
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/configure.ac	Thu Sep 04 21:07:24 2014 +0100
     8.3 @@ -0,0 +1,48 @@
     8.4 +# configure.ac for PCem
     8.5 +#
     8.6 +
     8.7 +AC_PREREQ([2.61])
     8.8 +AC_INIT(PCem, v9, Tom Walker <tommowalker@tommowalker.co.uk>, pcem)
     8.9 +
    8.10 +AM_INIT_AUTOMAKE
    8.11 +AC_PROG_CC
    8.12 +AC_PROG_CXX
    8.13 +AM_PROG_CC_C_O
    8.14 +
    8.15 +
    8.16 +
    8.17 +AC_MSG_CHECKING([whether to enable debugging])
    8.18 +AC_ARG_ENABLE(debug,
    8.19 +	      AC_HELP_STRING([--enable-debug], [build debug executable]))
    8.20 +if test "$enable_debug" = "yes"; then
    8.21 +   CFLAGS="-Wall -O0 -g -D_DEBUG"
    8.22 +   AC_MSG_RESULT([yes])
    8.23 +else
    8.24 +   CFLAGS="-O3"
    8.25 +   AC_MSG_RESULT([no])
    8.26 +fi
    8.27 +
    8.28 +#AC_MSG_CHECKING([for libz])
    8.29 +#AX_CHECK_ZLIB
    8.30 +
    8.31 +AM_CONDITIONAL(OS_WIN, test "$OS" = "win")
    8.32 +AM_CONDITIONAL(OS_LINUX, test "$OS" = "linux")
    8.33 +
    8.34 +# Do not run test for Allegro with Win32/MinGW version, as binary builds have
    8.35 +# `allegro-config' missing.
    8.36 +# NOTE: For the following Autoconf macro to be supported, you need to extract
    8.37 +#       allegro.m4 from the DOS/Windows Allegro sources (the file is contained
    8.38 +#       in `misc') and copy it to this directory or MSYS's `/share/aclocal'.
    8.39 +if test "$OS" != "win"; then
    8.40 +   AM_PATH_ALLEGRO(, , AC_MSG_ERROR(building B-em requires Allegro to be installed))
    8.41 +fi
    8.42 +
    8.43 +AC_CHECK_LIB([openal], [alGetError], [], \
    8.44 +	[echo "You need to install the OpenAL library."
    8.45 +	 exit -1])
    8.46 +AC_CHECK_LIB([alut], [alutInit], [], \
    8.47 +   [echo "You need to install the ALUT library."
    8.48 +    exit -1])
    8.49 +
    8.50 +
    8.51 +AC_OUTPUT([Makefile src/Makefile])
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/depcomp	Thu Sep 04 21:07:24 2014 +0100
     9.3 @@ -0,0 +1,1 @@
     9.4 +/usr/share/automake-1.11/depcomp
     9.5 \ No newline at end of file
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/install-sh	Thu Sep 04 21:07:24 2014 +0100
    10.3 @@ -0,0 +1,1 @@
    10.4 +/usr/share/automake-1.11/install-sh
    10.5 \ No newline at end of file
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/missing	Thu Sep 04 21:07:24 2014 +0100
    11.3 @@ -0,0 +1,1 @@
    11.4 +/usr/share/automake-1.11/missing
    11.5 \ No newline at end of file
    12.1 --- a/src/386.c	Mon Aug 25 15:22:51 2014 +0100
    12.2 +++ b/src/386.c	Thu Sep 04 21:07:24 2014 +0100
    12.3 @@ -8,7 +8,6 @@
    12.4  #include "cpu.h"
    12.5  #include "fdc.h"
    12.6  #include "timer.h"
    12.7 -#include "video.h"
    12.8  
    12.9  
   12.10  x86seg *ea_seg;
   12.11 @@ -79,12 +78,12 @@
   12.12  #undef writememb
   12.13  
   12.14  
   12.15 -#define readmemb(s,a) ((readlookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF)?readmemb386l(s,a): *(uint8_t *)(readlookup2[((s)+(a))>>12] + (s) + (a)) )
   12.16 +#define readmemb(s,a) ((readlookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF)?readmemb386l(s,a): *(uint8_t *)(readlookup2[((s)+(a))>>12] + (s) + (a)) )
   12.17  
   12.18 -#define writememb(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF) writememb386l(s,a,v); else *(uint8_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   12.19 +#define writememb(s,a,v) if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF) writememb386l(s,a,v); else *(uint8_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   12.20  
   12.21 -#define writememw(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFE) writememwl(s,a,v); else *(uint16_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   12.22 -#define writememl(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFC) writememll(s,a,v); else *(uint32_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   12.23 +#define writememw(s,a,v) if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFE) writememwl(s,a,v); else *(uint16_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   12.24 +#define writememl(s,a,v) if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFC) writememll(s,a,v); else *(uint32_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   12.25  
   12.26  
   12.27  uint8_t romext[32768];
   12.28 @@ -292,9 +291,9 @@
   12.29          }
   12.30          if (easeg != 0xFFFFFFFF && ((easeg + eaaddr) & 0xFFF) <= 0xFFC)
   12.31          {
   12.32 -                if ( readlookup2[(easeg + eaaddr) >> 12] != 0xFFFFFFFF)
   12.33 +                if ( readlookup2[(easeg + eaaddr) >> 12] != -1)
   12.34                     eal_r = (uint32_t *)(readlookup2[(easeg + eaaddr) >> 12] + easeg + eaaddr);
   12.35 -                if (writelookup2[(easeg + eaaddr) >> 12] != 0xFFFFFFFF)
   12.36 +                if (writelookup2[(easeg + eaaddr) >> 12] != -1)
   12.37                     eal_w = (uint32_t *)(writelookup2[(easeg + eaaddr) >> 12] + easeg + eaaddr);
   12.38          }
   12.39  }
   12.40 @@ -333,9 +332,9 @@
   12.41          }
   12.42          if (easeg != 0xFFFFFFFF && ((easeg + eaaddr) & 0xFFF) <= 0xFFC)
   12.43          {
   12.44 -                if ( readlookup2[(easeg + eaaddr) >> 12] != 0xFFFFFFFF)
   12.45 +                if ( readlookup2[(easeg + eaaddr) >> 12] != -1)
   12.46                     eal_r = (uint32_t *)(readlookup2[(easeg + eaaddr) >> 12] + easeg + eaaddr);
   12.47 -                if (writelookup2[(easeg + eaaddr) >> 12] != 0xFFFFFFFF)
   12.48 +                if (writelookup2[(easeg + eaaddr) >> 12] != -1)
   12.49                     eal_w = (uint32_t *)(writelookup2[(easeg + eaaddr) >> 12] + easeg + eaaddr);
   12.50          }
   12.51  }
    13.1 --- a/src/808x.c	Mon Aug 25 15:22:51 2014 +0100
    13.2 +++ b/src/808x.c	Thu Sep 04 21:07:24 2014 +0100
    13.3 @@ -42,20 +42,20 @@
    13.4  uint8_t readmemb(uint32_t a)
    13.5  {
    13.6          if (a!=(cs+pc)) memcycs+=4;
    13.7 -        if (readlookup2[(a)>>12]==0xFFFFFFFF) return readmembl(a);
    13.8 +        if (readlookup2[(a)>>12]==-1) return readmembl(a);
    13.9          else return *(uint8_t *)(readlookup2[(a) >> 12] + (a));
   13.10  }
   13.11  
   13.12  uint8_t readmembf(uint32_t a)
   13.13  {
   13.14 -        if (readlookup2[(a)>>12]==0xFFFFFFFF) return readmembl(a);
   13.15 +        if (readlookup2[(a)>>12]==-1) return readmembl(a);
   13.16          else return *(uint8_t *)(readlookup2[(a) >> 12] + (a));
   13.17  }
   13.18  
   13.19  uint16_t readmemw(uint32_t s, uint16_t a)
   13.20  {
   13.21          if (a!=(cs+pc)) memcycs+=(8>>is8086);
   13.22 -        if ((readlookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF)) return readmemwl(s,a);
   13.23 +        if ((readlookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF)) return readmemwl(s,a);
   13.24          else return *(uint16_t *)(readlookup2[(s + a) >> 12] + s + a);
   13.25  }
   13.26  
   13.27 @@ -72,20 +72,20 @@
   13.28  void writememb(uint32_t a, uint8_t v)
   13.29  {
   13.30          memcycs+=4;
   13.31 -        if (writelookup2[(a)>>12]==0xFFFFFFFF) writemembl(a,v);
   13.32 +        if (writelookup2[(a)>>12]==-1) writemembl(a,v);
   13.33          else *(uint8_t *)(writelookup2[a >> 12] + a) = v;
   13.34  }
   13.35  void writememwl(uint32_t seg, uint32_t addr, uint16_t val);
   13.36  void writememw(uint32_t s, uint32_t a, uint16_t v)
   13.37  {
   13.38          memcycs+=(8>>is8086);
   13.39 -        if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF) writememwl(s,a,v);
   13.40 +        if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF) writememwl(s,a,v);
   13.41          else *(uint16_t *)(writelookup2[(s + a) >> 12] + s + a) = v;
   13.42  }
   13.43  void writememll(uint32_t seg, uint32_t addr, uint32_t val);
   13.44  void writememl(uint32_t s, uint32_t a, uint32_t v)
   13.45  {
   13.46 -        if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF) writememll(s,a,v);
   13.47 +        if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF) writememll(s,a,v);
   13.48          else *(uint32_t *)(writelookup2[(s + a) >> 12] + s + a) = v;
   13.49  }
   13.50  
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/src/Makefile.am	Thu Sep 04 21:07:24 2014 +0100
    14.3 @@ -0,0 +1,41 @@
    14.4 +# Makefile.am for PCem
    14.5 +
    14.6 +bin_PROGRAMS = pcem
    14.7 +noinst_SCRIPTS = ../pcem
    14.8 +CLEANFILES = $(noinst_SCRIPTS)
    14.9 +
   14.10 +../pcem: pcem
   14.11 +	cp pcem ..
   14.12 +
   14.13 +amrefresh:	
   14.14 +
   14.15 +
   14.16 +pcem_CFLAGS = $(allegro_CFLAGS)
   14.17 +
   14.18 +pcem_LDADD = $(allegro_LIBS) -lopenal -lalut
   14.19 +
   14.20 +pcem_SOURCES = 386.c 808x.c acer386sx.c ali1429.c allegro-gui.c allegro-gui-configure.c \
   14.21 +allegro-gui-hdconf.c allegro-joystick.c allegro-keyboard.c allegro-main.c  \
   14.22 +allegro-midi.c allegro-mouse.c allegro-video.c amstrad.c cdrom-ioctl-linux.c cdrom-null.c \
   14.23 +config.c cpu.c dac.c device.c dma.c fdc.c gameport.c headland.c i430vx.c ide.c io.c jim.c \
   14.24 +keyboard.c keyboard_amstrad.c keyboard_at.c keyboard_olim24.c keyboard_pcjr.c keyboard_xt.c \
   14.25 +linux-time.c lpt.c mcr.c mem.c model.c mouse.c mouse_ps2.c mouse_serial.c neat.c nvr.c \
   14.26 +olivetti_m24.c opti.c pc.c pci.c pic.c piix.c pit.c ppi.c rom.c serial.c sis496.c sound.c \
   14.27 +sound_ad1848.c sound_adlib.c sound_adlibgold.c sound_cms.c sound_emu8k.c sound_gus.c \
   14.28 +sound_mpu401_uart.c sound_opl.c sound_pas16.c sound_sb.c sound_sb_dsp.c sound_sn76489.c \
   14.29 +sound_speaker.c sound_ssi2001.c sound_wss.c soundopenal.c thread-pthread.c timer.c um8669f.c \
   14.30 +um8881f.c vid_ati_eeprom.c vid_ati_mach64.c vid_ati18800.c vid_ati28800.c vid_ati68860_ramdac.c \
   14.31 +vid_cga.c vid_cl5429.c vid_ega.c vid_et4000.c vid_et4000w32.c vid_hercules.c vid_icd2061.c \
   14.32 +vid_ics2595.c vid_mda.c vid_olivetti_m24.c vid_oti067.c vid_paradise.c vid_pc200.c \
   14.33 +vid_pc1512.c vid_pc1640.c vid_pcjr.c vid_s3.c vid_s3_virge.c vid_sdac_ramdac.c \
   14.34 +vid_stg_ramdac.c vid_svga.c vid_svga_render.c vid_tandy.c vid_tgui9440.c \
   14.35 +vid_tkd8001_ramdac.c vid_tvga.c vid_unk_ramdac.c vid_vga.c vid_voodoo.c video.c wd76c10.c \
   14.36 +x86seg.c x87.c xtide.c sound_dbopl.cc sound_resid.cc dosbox/dbopl.cpp \
   14.37 +resid-fp/convolve.cc resid-fp/convolve-sse.cc resid-fp/envelope.cc \
   14.38 +resid-fp/extfilt.cc resid-fp/filter.cc resid-fp/pot.cc resid-fp/sid.cc \
   14.39 +resid-fp/voice.cc resid-fp/wave6581_PS_.cc resid-fp/wave6581_PST.cc \
   14.40 +resid-fp/wave6581_P_T.cc resid-fp/wave6581__ST.cc resid-fp/wave8580_PS_.cc \
   14.41 +resid-fp/wave8580_PST.cc resid-fp/wave8580_P_T.cc resid-fp/wave8580__ST.cc \
   14.42 +resid-fp/wave.cc
   14.43 +
   14.44 +
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/src/Makefile.in	Thu Sep 04 21:07:24 2014 +0100
    15.3 @@ -0,0 +1,2581 @@
    15.4 +# Makefile.in generated by automake 1.11.1 from Makefile.am.
    15.5 +# @configure_input@
    15.6 +
    15.7 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    15.8 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    15.9 +# Inc.
   15.10 +# This Makefile.in is free software; the Free Software Foundation
   15.11 +# gives unlimited permission to copy and/or distribute it,
   15.12 +# with or without modifications, as long as this notice is preserved.
   15.13 +
   15.14 +# This program is distributed in the hope that it will be useful,
   15.15 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   15.16 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   15.17 +# PARTICULAR PURPOSE.
   15.18 +
   15.19 +@SET_MAKE@
   15.20 +
   15.21 +# Makefile.am for PCem
   15.22 +
   15.23 +
   15.24 +VPATH = @srcdir@
   15.25 +pkgdatadir = $(datadir)/@PACKAGE@
   15.26 +pkgincludedir = $(includedir)/@PACKAGE@
   15.27 +pkglibdir = $(libdir)/@PACKAGE@
   15.28 +pkglibexecdir = $(libexecdir)/@PACKAGE@
   15.29 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   15.30 +install_sh_DATA = $(install_sh) -c -m 644
   15.31 +install_sh_PROGRAM = $(install_sh) -c
   15.32 +install_sh_SCRIPT = $(install_sh) -c
   15.33 +INSTALL_HEADER = $(INSTALL_DATA)
   15.34 +transform = $(program_transform_name)
   15.35 +NORMAL_INSTALL = :
   15.36 +PRE_INSTALL = :
   15.37 +POST_INSTALL = :
   15.38 +NORMAL_UNINSTALL = :
   15.39 +PRE_UNINSTALL = :
   15.40 +POST_UNINSTALL = :
   15.41 +bin_PROGRAMS = pcem$(EXEEXT)
   15.42 +subdir = src
   15.43 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
   15.44 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   15.45 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   15.46 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   15.47 +	$(ACLOCAL_M4)
   15.48 +mkinstalldirs = $(install_sh) -d
   15.49 +CONFIG_CLEAN_FILES =
   15.50 +CONFIG_CLEAN_VPATH_FILES =
   15.51 +am__installdirs = "$(DESTDIR)$(bindir)"
   15.52 +PROGRAMS = $(bin_PROGRAMS)
   15.53 +am_pcem_OBJECTS = pcem-386.$(OBJEXT) pcem-808x.$(OBJEXT) \
   15.54 +	pcem-acer386sx.$(OBJEXT) pcem-ali1429.$(OBJEXT) \
   15.55 +	pcem-allegro-gui.$(OBJEXT) \
   15.56 +	pcem-allegro-gui-configure.$(OBJEXT) \
   15.57 +	pcem-allegro-gui-hdconf.$(OBJEXT) \
   15.58 +	pcem-allegro-joystick.$(OBJEXT) \
   15.59 +	pcem-allegro-keyboard.$(OBJEXT) pcem-allegro-main.$(OBJEXT) \
   15.60 +	pcem-allegro-midi.$(OBJEXT) pcem-allegro-mouse.$(OBJEXT) \
   15.61 +	pcem-allegro-video.$(OBJEXT) pcem-amstrad.$(OBJEXT) \
   15.62 +	pcem-cdrom-ioctl-linux.$(OBJEXT) pcem-cdrom-null.$(OBJEXT) \
   15.63 +	pcem-config.$(OBJEXT) pcem-cpu.$(OBJEXT) pcem-dac.$(OBJEXT) \
   15.64 +	pcem-device.$(OBJEXT) pcem-dma.$(OBJEXT) pcem-fdc.$(OBJEXT) \
   15.65 +	pcem-gameport.$(OBJEXT) pcem-headland.$(OBJEXT) \
   15.66 +	pcem-i430vx.$(OBJEXT) pcem-ide.$(OBJEXT) pcem-io.$(OBJEXT) \
   15.67 +	pcem-jim.$(OBJEXT) pcem-keyboard.$(OBJEXT) \
   15.68 +	pcem-keyboard_amstrad.$(OBJEXT) pcem-keyboard_at.$(OBJEXT) \
   15.69 +	pcem-keyboard_olim24.$(OBJEXT) pcem-keyboard_pcjr.$(OBJEXT) \
   15.70 +	pcem-keyboard_xt.$(OBJEXT) pcem-linux-time.$(OBJEXT) \
   15.71 +	pcem-lpt.$(OBJEXT) pcem-mcr.$(OBJEXT) pcem-mem.$(OBJEXT) \
   15.72 +	pcem-model.$(OBJEXT) pcem-mouse.$(OBJEXT) \
   15.73 +	pcem-mouse_ps2.$(OBJEXT) pcem-mouse_serial.$(OBJEXT) \
   15.74 +	pcem-neat.$(OBJEXT) pcem-nvr.$(OBJEXT) \
   15.75 +	pcem-olivetti_m24.$(OBJEXT) pcem-opti.$(OBJEXT) \
   15.76 +	pcem-pc.$(OBJEXT) pcem-pci.$(OBJEXT) pcem-pic.$(OBJEXT) \
   15.77 +	pcem-piix.$(OBJEXT) pcem-pit.$(OBJEXT) pcem-ppi.$(OBJEXT) \
   15.78 +	pcem-rom.$(OBJEXT) pcem-serial.$(OBJEXT) pcem-sis496.$(OBJEXT) \
   15.79 +	pcem-sound.$(OBJEXT) pcem-sound_ad1848.$(OBJEXT) \
   15.80 +	pcem-sound_adlib.$(OBJEXT) pcem-sound_adlibgold.$(OBJEXT) \
   15.81 +	pcem-sound_cms.$(OBJEXT) pcem-sound_emu8k.$(OBJEXT) \
   15.82 +	pcem-sound_gus.$(OBJEXT) pcem-sound_mpu401_uart.$(OBJEXT) \
   15.83 +	pcem-sound_opl.$(OBJEXT) pcem-sound_pas16.$(OBJEXT) \
   15.84 +	pcem-sound_sb.$(OBJEXT) pcem-sound_sb_dsp.$(OBJEXT) \
   15.85 +	pcem-sound_sn76489.$(OBJEXT) pcem-sound_speaker.$(OBJEXT) \
   15.86 +	pcem-sound_ssi2001.$(OBJEXT) pcem-sound_wss.$(OBJEXT) \
   15.87 +	pcem-soundopenal.$(OBJEXT) pcem-thread-pthread.$(OBJEXT) \
   15.88 +	pcem-timer.$(OBJEXT) pcem-um8669f.$(OBJEXT) \
   15.89 +	pcem-um8881f.$(OBJEXT) pcem-vid_ati_eeprom.$(OBJEXT) \
   15.90 +	pcem-vid_ati_mach64.$(OBJEXT) pcem-vid_ati18800.$(OBJEXT) \
   15.91 +	pcem-vid_ati28800.$(OBJEXT) pcem-vid_ati68860_ramdac.$(OBJEXT) \
   15.92 +	pcem-vid_cga.$(OBJEXT) pcem-vid_cl5429.$(OBJEXT) \
   15.93 +	pcem-vid_ega.$(OBJEXT) pcem-vid_et4000.$(OBJEXT) \
   15.94 +	pcem-vid_et4000w32.$(OBJEXT) pcem-vid_hercules.$(OBJEXT) \
   15.95 +	pcem-vid_icd2061.$(OBJEXT) pcem-vid_ics2595.$(OBJEXT) \
   15.96 +	pcem-vid_mda.$(OBJEXT) pcem-vid_olivetti_m24.$(OBJEXT) \
   15.97 +	pcem-vid_oti067.$(OBJEXT) pcem-vid_paradise.$(OBJEXT) \
   15.98 +	pcem-vid_pc200.$(OBJEXT) pcem-vid_pc1512.$(OBJEXT) \
   15.99 +	pcem-vid_pc1640.$(OBJEXT) pcem-vid_pcjr.$(OBJEXT) \
  15.100 +	pcem-vid_s3.$(OBJEXT) pcem-vid_s3_virge.$(OBJEXT) \
  15.101 +	pcem-vid_sdac_ramdac.$(OBJEXT) pcem-vid_stg_ramdac.$(OBJEXT) \
  15.102 +	pcem-vid_svga.$(OBJEXT) pcem-vid_svga_render.$(OBJEXT) \
  15.103 +	pcem-vid_tandy.$(OBJEXT) pcem-vid_tgui9440.$(OBJEXT) \
  15.104 +	pcem-vid_tkd8001_ramdac.$(OBJEXT) pcem-vid_tvga.$(OBJEXT) \
  15.105 +	pcem-vid_unk_ramdac.$(OBJEXT) pcem-vid_vga.$(OBJEXT) \
  15.106 +	pcem-vid_voodoo.$(OBJEXT) pcem-video.$(OBJEXT) \
  15.107 +	pcem-wd76c10.$(OBJEXT) pcem-x86seg.$(OBJEXT) \
  15.108 +	pcem-x87.$(OBJEXT) pcem-xtide.$(OBJEXT) sound_dbopl.$(OBJEXT) \
  15.109 +	sound_resid.$(OBJEXT) dbopl.$(OBJEXT) convolve.$(OBJEXT) \
  15.110 +	convolve-sse.$(OBJEXT) envelope.$(OBJEXT) extfilt.$(OBJEXT) \
  15.111 +	filter.$(OBJEXT) pot.$(OBJEXT) sid.$(OBJEXT) voice.$(OBJEXT) \
  15.112 +	wave6581_PS_.$(OBJEXT) wave6581_PST.$(OBJEXT) \
  15.113 +	wave6581_P_T.$(OBJEXT) wave6581__ST.$(OBJEXT) \
  15.114 +	wave8580_PS_.$(OBJEXT) wave8580_PST.$(OBJEXT) \
  15.115 +	wave8580_P_T.$(OBJEXT) wave8580__ST.$(OBJEXT) wave.$(OBJEXT)
  15.116 +pcem_OBJECTS = $(am_pcem_OBJECTS)
  15.117 +am__DEPENDENCIES_1 =
  15.118 +pcem_DEPENDENCIES = $(am__DEPENDENCIES_1)
  15.119 +SCRIPTS = $(noinst_SCRIPTS)
  15.120 +DEFAULT_INCLUDES = -I.@am__isrc@
  15.121 +depcomp = $(SHELL) $(top_srcdir)/depcomp
  15.122 +am__depfiles_maybe = depfiles
  15.123 +am__mv = mv -f
  15.124 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  15.125 +	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  15.126 +CCLD = $(CC)
  15.127 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  15.128 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  15.129 +	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  15.130 +CXXLD = $(CXX)
  15.131 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
  15.132 +	-o $@
  15.133 +SOURCES = $(pcem_SOURCES)
  15.134 +DIST_SOURCES = $(pcem_SOURCES)
  15.135 +ETAGS = etags
  15.136 +CTAGS = ctags
  15.137 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  15.138 +ACLOCAL = @ACLOCAL@
  15.139 +ALLEGRO_CONFIG = @ALLEGRO_CONFIG@
  15.140 +AMTAR = @AMTAR@
  15.141 +AUTOCONF = @AUTOCONF@
  15.142 +AUTOHEADER = @AUTOHEADER@
  15.143 +AUTOMAKE = @AUTOMAKE@
  15.144 +AWK = @AWK@
  15.145 +CC = @CC@
  15.146 +CCDEPMODE = @CCDEPMODE@
  15.147 +CFLAGS = @CFLAGS@
  15.148 +CPPFLAGS = @CPPFLAGS@
  15.149 +CXX = @CXX@
  15.150 +CXXDEPMODE = @CXXDEPMODE@
  15.151 +CXXFLAGS = @CXXFLAGS@
  15.152 +CYGPATH_W = @CYGPATH_W@
  15.153 +DEFS = @DEFS@
  15.154 +DEPDIR = @DEPDIR@
  15.155 +ECHO_C = @ECHO_C@
  15.156 +ECHO_N = @ECHO_N@
  15.157 +ECHO_T = @ECHO_T@
  15.158 +EXEEXT = @EXEEXT@
  15.159 +INSTALL = @INSTALL@
  15.160 +INSTALL_DATA = @INSTALL_DATA@
  15.161 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
  15.162 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
  15.163 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  15.164 +LDFLAGS = @LDFLAGS@
  15.165 +LIBOBJS = @LIBOBJS@
  15.166 +LIBS = @LIBS@
  15.167 +LTLIBOBJS = @LTLIBOBJS@
  15.168 +MAKEINFO = @MAKEINFO@
  15.169 +MKDIR_P = @MKDIR_P@
  15.170 +OBJEXT = @OBJEXT@
  15.171 +PACKAGE = @PACKAGE@
  15.172 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  15.173 +PACKAGE_NAME = @PACKAGE_NAME@
  15.174 +PACKAGE_STRING = @PACKAGE_STRING@
  15.175 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
  15.176 +PACKAGE_URL = @PACKAGE_URL@
  15.177 +PACKAGE_VERSION = @PACKAGE_VERSION@
  15.178 +PATH_SEPARATOR = @PATH_SEPARATOR@
  15.179 +SET_MAKE = @SET_MAKE@
  15.180 +SHELL = @SHELL@
  15.181 +STRIP = @STRIP@
  15.182 +VERSION = @VERSION@
  15.183 +abs_builddir = @abs_builddir@
  15.184 +abs_srcdir = @abs_srcdir@
  15.185 +abs_top_builddir = @abs_top_builddir@
  15.186 +abs_top_srcdir = @abs_top_srcdir@
  15.187 +ac_ct_CC = @ac_ct_CC@
  15.188 +ac_ct_CXX = @ac_ct_CXX@
  15.189 +allegro_CFLAGS = @allegro_CFLAGS@
  15.190 +allegro_LIBS = @allegro_LIBS@
  15.191 +am__include = @am__include@
  15.192 +am__leading_dot = @am__leading_dot@
  15.193 +am__quote = @am__quote@
  15.194 +am__tar = @am__tar@
  15.195 +am__untar = @am__untar@
  15.196 +bindir = @bindir@
  15.197 +build_alias = @build_alias@
  15.198 +builddir = @builddir@
  15.199 +datadir = @datadir@
  15.200 +datarootdir = @datarootdir@
  15.201 +docdir = @docdir@
  15.202 +dvidir = @dvidir@
  15.203 +exec_prefix = @exec_prefix@
  15.204 +host_alias = @host_alias@
  15.205 +htmldir = @htmldir@
  15.206 +includedir = @includedir@
  15.207 +infodir = @infodir@
  15.208 +install_sh = @install_sh@
  15.209 +libdir = @libdir@
  15.210 +libexecdir = @libexecdir@
  15.211 +localedir = @localedir@
  15.212 +localstatedir = @localstatedir@
  15.213 +mandir = @mandir@
  15.214 +mkdir_p = @mkdir_p@
  15.215 +oldincludedir = @oldincludedir@
  15.216 +pdfdir = @pdfdir@
  15.217 +prefix = @prefix@
  15.218 +program_transform_name = @program_transform_name@
  15.219 +psdir = @psdir@
  15.220 +sbindir = @sbindir@
  15.221 +sharedstatedir = @sharedstatedir@
  15.222 +srcdir = @srcdir@
  15.223 +sysconfdir = @sysconfdir@
  15.224 +target_alias = @target_alias@
  15.225 +top_build_prefix = @top_build_prefix@
  15.226 +top_builddir = @top_builddir@
  15.227 +top_srcdir = @top_srcdir@
  15.228 +noinst_SCRIPTS = ../pcem
  15.229 +CLEANFILES = $(noinst_SCRIPTS)
  15.230 +pcem_CFLAGS = $(allegro_CFLAGS)
  15.231 +pcem_LDADD = $(allegro_LIBS) -lopenal -lalut
  15.232 +pcem_SOURCES = 386.c 808x.c acer386sx.c ali1429.c allegro-gui.c allegro-gui-configure.c \
  15.233 +allegro-gui-hdconf.c allegro-joystick.c allegro-keyboard.c allegro-main.c  \
  15.234 +allegro-midi.c allegro-mouse.c allegro-video.c amstrad.c cdrom-ioctl-linux.c cdrom-null.c \
  15.235 +config.c cpu.c dac.c device.c dma.c fdc.c gameport.c headland.c i430vx.c ide.c io.c jim.c \
  15.236 +keyboard.c keyboard_amstrad.c keyboard_at.c keyboard_olim24.c keyboard_pcjr.c keyboard_xt.c \
  15.237 +linux-time.c lpt.c mcr.c mem.c model.c mouse.c mouse_ps2.c mouse_serial.c neat.c nvr.c \
  15.238 +olivetti_m24.c opti.c pc.c pci.c pic.c piix.c pit.c ppi.c rom.c serial.c sis496.c sound.c \
  15.239 +sound_ad1848.c sound_adlib.c sound_adlibgold.c sound_cms.c sound_emu8k.c sound_gus.c \
  15.240 +sound_mpu401_uart.c sound_opl.c sound_pas16.c sound_sb.c sound_sb_dsp.c sound_sn76489.c \
  15.241 +sound_speaker.c sound_ssi2001.c sound_wss.c soundopenal.c thread-pthread.c timer.c um8669f.c \
  15.242 +um8881f.c vid_ati_eeprom.c vid_ati_mach64.c vid_ati18800.c vid_ati28800.c vid_ati68860_ramdac.c \
  15.243 +vid_cga.c vid_cl5429.c vid_ega.c vid_et4000.c vid_et4000w32.c vid_hercules.c vid_icd2061.c \
  15.244 +vid_ics2595.c vid_mda.c vid_olivetti_m24.c vid_oti067.c vid_paradise.c vid_pc200.c \
  15.245 +vid_pc1512.c vid_pc1640.c vid_pcjr.c vid_s3.c vid_s3_virge.c vid_sdac_ramdac.c \
  15.246 +vid_stg_ramdac.c vid_svga.c vid_svga_render.c vid_tandy.c vid_tgui9440.c \
  15.247 +vid_tkd8001_ramdac.c vid_tvga.c vid_unk_ramdac.c vid_vga.c vid_voodoo.c video.c wd76c10.c \
  15.248 +x86seg.c x87.c xtide.c sound_dbopl.cc sound_resid.cc dosbox/dbopl.cpp \
  15.249 +resid-fp/convolve.cc resid-fp/convolve-sse.cc resid-fp/envelope.cc \
  15.250 +resid-fp/extfilt.cc resid-fp/filter.cc resid-fp/pot.cc resid-fp/sid.cc \
  15.251 +resid-fp/voice.cc resid-fp/wave6581_PS_.cc resid-fp/wave6581_PST.cc \
  15.252 +resid-fp/wave6581_P_T.cc resid-fp/wave6581__ST.cc resid-fp/wave8580_PS_.cc \
  15.253 +resid-fp/wave8580_PST.cc resid-fp/wave8580_P_T.cc resid-fp/wave8580__ST.cc \
  15.254 +resid-fp/wave.cc
  15.255 +
  15.256 +all: all-am
  15.257 +
  15.258 +.SUFFIXES:
  15.259 +.SUFFIXES: .c .cc .cpp .o .obj
  15.260 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  15.261 +	@for dep in $?; do \
  15.262 +	  case '$(am__configure_deps)' in \
  15.263 +	    *$$dep*) \
  15.264 +	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  15.265 +	        && { if test -f $@; then exit 0; else break; fi; }; \
  15.266 +	      exit 1;; \
  15.267 +	  esac; \
  15.268 +	done; \
  15.269 +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  15.270 +	$(am__cd) $(top_srcdir) && \
  15.271 +	  $(AUTOMAKE) --gnu src/Makefile
  15.272 +.PRECIOUS: Makefile
  15.273 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  15.274 +	@case '$?' in \
  15.275 +	  *config.status*) \
  15.276 +	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  15.277 +	  *) \
  15.278 +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  15.279 +	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  15.280 +	esac;
  15.281 +
  15.282 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  15.283 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  15.284 +
  15.285 +$(top_srcdir)/configure:  $(am__configure_deps)
  15.286 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  15.287 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  15.288 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  15.289 +$(am__aclocal_m4_deps):
  15.290 +install-binPROGRAMS: $(bin_PROGRAMS)
  15.291 +	@$(NORMAL_INSTALL)
  15.292 +	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  15.293 +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  15.294 +	for p in $$list; do echo "$$p $$p"; done | \
  15.295 +	sed 's/$(EXEEXT)$$//' | \
  15.296 +	while read p p1; do if test -f $$p; \
  15.297 +	  then echo "$$p"; echo "$$p"; else :; fi; \
  15.298 +	done | \
  15.299 +	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  15.300 +	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  15.301 +	sed 'N;N;N;s,\n, ,g' | \
  15.302 +	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  15.303 +	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  15.304 +	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  15.305 +	    else { print "f", $$3 "/" $$4, $$1; } } \
  15.306 +	  END { for (d in files) print "f", d, files[d] }' | \
  15.307 +	while read type dir files; do \
  15.308 +	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  15.309 +	    test -z "$$files" || { \
  15.310 +	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  15.311 +	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  15.312 +	    } \
  15.313 +	; done
  15.314 +
  15.315 +uninstall-binPROGRAMS:
  15.316 +	@$(NORMAL_UNINSTALL)
  15.317 +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  15.318 +	files=`for p in $$list; do echo "$$p"; done | \
  15.319 +	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  15.320 +	      -e 's/$$/$(EXEEXT)/' `; \
  15.321 +	test -n "$$list" || exit 0; \
  15.322 +	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  15.323 +	cd "$(DESTDIR)$(bindir)" && rm -f $$files
  15.324 +
  15.325 +clean-binPROGRAMS:
  15.326 +	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  15.327 +pcem$(EXEEXT): $(pcem_OBJECTS) $(pcem_DEPENDENCIES) 
  15.328 +	@rm -f pcem$(EXEEXT)
  15.329 +	$(CXXLINK) $(pcem_OBJECTS) $(pcem_LDADD) $(LIBS)
  15.330 +
  15.331 +mostlyclean-compile:
  15.332 +	-rm -f *.$(OBJEXT)
  15.333 +
  15.334 +distclean-compile:
  15.335 +	-rm -f *.tab.c
  15.336 +
  15.337 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convolve-sse.Po@am__quote@
  15.338 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convolve.Po@am__quote@
  15.339 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbopl.Po@am__quote@
  15.340 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Po@am__quote@
  15.341 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extfilt.Po@am__quote@
  15.342 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
  15.343 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-386.Po@am__quote@
  15.344 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-808x.Po@am__quote@
  15.345 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-acer386sx.Po@am__quote@
  15.346 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-ali1429.Po@am__quote@
  15.347 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-gui-configure.Po@am__quote@
  15.348 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-gui-hdconf.Po@am__quote@
  15.349 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-gui.Po@am__quote@
  15.350 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-joystick.Po@am__quote@
  15.351 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-keyboard.Po@am__quote@
  15.352 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-main.Po@am__quote@
  15.353 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-midi.Po@am__quote@
  15.354 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-mouse.Po@am__quote@
  15.355 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-allegro-video.Po@am__quote@
  15.356 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-amstrad.Po@am__quote@
  15.357 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-cdrom-ioctl-linux.Po@am__quote@
  15.358 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-cdrom-null.Po@am__quote@
  15.359 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-config.Po@am__quote@
  15.360 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-cpu.Po@am__quote@
  15.361 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-dac.Po@am__quote@
  15.362 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-device.Po@am__quote@
  15.363 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-dma.Po@am__quote@
  15.364 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-fdc.Po@am__quote@
  15.365 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-gameport.Po@am__quote@
  15.366 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-headland.Po@am__quote@
  15.367 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-i430vx.Po@am__quote@
  15.368 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-ide.Po@am__quote@
  15.369 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-io.Po@am__quote@
  15.370 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-jim.Po@am__quote@
  15.371 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-keyboard.Po@am__quote@
  15.372 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-keyboard_amstrad.Po@am__quote@
  15.373 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-keyboard_at.Po@am__quote@
  15.374 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-keyboard_olim24.Po@am__quote@
  15.375 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-keyboard_pcjr.Po@am__quote@
  15.376 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-keyboard_xt.Po@am__quote@
  15.377 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-linux-time.Po@am__quote@
  15.378 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-lpt.Po@am__quote@
  15.379 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-mcr.Po@am__quote@
  15.380 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-mem.Po@am__quote@
  15.381 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-model.Po@am__quote@
  15.382 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-mouse.Po@am__quote@
  15.383 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-mouse_ps2.Po@am__quote@
  15.384 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-mouse_serial.Po@am__quote@
  15.385 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-neat.Po@am__quote@
  15.386 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-nvr.Po@am__quote@
  15.387 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-olivetti_m24.Po@am__quote@
  15.388 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-opti.Po@am__quote@
  15.389 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-pc.Po@am__quote@
  15.390 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-pci.Po@am__quote@
  15.391 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-pic.Po@am__quote@
  15.392 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-piix.Po@am__quote@
  15.393 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-pit.Po@am__quote@
  15.394 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-ppi.Po@am__quote@
  15.395 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-rom.Po@am__quote@
  15.396 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-serial.Po@am__quote@
  15.397 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sis496.Po@am__quote@
  15.398 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound.Po@am__quote@
  15.399 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_ad1848.Po@am__quote@
  15.400 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_adlib.Po@am__quote@
  15.401 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_adlibgold.Po@am__quote@
  15.402 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_cms.Po@am__quote@
  15.403 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_emu8k.Po@am__quote@
  15.404 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_gus.Po@am__quote@
  15.405 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_mpu401_uart.Po@am__quote@
  15.406 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_opl.Po@am__quote@
  15.407 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_pas16.Po@am__quote@
  15.408 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_sb.Po@am__quote@
  15.409 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_sb_dsp.Po@am__quote@
  15.410 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_sn76489.Po@am__quote@
  15.411 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_speaker.Po@am__quote@
  15.412 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_ssi2001.Po@am__quote@
  15.413 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-sound_wss.Po@am__quote@
  15.414 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-soundopenal.Po@am__quote@
  15.415 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-thread-pthread.Po@am__quote@
  15.416 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-timer.Po@am__quote@
  15.417 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-um8669f.Po@am__quote@
  15.418 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-um8881f.Po@am__quote@
  15.419 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ati18800.Po@am__quote@
  15.420 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ati28800.Po@am__quote@
  15.421 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ati68860_ramdac.Po@am__quote@
  15.422 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ati_eeprom.Po@am__quote@
  15.423 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ati_mach64.Po@am__quote@
  15.424 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_cga.Po@am__quote@
  15.425 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_cl5429.Po@am__quote@
  15.426 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ega.Po@am__quote@
  15.427 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_et4000.Po@am__quote@
  15.428 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_et4000w32.Po@am__quote@
  15.429 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_hercules.Po@am__quote@
  15.430 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_icd2061.Po@am__quote@
  15.431 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_ics2595.Po@am__quote@
  15.432 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_mda.Po@am__quote@
  15.433 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_olivetti_m24.Po@am__quote@
  15.434 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_oti067.Po@am__quote@
  15.435 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_paradise.Po@am__quote@
  15.436 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_pc1512.Po@am__quote@
  15.437 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_pc1640.Po@am__quote@
  15.438 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_pc200.Po@am__quote@
  15.439 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_pcjr.Po@am__quote@
  15.440 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_s3.Po@am__quote@
  15.441 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_s3_virge.Po@am__quote@
  15.442 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_sdac_ramdac.Po@am__quote@
  15.443 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_stg_ramdac.Po@am__quote@
  15.444 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_svga.Po@am__quote@
  15.445 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_svga_render.Po@am__quote@
  15.446 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_tandy.Po@am__quote@
  15.447 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_tgui9440.Po@am__quote@
  15.448 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_tkd8001_ramdac.Po@am__quote@
  15.449 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_tvga.Po@am__quote@
  15.450 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_unk_ramdac.Po@am__quote@
  15.451 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_vga.Po@am__quote@
  15.452 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-vid_voodoo.Po@am__quote@
  15.453 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-video.Po@am__quote@
  15.454 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-wd76c10.Po@am__quote@
  15.455 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-x86seg.Po@am__quote@
  15.456 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-x87.Po@am__quote@
  15.457 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcem-xtide.Po@am__quote@
  15.458 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pot.Po@am__quote@
  15.459 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sid.Po@am__quote@
  15.460 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_dbopl.Po@am__quote@
  15.461 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_resid.Po@am__quote@
  15.462 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voice.Po@am__quote@
  15.463 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave.Po@am__quote@
  15.464 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave6581_PST.Po@am__quote@
  15.465 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave6581_PS_.Po@am__quote@
  15.466 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave6581_P_T.Po@am__quote@
  15.467 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave6581__ST.Po@am__quote@
  15.468 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave8580_PST.Po@am__quote@
  15.469 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave8580_PS_.Po@am__quote@
  15.470 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave8580_P_T.Po@am__quote@
  15.471 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wave8580__ST.Po@am__quote@
  15.472 +
  15.473 +.c.o:
  15.474 +@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  15.475 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  15.476 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  15.477 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.478 +@am__fastdepCC_FALSE@	$(COMPILE) -c $<
  15.479 +
  15.480 +.c.obj:
  15.481 +@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  15.482 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  15.483 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  15.484 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.485 +@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  15.486 +
  15.487 +pcem-386.o: 386.c
  15.488 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-386.o -MD -MP -MF $(DEPDIR)/pcem-386.Tpo -c -o pcem-386.o `test -f '386.c' || echo '$(srcdir)/'`386.c
  15.489 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-386.Tpo $(DEPDIR)/pcem-386.Po
  15.490 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='386.c' object='pcem-386.o' libtool=no @AMDEPBACKSLASH@
  15.491 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.492 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-386.o `test -f '386.c' || echo '$(srcdir)/'`386.c
  15.493 +
  15.494 +pcem-386.obj: 386.c
  15.495 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-386.obj -MD -MP -MF $(DEPDIR)/pcem-386.Tpo -c -o pcem-386.obj `if test -f '386.c'; then $(CYGPATH_W) '386.c'; else $(CYGPATH_W) '$(srcdir)/386.c'; fi`
  15.496 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-386.Tpo $(DEPDIR)/pcem-386.Po
  15.497 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='386.c' object='pcem-386.obj' libtool=no @AMDEPBACKSLASH@
  15.498 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.499 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-386.obj `if test -f '386.c'; then $(CYGPATH_W) '386.c'; else $(CYGPATH_W) '$(srcdir)/386.c'; fi`
  15.500 +
  15.501 +pcem-808x.o: 808x.c
  15.502 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-808x.o -MD -MP -MF $(DEPDIR)/pcem-808x.Tpo -c -o pcem-808x.o `test -f '808x.c' || echo '$(srcdir)/'`808x.c
  15.503 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-808x.Tpo $(DEPDIR)/pcem-808x.Po
  15.504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='808x.c' object='pcem-808x.o' libtool=no @AMDEPBACKSLASH@
  15.505 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.506 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-808x.o `test -f '808x.c' || echo '$(srcdir)/'`808x.c
  15.507 +
  15.508 +pcem-808x.obj: 808x.c
  15.509 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-808x.obj -MD -MP -MF $(DEPDIR)/pcem-808x.Tpo -c -o pcem-808x.obj `if test -f '808x.c'; then $(CYGPATH_W) '808x.c'; else $(CYGPATH_W) '$(srcdir)/808x.c'; fi`
  15.510 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-808x.Tpo $(DEPDIR)/pcem-808x.Po
  15.511 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='808x.c' object='pcem-808x.obj' libtool=no @AMDEPBACKSLASH@
  15.512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.513 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-808x.obj `if test -f '808x.c'; then $(CYGPATH_W) '808x.c'; else $(CYGPATH_W) '$(srcdir)/808x.c'; fi`
  15.514 +
  15.515 +pcem-acer386sx.o: acer386sx.c
  15.516 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-acer386sx.o -MD -MP -MF $(DEPDIR)/pcem-acer386sx.Tpo -c -o pcem-acer386sx.o `test -f 'acer386sx.c' || echo '$(srcdir)/'`acer386sx.c
  15.517 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-acer386sx.Tpo $(DEPDIR)/pcem-acer386sx.Po
  15.518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='acer386sx.c' object='pcem-acer386sx.o' libtool=no @AMDEPBACKSLASH@
  15.519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.520 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-acer386sx.o `test -f 'acer386sx.c' || echo '$(srcdir)/'`acer386sx.c
  15.521 +
  15.522 +pcem-acer386sx.obj: acer386sx.c
  15.523 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-acer386sx.obj -MD -MP -MF $(DEPDIR)/pcem-acer386sx.Tpo -c -o pcem-acer386sx.obj `if test -f 'acer386sx.c'; then $(CYGPATH_W) 'acer386sx.c'; else $(CYGPATH_W) '$(srcdir)/acer386sx.c'; fi`
  15.524 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-acer386sx.Tpo $(DEPDIR)/pcem-acer386sx.Po
  15.525 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='acer386sx.c' object='pcem-acer386sx.obj' libtool=no @AMDEPBACKSLASH@
  15.526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.527 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-acer386sx.obj `if test -f 'acer386sx.c'; then $(CYGPATH_W) 'acer386sx.c'; else $(CYGPATH_W) '$(srcdir)/acer386sx.c'; fi`
  15.528 +
  15.529 +pcem-ali1429.o: ali1429.c
  15.530 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-ali1429.o -MD -MP -MF $(DEPDIR)/pcem-ali1429.Tpo -c -o pcem-ali1429.o `test -f 'ali1429.c' || echo '$(srcdir)/'`ali1429.c
  15.531 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-ali1429.Tpo $(DEPDIR)/pcem-ali1429.Po
  15.532 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ali1429.c' object='pcem-ali1429.o' libtool=no @AMDEPBACKSLASH@
  15.533 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.534 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-ali1429.o `test -f 'ali1429.c' || echo '$(srcdir)/'`ali1429.c
  15.535 +
  15.536 +pcem-ali1429.obj: ali1429.c
  15.537 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-ali1429.obj -MD -MP -MF $(DEPDIR)/pcem-ali1429.Tpo -c -o pcem-ali1429.obj `if test -f 'ali1429.c'; then $(CYGPATH_W) 'ali1429.c'; else $(CYGPATH_W) '$(srcdir)/ali1429.c'; fi`
  15.538 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-ali1429.Tpo $(DEPDIR)/pcem-ali1429.Po
  15.539 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ali1429.c' object='pcem-ali1429.obj' libtool=no @AMDEPBACKSLASH@
  15.540 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.541 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-ali1429.obj `if test -f 'ali1429.c'; then $(CYGPATH_W) 'ali1429.c'; else $(CYGPATH_W) '$(srcdir)/ali1429.c'; fi`
  15.542 +
  15.543 +pcem-allegro-gui.o: allegro-gui.c
  15.544 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-gui.o -MD -MP -MF $(DEPDIR)/pcem-allegro-gui.Tpo -c -o pcem-allegro-gui.o `test -f 'allegro-gui.c' || echo '$(srcdir)/'`allegro-gui.c
  15.545 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-gui.Tpo $(DEPDIR)/pcem-allegro-gui.Po
  15.546 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-gui.c' object='pcem-allegro-gui.o' libtool=no @AMDEPBACKSLASH@
  15.547 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.548 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-gui.o `test -f 'allegro-gui.c' || echo '$(srcdir)/'`allegro-gui.c
  15.549 +
  15.550 +pcem-allegro-gui.obj: allegro-gui.c
  15.551 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-gui.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-gui.Tpo -c -o pcem-allegro-gui.obj `if test -f 'allegro-gui.c'; then $(CYGPATH_W) 'allegro-gui.c'; else $(CYGPATH_W) '$(srcdir)/allegro-gui.c'; fi`
  15.552 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-gui.Tpo $(DEPDIR)/pcem-allegro-gui.Po
  15.553 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-gui.c' object='pcem-allegro-gui.obj' libtool=no @AMDEPBACKSLASH@
  15.554 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.555 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-gui.obj `if test -f 'allegro-gui.c'; then $(CYGPATH_W) 'allegro-gui.c'; else $(CYGPATH_W) '$(srcdir)/allegro-gui.c'; fi`
  15.556 +
  15.557 +pcem-allegro-gui-configure.o: allegro-gui-configure.c
  15.558 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-gui-configure.o -MD -MP -MF $(DEPDIR)/pcem-allegro-gui-configure.Tpo -c -o pcem-allegro-gui-configure.o `test -f 'allegro-gui-configure.c' || echo '$(srcdir)/'`allegro-gui-configure.c
  15.559 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-gui-configure.Tpo $(DEPDIR)/pcem-allegro-gui-configure.Po
  15.560 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-gui-configure.c' object='pcem-allegro-gui-configure.o' libtool=no @AMDEPBACKSLASH@
  15.561 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.562 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-gui-configure.o `test -f 'allegro-gui-configure.c' || echo '$(srcdir)/'`allegro-gui-configure.c
  15.563 +
  15.564 +pcem-allegro-gui-configure.obj: allegro-gui-configure.c
  15.565 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-gui-configure.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-gui-configure.Tpo -c -o pcem-allegro-gui-configure.obj `if test -f 'allegro-gui-configure.c'; then $(CYGPATH_W) 'allegro-gui-configure.c'; else $(CYGPATH_W) '$(srcdir)/allegro-gui-configure.c'; fi`
  15.566 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-gui-configure.Tpo $(DEPDIR)/pcem-allegro-gui-configure.Po
  15.567 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-gui-configure.c' object='pcem-allegro-gui-configure.obj' libtool=no @AMDEPBACKSLASH@
  15.568 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.569 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-gui-configure.obj `if test -f 'allegro-gui-configure.c'; then $(CYGPATH_W) 'allegro-gui-configure.c'; else $(CYGPATH_W) '$(srcdir)/allegro-gui-configure.c'; fi`
  15.570 +
  15.571 +pcem-allegro-gui-hdconf.o: allegro-gui-hdconf.c
  15.572 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-gui-hdconf.o -MD -MP -MF $(DEPDIR)/pcem-allegro-gui-hdconf.Tpo -c -o pcem-allegro-gui-hdconf.o `test -f 'allegro-gui-hdconf.c' || echo '$(srcdir)/'`allegro-gui-hdconf.c
  15.573 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-gui-hdconf.Tpo $(DEPDIR)/pcem-allegro-gui-hdconf.Po
  15.574 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-gui-hdconf.c' object='pcem-allegro-gui-hdconf.o' libtool=no @AMDEPBACKSLASH@
  15.575 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.576 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-gui-hdconf.o `test -f 'allegro-gui-hdconf.c' || echo '$(srcdir)/'`allegro-gui-hdconf.c
  15.577 +
  15.578 +pcem-allegro-gui-hdconf.obj: allegro-gui-hdconf.c
  15.579 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-gui-hdconf.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-gui-hdconf.Tpo -c -o pcem-allegro-gui-hdconf.obj `if test -f 'allegro-gui-hdconf.c'; then $(CYGPATH_W) 'allegro-gui-hdconf.c'; else $(CYGPATH_W) '$(srcdir)/allegro-gui-hdconf.c'; fi`
  15.580 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-gui-hdconf.Tpo $(DEPDIR)/pcem-allegro-gui-hdconf.Po
  15.581 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-gui-hdconf.c' object='pcem-allegro-gui-hdconf.obj' libtool=no @AMDEPBACKSLASH@
  15.582 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.583 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-gui-hdconf.obj `if test -f 'allegro-gui-hdconf.c'; then $(CYGPATH_W) 'allegro-gui-hdconf.c'; else $(CYGPATH_W) '$(srcdir)/allegro-gui-hdconf.c'; fi`
  15.584 +
  15.585 +pcem-allegro-joystick.o: allegro-joystick.c
  15.586 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-joystick.o -MD -MP -MF $(DEPDIR)/pcem-allegro-joystick.Tpo -c -o pcem-allegro-joystick.o `test -f 'allegro-joystick.c' || echo '$(srcdir)/'`allegro-joystick.c
  15.587 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-joystick.Tpo $(DEPDIR)/pcem-allegro-joystick.Po
  15.588 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-joystick.c' object='pcem-allegro-joystick.o' libtool=no @AMDEPBACKSLASH@
  15.589 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.590 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-joystick.o `test -f 'allegro-joystick.c' || echo '$(srcdir)/'`allegro-joystick.c
  15.591 +
  15.592 +pcem-allegro-joystick.obj: allegro-joystick.c
  15.593 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-joystick.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-joystick.Tpo -c -o pcem-allegro-joystick.obj `if test -f 'allegro-joystick.c'; then $(CYGPATH_W) 'allegro-joystick.c'; else $(CYGPATH_W) '$(srcdir)/allegro-joystick.c'; fi`
  15.594 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-joystick.Tpo $(DEPDIR)/pcem-allegro-joystick.Po
  15.595 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-joystick.c' object='pcem-allegro-joystick.obj' libtool=no @AMDEPBACKSLASH@
  15.596 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.597 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-joystick.obj `if test -f 'allegro-joystick.c'; then $(CYGPATH_W) 'allegro-joystick.c'; else $(CYGPATH_W) '$(srcdir)/allegro-joystick.c'; fi`
  15.598 +
  15.599 +pcem-allegro-keyboard.o: allegro-keyboard.c
  15.600 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-keyboard.o -MD -MP -MF $(DEPDIR)/pcem-allegro-keyboard.Tpo -c -o pcem-allegro-keyboard.o `test -f 'allegro-keyboard.c' || echo '$(srcdir)/'`allegro-keyboard.c
  15.601 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-keyboard.Tpo $(DEPDIR)/pcem-allegro-keyboard.Po
  15.602 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-keyboard.c' object='pcem-allegro-keyboard.o' libtool=no @AMDEPBACKSLASH@
  15.603 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.604 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-keyboard.o `test -f 'allegro-keyboard.c' || echo '$(srcdir)/'`allegro-keyboard.c
  15.605 +
  15.606 +pcem-allegro-keyboard.obj: allegro-keyboard.c
  15.607 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-keyboard.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-keyboard.Tpo -c -o pcem-allegro-keyboard.obj `if test -f 'allegro-keyboard.c'; then $(CYGPATH_W) 'allegro-keyboard.c'; else $(CYGPATH_W) '$(srcdir)/allegro-keyboard.c'; fi`
  15.608 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-keyboard.Tpo $(DEPDIR)/pcem-allegro-keyboard.Po
  15.609 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-keyboard.c' object='pcem-allegro-keyboard.obj' libtool=no @AMDEPBACKSLASH@
  15.610 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.611 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-keyboard.obj `if test -f 'allegro-keyboard.c'; then $(CYGPATH_W) 'allegro-keyboard.c'; else $(CYGPATH_W) '$(srcdir)/allegro-keyboard.c'; fi`
  15.612 +
  15.613 +pcem-allegro-main.o: allegro-main.c
  15.614 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-main.o -MD -MP -MF $(DEPDIR)/pcem-allegro-main.Tpo -c -o pcem-allegro-main.o `test -f 'allegro-main.c' || echo '$(srcdir)/'`allegro-main.c
  15.615 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-main.Tpo $(DEPDIR)/pcem-allegro-main.Po
  15.616 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-main.c' object='pcem-allegro-main.o' libtool=no @AMDEPBACKSLASH@
  15.617 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.618 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-main.o `test -f 'allegro-main.c' || echo '$(srcdir)/'`allegro-main.c
  15.619 +
  15.620 +pcem-allegro-main.obj: allegro-main.c
  15.621 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-main.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-main.Tpo -c -o pcem-allegro-main.obj `if test -f 'allegro-main.c'; then $(CYGPATH_W) 'allegro-main.c'; else $(CYGPATH_W) '$(srcdir)/allegro-main.c'; fi`
  15.622 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-main.Tpo $(DEPDIR)/pcem-allegro-main.Po
  15.623 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-main.c' object='pcem-allegro-main.obj' libtool=no @AMDEPBACKSLASH@
  15.624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.625 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-main.obj `if test -f 'allegro-main.c'; then $(CYGPATH_W) 'allegro-main.c'; else $(CYGPATH_W) '$(srcdir)/allegro-main.c'; fi`
  15.626 +
  15.627 +pcem-allegro-midi.o: allegro-midi.c
  15.628 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-midi.o -MD -MP -MF $(DEPDIR)/pcem-allegro-midi.Tpo -c -o pcem-allegro-midi.o `test -f 'allegro-midi.c' || echo '$(srcdir)/'`allegro-midi.c
  15.629 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-midi.Tpo $(DEPDIR)/pcem-allegro-midi.Po
  15.630 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-midi.c' object='pcem-allegro-midi.o' libtool=no @AMDEPBACKSLASH@
  15.631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.632 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-midi.o `test -f 'allegro-midi.c' || echo '$(srcdir)/'`allegro-midi.c
  15.633 +
  15.634 +pcem-allegro-midi.obj: allegro-midi.c
  15.635 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-midi.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-midi.Tpo -c -o pcem-allegro-midi.obj `if test -f 'allegro-midi.c'; then $(CYGPATH_W) 'allegro-midi.c'; else $(CYGPATH_W) '$(srcdir)/allegro-midi.c'; fi`
  15.636 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-midi.Tpo $(DEPDIR)/pcem-allegro-midi.Po
  15.637 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-midi.c' object='pcem-allegro-midi.obj' libtool=no @AMDEPBACKSLASH@
  15.638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.639 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-midi.obj `if test -f 'allegro-midi.c'; then $(CYGPATH_W) 'allegro-midi.c'; else $(CYGPATH_W) '$(srcdir)/allegro-midi.c'; fi`
  15.640 +
  15.641 +pcem-allegro-mouse.o: allegro-mouse.c
  15.642 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-mouse.o -MD -MP -MF $(DEPDIR)/pcem-allegro-mouse.Tpo -c -o pcem-allegro-mouse.o `test -f 'allegro-mouse.c' || echo '$(srcdir)/'`allegro-mouse.c
  15.643 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-mouse.Tpo $(DEPDIR)/pcem-allegro-mouse.Po
  15.644 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-mouse.c' object='pcem-allegro-mouse.o' libtool=no @AMDEPBACKSLASH@
  15.645 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.646 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-mouse.o `test -f 'allegro-mouse.c' || echo '$(srcdir)/'`allegro-mouse.c
  15.647 +
  15.648 +pcem-allegro-mouse.obj: allegro-mouse.c
  15.649 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-mouse.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-mouse.Tpo -c -o pcem-allegro-mouse.obj `if test -f 'allegro-mouse.c'; then $(CYGPATH_W) 'allegro-mouse.c'; else $(CYGPATH_W) '$(srcdir)/allegro-mouse.c'; fi`
  15.650 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-mouse.Tpo $(DEPDIR)/pcem-allegro-mouse.Po
  15.651 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-mouse.c' object='pcem-allegro-mouse.obj' libtool=no @AMDEPBACKSLASH@
  15.652 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.653 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-mouse.obj `if test -f 'allegro-mouse.c'; then $(CYGPATH_W) 'allegro-mouse.c'; else $(CYGPATH_W) '$(srcdir)/allegro-mouse.c'; fi`
  15.654 +
  15.655 +pcem-allegro-video.o: allegro-video.c
  15.656 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-video.o -MD -MP -MF $(DEPDIR)/pcem-allegro-video.Tpo -c -o pcem-allegro-video.o `test -f 'allegro-video.c' || echo '$(srcdir)/'`allegro-video.c
  15.657 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-video.Tpo $(DEPDIR)/pcem-allegro-video.Po
  15.658 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-video.c' object='pcem-allegro-video.o' libtool=no @AMDEPBACKSLASH@
  15.659 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.660 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-video.o `test -f 'allegro-video.c' || echo '$(srcdir)/'`allegro-video.c
  15.661 +
  15.662 +pcem-allegro-video.obj: allegro-video.c
  15.663 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-allegro-video.obj -MD -MP -MF $(DEPDIR)/pcem-allegro-video.Tpo -c -o pcem-allegro-video.obj `if test -f 'allegro-video.c'; then $(CYGPATH_W) 'allegro-video.c'; else $(CYGPATH_W) '$(srcdir)/allegro-video.c'; fi`
  15.664 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-allegro-video.Tpo $(DEPDIR)/pcem-allegro-video.Po
  15.665 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allegro-video.c' object='pcem-allegro-video.obj' libtool=no @AMDEPBACKSLASH@
  15.666 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.667 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-allegro-video.obj `if test -f 'allegro-video.c'; then $(CYGPATH_W) 'allegro-video.c'; else $(CYGPATH_W) '$(srcdir)/allegro-video.c'; fi`
  15.668 +
  15.669 +pcem-amstrad.o: amstrad.c
  15.670 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-amstrad.o -MD -MP -MF $(DEPDIR)/pcem-amstrad.Tpo -c -o pcem-amstrad.o `test -f 'amstrad.c' || echo '$(srcdir)/'`amstrad.c
  15.671 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-amstrad.Tpo $(DEPDIR)/pcem-amstrad.Po
  15.672 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='amstrad.c' object='pcem-amstrad.o' libtool=no @AMDEPBACKSLASH@
  15.673 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.674 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-amstrad.o `test -f 'amstrad.c' || echo '$(srcdir)/'`amstrad.c
  15.675 +
  15.676 +pcem-amstrad.obj: amstrad.c
  15.677 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-amstrad.obj -MD -MP -MF $(DEPDIR)/pcem-amstrad.Tpo -c -o pcem-amstrad.obj `if test -f 'amstrad.c'; then $(CYGPATH_W) 'amstrad.c'; else $(CYGPATH_W) '$(srcdir)/amstrad.c'; fi`
  15.678 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-amstrad.Tpo $(DEPDIR)/pcem-amstrad.Po
  15.679 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='amstrad.c' object='pcem-amstrad.obj' libtool=no @AMDEPBACKSLASH@
  15.680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.681 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-amstrad.obj `if test -f 'amstrad.c'; then $(CYGPATH_W) 'amstrad.c'; else $(CYGPATH_W) '$(srcdir)/amstrad.c'; fi`
  15.682 +
  15.683 +pcem-cdrom-ioctl-linux.o: cdrom-ioctl-linux.c
  15.684 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-cdrom-ioctl-linux.o -MD -MP -MF $(DEPDIR)/pcem-cdrom-ioctl-linux.Tpo -c -o pcem-cdrom-ioctl-linux.o `test -f 'cdrom-ioctl-linux.c' || echo '$(srcdir)/'`cdrom-ioctl-linux.c
  15.685 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-cdrom-ioctl-linux.Tpo $(DEPDIR)/pcem-cdrom-ioctl-linux.Po
  15.686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cdrom-ioctl-linux.c' object='pcem-cdrom-ioctl-linux.o' libtool=no @AMDEPBACKSLASH@
  15.687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.688 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-cdrom-ioctl-linux.o `test -f 'cdrom-ioctl-linux.c' || echo '$(srcdir)/'`cdrom-ioctl-linux.c
  15.689 +
  15.690 +pcem-cdrom-ioctl-linux.obj: cdrom-ioctl-linux.c
  15.691 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-cdrom-ioctl-linux.obj -MD -MP -MF $(DEPDIR)/pcem-cdrom-ioctl-linux.Tpo -c -o pcem-cdrom-ioctl-linux.obj `if test -f 'cdrom-ioctl-linux.c'; then $(CYGPATH_W) 'cdrom-ioctl-linux.c'; else $(CYGPATH_W) '$(srcdir)/cdrom-ioctl-linux.c'; fi`
  15.692 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-cdrom-ioctl-linux.Tpo $(DEPDIR)/pcem-cdrom-ioctl-linux.Po
  15.693 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cdrom-ioctl-linux.c' object='pcem-cdrom-ioctl-linux.obj' libtool=no @AMDEPBACKSLASH@
  15.694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.695 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-cdrom-ioctl-linux.obj `if test -f 'cdrom-ioctl-linux.c'; then $(CYGPATH_W) 'cdrom-ioctl-linux.c'; else $(CYGPATH_W) '$(srcdir)/cdrom-ioctl-linux.c'; fi`
  15.696 +
  15.697 +pcem-cdrom-null.o: cdrom-null.c
  15.698 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-cdrom-null.o -MD -MP -MF $(DEPDIR)/pcem-cdrom-null.Tpo -c -o pcem-cdrom-null.o `test -f 'cdrom-null.c' || echo '$(srcdir)/'`cdrom-null.c
  15.699 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-cdrom-null.Tpo $(DEPDIR)/pcem-cdrom-null.Po
  15.700 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cdrom-null.c' object='pcem-cdrom-null.o' libtool=no @AMDEPBACKSLASH@
  15.701 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.702 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-cdrom-null.o `test -f 'cdrom-null.c' || echo '$(srcdir)/'`cdrom-null.c
  15.703 +
  15.704 +pcem-cdrom-null.obj: cdrom-null.c
  15.705 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-cdrom-null.obj -MD -MP -MF $(DEPDIR)/pcem-cdrom-null.Tpo -c -o pcem-cdrom-null.obj `if test -f 'cdrom-null.c'; then $(CYGPATH_W) 'cdrom-null.c'; else $(CYGPATH_W) '$(srcdir)/cdrom-null.c'; fi`
  15.706 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-cdrom-null.Tpo $(DEPDIR)/pcem-cdrom-null.Po
  15.707 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cdrom-null.c' object='pcem-cdrom-null.obj' libtool=no @AMDEPBACKSLASH@
  15.708 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.709 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-cdrom-null.obj `if test -f 'cdrom-null.c'; then $(CYGPATH_W) 'cdrom-null.c'; else $(CYGPATH_W) '$(srcdir)/cdrom-null.c'; fi`
  15.710 +
  15.711 +pcem-config.o: config.c
  15.712 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-config.o -MD -MP -MF $(DEPDIR)/pcem-config.Tpo -c -o pcem-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
  15.713 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-config.Tpo $(DEPDIR)/pcem-config.Po
  15.714 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config.c' object='pcem-config.o' libtool=no @AMDEPBACKSLASH@
  15.715 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.716 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
  15.717 +
  15.718 +pcem-config.obj: config.c
  15.719 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-config.obj -MD -MP -MF $(DEPDIR)/pcem-config.Tpo -c -o pcem-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
  15.720 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-config.Tpo $(DEPDIR)/pcem-config.Po
  15.721 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config.c' object='pcem-config.obj' libtool=no @AMDEPBACKSLASH@
  15.722 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.723 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
  15.724 +
  15.725 +pcem-cpu.o: cpu.c
  15.726 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-cpu.o -MD -MP -MF $(DEPDIR)/pcem-cpu.Tpo -c -o pcem-cpu.o `test -f 'cpu.c' || echo '$(srcdir)/'`cpu.c
  15.727 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-cpu.Tpo $(DEPDIR)/pcem-cpu.Po
  15.728 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cpu.c' object='pcem-cpu.o' libtool=no @AMDEPBACKSLASH@
  15.729 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.730 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-cpu.o `test -f 'cpu.c' || echo '$(srcdir)/'`cpu.c
  15.731 +
  15.732 +pcem-cpu.obj: cpu.c
  15.733 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-cpu.obj -MD -MP -MF $(DEPDIR)/pcem-cpu.Tpo -c -o pcem-cpu.obj `if test -f 'cpu.c'; then $(CYGPATH_W) 'cpu.c'; else $(CYGPATH_W) '$(srcdir)/cpu.c'; fi`
  15.734 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-cpu.Tpo $(DEPDIR)/pcem-cpu.Po
  15.735 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cpu.c' object='pcem-cpu.obj' libtool=no @AMDEPBACKSLASH@
  15.736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.737 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-cpu.obj `if test -f 'cpu.c'; then $(CYGPATH_W) 'cpu.c'; else $(CYGPATH_W) '$(srcdir)/cpu.c'; fi`
  15.738 +
  15.739 +pcem-dac.o: dac.c
  15.740 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-dac.o -MD -MP -MF $(DEPDIR)/pcem-dac.Tpo -c -o pcem-dac.o `test -f 'dac.c' || echo '$(srcdir)/'`dac.c
  15.741 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-dac.Tpo $(DEPDIR)/pcem-dac.Po
  15.742 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dac.c' object='pcem-dac.o' libtool=no @AMDEPBACKSLASH@
  15.743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.744 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-dac.o `test -f 'dac.c' || echo '$(srcdir)/'`dac.c
  15.745 +
  15.746 +pcem-dac.obj: dac.c
  15.747 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-dac.obj -MD -MP -MF $(DEPDIR)/pcem-dac.Tpo -c -o pcem-dac.obj `if test -f 'dac.c'; then $(CYGPATH_W) 'dac.c'; else $(CYGPATH_W) '$(srcdir)/dac.c'; fi`
  15.748 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-dac.Tpo $(DEPDIR)/pcem-dac.Po
  15.749 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dac.c' object='pcem-dac.obj' libtool=no @AMDEPBACKSLASH@
  15.750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.751 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-dac.obj `if test -f 'dac.c'; then $(CYGPATH_W) 'dac.c'; else $(CYGPATH_W) '$(srcdir)/dac.c'; fi`
  15.752 +
  15.753 +pcem-device.o: device.c
  15.754 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-device.o -MD -MP -MF $(DEPDIR)/pcem-device.Tpo -c -o pcem-device.o `test -f 'device.c' || echo '$(srcdir)/'`device.c
  15.755 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-device.Tpo $(DEPDIR)/pcem-device.Po
  15.756 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='device.c' object='pcem-device.o' libtool=no @AMDEPBACKSLASH@
  15.757 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.758 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-device.o `test -f 'device.c' || echo '$(srcdir)/'`device.c
  15.759 +
  15.760 +pcem-device.obj: device.c
  15.761 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-device.obj -MD -MP -MF $(DEPDIR)/pcem-device.Tpo -c -o pcem-device.obj `if test -f 'device.c'; then $(CYGPATH_W) 'device.c'; else $(CYGPATH_W) '$(srcdir)/device.c'; fi`
  15.762 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-device.Tpo $(DEPDIR)/pcem-device.Po
  15.763 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='device.c' object='pcem-device.obj' libtool=no @AMDEPBACKSLASH@
  15.764 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.765 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-device.obj `if test -f 'device.c'; then $(CYGPATH_W) 'device.c'; else $(CYGPATH_W) '$(srcdir)/device.c'; fi`
  15.766 +
  15.767 +pcem-dma.o: dma.c
  15.768 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-dma.o -MD -MP -MF $(DEPDIR)/pcem-dma.Tpo -c -o pcem-dma.o `test -f 'dma.c' || echo '$(srcdir)/'`dma.c
  15.769 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-dma.Tpo $(DEPDIR)/pcem-dma.Po
  15.770 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dma.c' object='pcem-dma.o' libtool=no @AMDEPBACKSLASH@
  15.771 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.772 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-dma.o `test -f 'dma.c' || echo '$(srcdir)/'`dma.c
  15.773 +
  15.774 +pcem-dma.obj: dma.c
  15.775 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-dma.obj -MD -MP -MF $(DEPDIR)/pcem-dma.Tpo -c -o pcem-dma.obj `if test -f 'dma.c'; then $(CYGPATH_W) 'dma.c'; else $(CYGPATH_W) '$(srcdir)/dma.c'; fi`
  15.776 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-dma.Tpo $(DEPDIR)/pcem-dma.Po
  15.777 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dma.c' object='pcem-dma.obj' libtool=no @AMDEPBACKSLASH@
  15.778 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.779 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-dma.obj `if test -f 'dma.c'; then $(CYGPATH_W) 'dma.c'; else $(CYGPATH_W) '$(srcdir)/dma.c'; fi`
  15.780 +
  15.781 +pcem-fdc.o: fdc.c
  15.782 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-fdc.o -MD -MP -MF $(DEPDIR)/pcem-fdc.Tpo -c -o pcem-fdc.o `test -f 'fdc.c' || echo '$(srcdir)/'`fdc.c
  15.783 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-fdc.Tpo $(DEPDIR)/pcem-fdc.Po
  15.784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fdc.c' object='pcem-fdc.o' libtool=no @AMDEPBACKSLASH@
  15.785 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.786 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-fdc.o `test -f 'fdc.c' || echo '$(srcdir)/'`fdc.c
  15.787 +
  15.788 +pcem-fdc.obj: fdc.c
  15.789 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-fdc.obj -MD -MP -MF $(DEPDIR)/pcem-fdc.Tpo -c -o pcem-fdc.obj `if test -f 'fdc.c'; then $(CYGPATH_W) 'fdc.c'; else $(CYGPATH_W) '$(srcdir)/fdc.c'; fi`
  15.790 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-fdc.Tpo $(DEPDIR)/pcem-fdc.Po
  15.791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fdc.c' object='pcem-fdc.obj' libtool=no @AMDEPBACKSLASH@
  15.792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.793 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-fdc.obj `if test -f 'fdc.c'; then $(CYGPATH_W) 'fdc.c'; else $(CYGPATH_W) '$(srcdir)/fdc.c'; fi`
  15.794 +
  15.795 +pcem-gameport.o: gameport.c
  15.796 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-gameport.o -MD -MP -MF $(DEPDIR)/pcem-gameport.Tpo -c -o pcem-gameport.o `test -f 'gameport.c' || echo '$(srcdir)/'`gameport.c
  15.797 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-gameport.Tpo $(DEPDIR)/pcem-gameport.Po
  15.798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gameport.c' object='pcem-gameport.o' libtool=no @AMDEPBACKSLASH@
  15.799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.800 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-gameport.o `test -f 'gameport.c' || echo '$(srcdir)/'`gameport.c
  15.801 +
  15.802 +pcem-gameport.obj: gameport.c
  15.803 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-gameport.obj -MD -MP -MF $(DEPDIR)/pcem-gameport.Tpo -c -o pcem-gameport.obj `if test -f 'gameport.c'; then $(CYGPATH_W) 'gameport.c'; else $(CYGPATH_W) '$(srcdir)/gameport.c'; fi`
  15.804 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-gameport.Tpo $(DEPDIR)/pcem-gameport.Po
  15.805 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gameport.c' object='pcem-gameport.obj' libtool=no @AMDEPBACKSLASH@
  15.806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.807 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-gameport.obj `if test -f 'gameport.c'; then $(CYGPATH_W) 'gameport.c'; else $(CYGPATH_W) '$(srcdir)/gameport.c'; fi`
  15.808 +
  15.809 +pcem-headland.o: headland.c
  15.810 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-headland.o -MD -MP -MF $(DEPDIR)/pcem-headland.Tpo -c -o pcem-headland.o `test -f 'headland.c' || echo '$(srcdir)/'`headland.c
  15.811 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-headland.Tpo $(DEPDIR)/pcem-headland.Po
  15.812 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='headland.c' object='pcem-headland.o' libtool=no @AMDEPBACKSLASH@
  15.813 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.814 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-headland.o `test -f 'headland.c' || echo '$(srcdir)/'`headland.c
  15.815 +
  15.816 +pcem-headland.obj: headland.c
  15.817 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-headland.obj -MD -MP -MF $(DEPDIR)/pcem-headland.Tpo -c -o pcem-headland.obj `if test -f 'headland.c'; then $(CYGPATH_W) 'headland.c'; else $(CYGPATH_W) '$(srcdir)/headland.c'; fi`
  15.818 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-headland.Tpo $(DEPDIR)/pcem-headland.Po
  15.819 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='headland.c' object='pcem-headland.obj' libtool=no @AMDEPBACKSLASH@
  15.820 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.821 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-headland.obj `if test -f 'headland.c'; then $(CYGPATH_W) 'headland.c'; else $(CYGPATH_W) '$(srcdir)/headland.c'; fi`
  15.822 +
  15.823 +pcem-i430vx.o: i430vx.c
  15.824 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-i430vx.o -MD -MP -MF $(DEPDIR)/pcem-i430vx.Tpo -c -o pcem-i430vx.o `test -f 'i430vx.c' || echo '$(srcdir)/'`i430vx.c
  15.825 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-i430vx.Tpo $(DEPDIR)/pcem-i430vx.Po
  15.826 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='i430vx.c' object='pcem-i430vx.o' libtool=no @AMDEPBACKSLASH@
  15.827 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.828 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-i430vx.o `test -f 'i430vx.c' || echo '$(srcdir)/'`i430vx.c
  15.829 +
  15.830 +pcem-i430vx.obj: i430vx.c
  15.831 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-i430vx.obj -MD -MP -MF $(DEPDIR)/pcem-i430vx.Tpo -c -o pcem-i430vx.obj `if test -f 'i430vx.c'; then $(CYGPATH_W) 'i430vx.c'; else $(CYGPATH_W) '$(srcdir)/i430vx.c'; fi`
  15.832 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-i430vx.Tpo $(DEPDIR)/pcem-i430vx.Po
  15.833 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='i430vx.c' object='pcem-i430vx.obj' libtool=no @AMDEPBACKSLASH@
  15.834 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.835 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-i430vx.obj `if test -f 'i430vx.c'; then $(CYGPATH_W) 'i430vx.c'; else $(CYGPATH_W) '$(srcdir)/i430vx.c'; fi`
  15.836 +
  15.837 +pcem-ide.o: ide.c
  15.838 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-ide.o -MD -MP -MF $(DEPDIR)/pcem-ide.Tpo -c -o pcem-ide.o `test -f 'ide.c' || echo '$(srcdir)/'`ide.c
  15.839 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-ide.Tpo $(DEPDIR)/pcem-ide.Po
  15.840 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ide.c' object='pcem-ide.o' libtool=no @AMDEPBACKSLASH@
  15.841 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.842 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-ide.o `test -f 'ide.c' || echo '$(srcdir)/'`ide.c
  15.843 +
  15.844 +pcem-ide.obj: ide.c
  15.845 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-ide.obj -MD -MP -MF $(DEPDIR)/pcem-ide.Tpo -c -o pcem-ide.obj `if test -f 'ide.c'; then $(CYGPATH_W) 'ide.c'; else $(CYGPATH_W) '$(srcdir)/ide.c'; fi`
  15.846 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-ide.Tpo $(DEPDIR)/pcem-ide.Po
  15.847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ide.c' object='pcem-ide.obj' libtool=no @AMDEPBACKSLASH@
  15.848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.849 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-ide.obj `if test -f 'ide.c'; then $(CYGPATH_W) 'ide.c'; else $(CYGPATH_W) '$(srcdir)/ide.c'; fi`
  15.850 +
  15.851 +pcem-io.o: io.c
  15.852 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-io.o -MD -MP -MF $(DEPDIR)/pcem-io.Tpo -c -o pcem-io.o `test -f 'io.c' || echo '$(srcdir)/'`io.c
  15.853 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-io.Tpo $(DEPDIR)/pcem-io.Po
  15.854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='io.c' object='pcem-io.o' libtool=no @AMDEPBACKSLASH@
  15.855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.856 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-io.o `test -f 'io.c' || echo '$(srcdir)/'`io.c
  15.857 +
  15.858 +pcem-io.obj: io.c
  15.859 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-io.obj -MD -MP -MF $(DEPDIR)/pcem-io.Tpo -c -o pcem-io.obj `if test -f 'io.c'; then $(CYGPATH_W) 'io.c'; else $(CYGPATH_W) '$(srcdir)/io.c'; fi`
  15.860 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-io.Tpo $(DEPDIR)/pcem-io.Po
  15.861 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='io.c' object='pcem-io.obj' libtool=no @AMDEPBACKSLASH@
  15.862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.863 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-io.obj `if test -f 'io.c'; then $(CYGPATH_W) 'io.c'; else $(CYGPATH_W) '$(srcdir)/io.c'; fi`
  15.864 +
  15.865 +pcem-jim.o: jim.c
  15.866 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-jim.o -MD -MP -MF $(DEPDIR)/pcem-jim.Tpo -c -o pcem-jim.o `test -f 'jim.c' || echo '$(srcdir)/'`jim.c
  15.867 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-jim.Tpo $(DEPDIR)/pcem-jim.Po
  15.868 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jim.c' object='pcem-jim.o' libtool=no @AMDEPBACKSLASH@
  15.869 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.870 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-jim.o `test -f 'jim.c' || echo '$(srcdir)/'`jim.c
  15.871 +
  15.872 +pcem-jim.obj: jim.c
  15.873 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-jim.obj -MD -MP -MF $(DEPDIR)/pcem-jim.Tpo -c -o pcem-jim.obj `if test -f 'jim.c'; then $(CYGPATH_W) 'jim.c'; else $(CYGPATH_W) '$(srcdir)/jim.c'; fi`
  15.874 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-jim.Tpo $(DEPDIR)/pcem-jim.Po
  15.875 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jim.c' object='pcem-jim.obj' libtool=no @AMDEPBACKSLASH@
  15.876 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.877 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-jim.obj `if test -f 'jim.c'; then $(CYGPATH_W) 'jim.c'; else $(CYGPATH_W) '$(srcdir)/jim.c'; fi`
  15.878 +
  15.879 +pcem-keyboard.o: keyboard.c
  15.880 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard.o -MD -MP -MF $(DEPDIR)/pcem-keyboard.Tpo -c -o pcem-keyboard.o `test -f 'keyboard.c' || echo '$(srcdir)/'`keyboard.c
  15.881 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard.Tpo $(DEPDIR)/pcem-keyboard.Po
  15.882 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard.c' object='pcem-keyboard.o' libtool=no @AMDEPBACKSLASH@
  15.883 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.884 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard.o `test -f 'keyboard.c' || echo '$(srcdir)/'`keyboard.c
  15.885 +
  15.886 +pcem-keyboard.obj: keyboard.c
  15.887 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard.obj -MD -MP -MF $(DEPDIR)/pcem-keyboard.Tpo -c -o pcem-keyboard.obj `if test -f 'keyboard.c'; then $(CYGPATH_W) 'keyboard.c'; else $(CYGPATH_W) '$(srcdir)/keyboard.c'; fi`
  15.888 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard.Tpo $(DEPDIR)/pcem-keyboard.Po
  15.889 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard.c' object='pcem-keyboard.obj' libtool=no @AMDEPBACKSLASH@
  15.890 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.891 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard.obj `if test -f 'keyboard.c'; then $(CYGPATH_W) 'keyboard.c'; else $(CYGPATH_W) '$(srcdir)/keyboard.c'; fi`
  15.892 +
  15.893 +pcem-keyboard_amstrad.o: keyboard_amstrad.c
  15.894 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_amstrad.o -MD -MP -MF $(DEPDIR)/pcem-keyboard_amstrad.Tpo -c -o pcem-keyboard_amstrad.o `test -f 'keyboard_amstrad.c' || echo '$(srcdir)/'`keyboard_amstrad.c
  15.895 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_amstrad.Tpo $(DEPDIR)/pcem-keyboard_amstrad.Po
  15.896 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_amstrad.c' object='pcem-keyboard_amstrad.o' libtool=no @AMDEPBACKSLASH@
  15.897 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.898 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_amstrad.o `test -f 'keyboard_amstrad.c' || echo '$(srcdir)/'`keyboard_amstrad.c
  15.899 +
  15.900 +pcem-keyboard_amstrad.obj: keyboard_amstrad.c
  15.901 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_amstrad.obj -MD -MP -MF $(DEPDIR)/pcem-keyboard_amstrad.Tpo -c -o pcem-keyboard_amstrad.obj `if test -f 'keyboard_amstrad.c'; then $(CYGPATH_W) 'keyboard_amstrad.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_amstrad.c'; fi`
  15.902 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_amstrad.Tpo $(DEPDIR)/pcem-keyboard_amstrad.Po
  15.903 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_amstrad.c' object='pcem-keyboard_amstrad.obj' libtool=no @AMDEPBACKSLASH@
  15.904 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.905 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_amstrad.obj `if test -f 'keyboard_amstrad.c'; then $(CYGPATH_W) 'keyboard_amstrad.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_amstrad.c'; fi`
  15.906 +
  15.907 +pcem-keyboard_at.o: keyboard_at.c
  15.908 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_at.o -MD -MP -MF $(DEPDIR)/pcem-keyboard_at.Tpo -c -o pcem-keyboard_at.o `test -f 'keyboard_at.c' || echo '$(srcdir)/'`keyboard_at.c
  15.909 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_at.Tpo $(DEPDIR)/pcem-keyboard_at.Po
  15.910 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_at.c' object='pcem-keyboard_at.o' libtool=no @AMDEPBACKSLASH@
  15.911 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.912 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_at.o `test -f 'keyboard_at.c' || echo '$(srcdir)/'`keyboard_at.c
  15.913 +
  15.914 +pcem-keyboard_at.obj: keyboard_at.c
  15.915 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_at.obj -MD -MP -MF $(DEPDIR)/pcem-keyboard_at.Tpo -c -o pcem-keyboard_at.obj `if test -f 'keyboard_at.c'; then $(CYGPATH_W) 'keyboard_at.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_at.c'; fi`
  15.916 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_at.Tpo $(DEPDIR)/pcem-keyboard_at.Po
  15.917 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_at.c' object='pcem-keyboard_at.obj' libtool=no @AMDEPBACKSLASH@
  15.918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.919 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_at.obj `if test -f 'keyboard_at.c'; then $(CYGPATH_W) 'keyboard_at.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_at.c'; fi`
  15.920 +
  15.921 +pcem-keyboard_olim24.o: keyboard_olim24.c
  15.922 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_olim24.o -MD -MP -MF $(DEPDIR)/pcem-keyboard_olim24.Tpo -c -o pcem-keyboard_olim24.o `test -f 'keyboard_olim24.c' || echo '$(srcdir)/'`keyboard_olim24.c
  15.923 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_olim24.Tpo $(DEPDIR)/pcem-keyboard_olim24.Po
  15.924 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_olim24.c' object='pcem-keyboard_olim24.o' libtool=no @AMDEPBACKSLASH@
  15.925 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.926 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_olim24.o `test -f 'keyboard_olim24.c' || echo '$(srcdir)/'`keyboard_olim24.c
  15.927 +
  15.928 +pcem-keyboard_olim24.obj: keyboard_olim24.c
  15.929 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_olim24.obj -MD -MP -MF $(DEPDIR)/pcem-keyboard_olim24.Tpo -c -o pcem-keyboard_olim24.obj `if test -f 'keyboard_olim24.c'; then $(CYGPATH_W) 'keyboard_olim24.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_olim24.c'; fi`
  15.930 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_olim24.Tpo $(DEPDIR)/pcem-keyboard_olim24.Po
  15.931 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_olim24.c' object='pcem-keyboard_olim24.obj' libtool=no @AMDEPBACKSLASH@
  15.932 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.933 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_olim24.obj `if test -f 'keyboard_olim24.c'; then $(CYGPATH_W) 'keyboard_olim24.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_olim24.c'; fi`
  15.934 +
  15.935 +pcem-keyboard_pcjr.o: keyboard_pcjr.c
  15.936 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_pcjr.o -MD -MP -MF $(DEPDIR)/pcem-keyboard_pcjr.Tpo -c -o pcem-keyboard_pcjr.o `test -f 'keyboard_pcjr.c' || echo '$(srcdir)/'`keyboard_pcjr.c
  15.937 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_pcjr.Tpo $(DEPDIR)/pcem-keyboard_pcjr.Po
  15.938 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_pcjr.c' object='pcem-keyboard_pcjr.o' libtool=no @AMDEPBACKSLASH@
  15.939 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.940 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_pcjr.o `test -f 'keyboard_pcjr.c' || echo '$(srcdir)/'`keyboard_pcjr.c
  15.941 +
  15.942 +pcem-keyboard_pcjr.obj: keyboard_pcjr.c
  15.943 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_pcjr.obj -MD -MP -MF $(DEPDIR)/pcem-keyboard_pcjr.Tpo -c -o pcem-keyboard_pcjr.obj `if test -f 'keyboard_pcjr.c'; then $(CYGPATH_W) 'keyboard_pcjr.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_pcjr.c'; fi`
  15.944 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_pcjr.Tpo $(DEPDIR)/pcem-keyboard_pcjr.Po
  15.945 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_pcjr.c' object='pcem-keyboard_pcjr.obj' libtool=no @AMDEPBACKSLASH@
  15.946 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.947 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_pcjr.obj `if test -f 'keyboard_pcjr.c'; then $(CYGPATH_W) 'keyboard_pcjr.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_pcjr.c'; fi`
  15.948 +
  15.949 +pcem-keyboard_xt.o: keyboard_xt.c
  15.950 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_xt.o -MD -MP -MF $(DEPDIR)/pcem-keyboard_xt.Tpo -c -o pcem-keyboard_xt.o `test -f 'keyboard_xt.c' || echo '$(srcdir)/'`keyboard_xt.c
  15.951 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_xt.Tpo $(DEPDIR)/pcem-keyboard_xt.Po
  15.952 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_xt.c' object='pcem-keyboard_xt.o' libtool=no @AMDEPBACKSLASH@
  15.953 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.954 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_xt.o `test -f 'keyboard_xt.c' || echo '$(srcdir)/'`keyboard_xt.c
  15.955 +
  15.956 +pcem-keyboard_xt.obj: keyboard_xt.c
  15.957 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-keyboard_xt.obj -MD -MP -MF $(DEPDIR)/pcem-keyboard_xt.Tpo -c -o pcem-keyboard_xt.obj `if test -f 'keyboard_xt.c'; then $(CYGPATH_W) 'keyboard_xt.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_xt.c'; fi`
  15.958 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-keyboard_xt.Tpo $(DEPDIR)/pcem-keyboard_xt.Po
  15.959 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyboard_xt.c' object='pcem-keyboard_xt.obj' libtool=no @AMDEPBACKSLASH@
  15.960 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.961 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-keyboard_xt.obj `if test -f 'keyboard_xt.c'; then $(CYGPATH_W) 'keyboard_xt.c'; else $(CYGPATH_W) '$(srcdir)/keyboard_xt.c'; fi`
  15.962 +
  15.963 +pcem-linux-time.o: linux-time.c
  15.964 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-linux-time.o -MD -MP -MF $(DEPDIR)/pcem-linux-time.Tpo -c -o pcem-linux-time.o `test -f 'linux-time.c' || echo '$(srcdir)/'`linux-time.c
  15.965 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-linux-time.Tpo $(DEPDIR)/pcem-linux-time.Po
  15.966 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='linux-time.c' object='pcem-linux-time.o' libtool=no @AMDEPBACKSLASH@
  15.967 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.968 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-linux-time.o `test -f 'linux-time.c' || echo '$(srcdir)/'`linux-time.c
  15.969 +
  15.970 +pcem-linux-time.obj: linux-time.c
  15.971 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-linux-time.obj -MD -MP -MF $(DEPDIR)/pcem-linux-time.Tpo -c -o pcem-linux-time.obj `if test -f 'linux-time.c'; then $(CYGPATH_W) 'linux-time.c'; else $(CYGPATH_W) '$(srcdir)/linux-time.c'; fi`
  15.972 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-linux-time.Tpo $(DEPDIR)/pcem-linux-time.Po
  15.973 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='linux-time.c' object='pcem-linux-time.obj' libtool=no @AMDEPBACKSLASH@
  15.974 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.975 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-linux-time.obj `if test -f 'linux-time.c'; then $(CYGPATH_W) 'linux-time.c'; else $(CYGPATH_W) '$(srcdir)/linux-time.c'; fi`
  15.976 +
  15.977 +pcem-lpt.o: lpt.c
  15.978 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-lpt.o -MD -MP -MF $(DEPDIR)/pcem-lpt.Tpo -c -o pcem-lpt.o `test -f 'lpt.c' || echo '$(srcdir)/'`lpt.c
  15.979 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-lpt.Tpo $(DEPDIR)/pcem-lpt.Po
  15.980 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lpt.c' object='pcem-lpt.o' libtool=no @AMDEPBACKSLASH@
  15.981 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.982 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-lpt.o `test -f 'lpt.c' || echo '$(srcdir)/'`lpt.c
  15.983 +
  15.984 +pcem-lpt.obj: lpt.c
  15.985 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-lpt.obj -MD -MP -MF $(DEPDIR)/pcem-lpt.Tpo -c -o pcem-lpt.obj `if test -f 'lpt.c'; then $(CYGPATH_W) 'lpt.c'; else $(CYGPATH_W) '$(srcdir)/lpt.c'; fi`
  15.986 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-lpt.Tpo $(DEPDIR)/pcem-lpt.Po
  15.987 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lpt.c' object='pcem-lpt.obj' libtool=no @AMDEPBACKSLASH@
  15.988 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.989 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-lpt.obj `if test -f 'lpt.c'; then $(CYGPATH_W) 'lpt.c'; else $(CYGPATH_W) '$(srcdir)/lpt.c'; fi`
  15.990 +
  15.991 +pcem-mcr.o: mcr.c
  15.992 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mcr.o -MD -MP -MF $(DEPDIR)/pcem-mcr.Tpo -c -o pcem-mcr.o `test -f 'mcr.c' || echo '$(srcdir)/'`mcr.c
  15.993 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mcr.Tpo $(DEPDIR)/pcem-mcr.Po
  15.994 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mcr.c' object='pcem-mcr.o' libtool=no @AMDEPBACKSLASH@
  15.995 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  15.996 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mcr.o `test -f 'mcr.c' || echo '$(srcdir)/'`mcr.c
  15.997 +
  15.998 +pcem-mcr.obj: mcr.c
  15.999 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mcr.obj -MD -MP -MF $(DEPDIR)/pcem-mcr.Tpo -c -o pcem-mcr.obj `if test -f 'mcr.c'; then $(CYGPATH_W) 'mcr.c'; else $(CYGPATH_W) '$(srcdir)/mcr.c'; fi`
 15.1000 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mcr.Tpo $(DEPDIR)/pcem-mcr.Po
 15.1001 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mcr.c' object='pcem-mcr.obj' libtool=no @AMDEPBACKSLASH@
 15.1002 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1003 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mcr.obj `if test -f 'mcr.c'; then $(CYGPATH_W) 'mcr.c'; else $(CYGPATH_W) '$(srcdir)/mcr.c'; fi`
 15.1004 +
 15.1005 +pcem-mem.o: mem.c
 15.1006 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mem.o -MD -MP -MF $(DEPDIR)/pcem-mem.Tpo -c -o pcem-mem.o `test -f 'mem.c' || echo '$(srcdir)/'`mem.c
 15.1007 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mem.Tpo $(DEPDIR)/pcem-mem.Po
 15.1008 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mem.c' object='pcem-mem.o' libtool=no @AMDEPBACKSLASH@
 15.1009 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1010 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mem.o `test -f 'mem.c' || echo '$(srcdir)/'`mem.c
 15.1011 +
 15.1012 +pcem-mem.obj: mem.c
 15.1013 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mem.obj -MD -MP -MF $(DEPDIR)/pcem-mem.Tpo -c -o pcem-mem.obj `if test -f 'mem.c'; then $(CYGPATH_W) 'mem.c'; else $(CYGPATH_W) '$(srcdir)/mem.c'; fi`
 15.1014 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mem.Tpo $(DEPDIR)/pcem-mem.Po
 15.1015 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mem.c' object='pcem-mem.obj' libtool=no @AMDEPBACKSLASH@
 15.1016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1017 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mem.obj `if test -f 'mem.c'; then $(CYGPATH_W) 'mem.c'; else $(CYGPATH_W) '$(srcdir)/mem.c'; fi`
 15.1018 +
 15.1019 +pcem-model.o: model.c
 15.1020 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-model.o -MD -MP -MF $(DEPDIR)/pcem-model.Tpo -c -o pcem-model.o `test -f 'model.c' || echo '$(srcdir)/'`model.c
 15.1021 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-model.Tpo $(DEPDIR)/pcem-model.Po
 15.1022 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='model.c' object='pcem-model.o' libtool=no @AMDEPBACKSLASH@
 15.1023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1024 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-model.o `test -f 'model.c' || echo '$(srcdir)/'`model.c
 15.1025 +
 15.1026 +pcem-model.obj: model.c
 15.1027 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-model.obj -MD -MP -MF $(DEPDIR)/pcem-model.Tpo -c -o pcem-model.obj `if test -f 'model.c'; then $(CYGPATH_W) 'model.c'; else $(CYGPATH_W) '$(srcdir)/model.c'; fi`
 15.1028 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-model.Tpo $(DEPDIR)/pcem-model.Po
 15.1029 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='model.c' object='pcem-model.obj' libtool=no @AMDEPBACKSLASH@
 15.1030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1031 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-model.obj `if test -f 'model.c'; then $(CYGPATH_W) 'model.c'; else $(CYGPATH_W) '$(srcdir)/model.c'; fi`
 15.1032 +
 15.1033 +pcem-mouse.o: mouse.c
 15.1034 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mouse.o -MD -MP -MF $(DEPDIR)/pcem-mouse.Tpo -c -o pcem-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c
 15.1035 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mouse.Tpo $(DEPDIR)/pcem-mouse.Po
 15.1036 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mouse.c' object='pcem-mouse.o' libtool=no @AMDEPBACKSLASH@
 15.1037 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1038 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c
 15.1039 +
 15.1040 +pcem-mouse.obj: mouse.c
 15.1041 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mouse.obj -MD -MP -MF $(DEPDIR)/pcem-mouse.Tpo -c -o pcem-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`
 15.1042 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mouse.Tpo $(DEPDIR)/pcem-mouse.Po
 15.1043 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mouse.c' object='pcem-mouse.obj' libtool=no @AMDEPBACKSLASH@
 15.1044 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1045 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`
 15.1046 +
 15.1047 +pcem-mouse_ps2.o: mouse_ps2.c
 15.1048 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mouse_ps2.o -MD -MP -MF $(DEPDIR)/pcem-mouse_ps2.Tpo -c -o pcem-mouse_ps2.o `test -f 'mouse_ps2.c' || echo '$(srcdir)/'`mouse_ps2.c
 15.1049 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mouse_ps2.Tpo $(DEPDIR)/pcem-mouse_ps2.Po
 15.1050 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mouse_ps2.c' object='pcem-mouse_ps2.o' libtool=no @AMDEPBACKSLASH@
 15.1051 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1052 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mouse_ps2.o `test -f 'mouse_ps2.c' || echo '$(srcdir)/'`mouse_ps2.c
 15.1053 +
 15.1054 +pcem-mouse_ps2.obj: mouse_ps2.c
 15.1055 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mouse_ps2.obj -MD -MP -MF $(DEPDIR)/pcem-mouse_ps2.Tpo -c -o pcem-mouse_ps2.obj `if test -f 'mouse_ps2.c'; then $(CYGPATH_W) 'mouse_ps2.c'; else $(CYGPATH_W) '$(srcdir)/mouse_ps2.c'; fi`
 15.1056 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mouse_ps2.Tpo $(DEPDIR)/pcem-mouse_ps2.Po
 15.1057 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mouse_ps2.c' object='pcem-mouse_ps2.obj' libtool=no @AMDEPBACKSLASH@
 15.1058 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1059 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mouse_ps2.obj `if test -f 'mouse_ps2.c'; then $(CYGPATH_W) 'mouse_ps2.c'; else $(CYGPATH_W) '$(srcdir)/mouse_ps2.c'; fi`
 15.1060 +
 15.1061 +pcem-mouse_serial.o: mouse_serial.c
 15.1062 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mouse_serial.o -MD -MP -MF $(DEPDIR)/pcem-mouse_serial.Tpo -c -o pcem-mouse_serial.o `test -f 'mouse_serial.c' || echo '$(srcdir)/'`mouse_serial.c
 15.1063 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mouse_serial.Tpo $(DEPDIR)/pcem-mouse_serial.Po
 15.1064 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mouse_serial.c' object='pcem-mouse_serial.o' libtool=no @AMDEPBACKSLASH@
 15.1065 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1066 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mouse_serial.o `test -f 'mouse_serial.c' || echo '$(srcdir)/'`mouse_serial.c
 15.1067 +
 15.1068 +pcem-mouse_serial.obj: mouse_serial.c
 15.1069 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-mouse_serial.obj -MD -MP -MF $(DEPDIR)/pcem-mouse_serial.Tpo -c -o pcem-mouse_serial.obj `if test -f 'mouse_serial.c'; then $(CYGPATH_W) 'mouse_serial.c'; else $(CYGPATH_W) '$(srcdir)/mouse_serial.c'; fi`
 15.1070 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-mouse_serial.Tpo $(DEPDIR)/pcem-mouse_serial.Po
 15.1071 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mouse_serial.c' object='pcem-mouse_serial.obj' libtool=no @AMDEPBACKSLASH@
 15.1072 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1073 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-mouse_serial.obj `if test -f 'mouse_serial.c'; then $(CYGPATH_W) 'mouse_serial.c'; else $(CYGPATH_W) '$(srcdir)/mouse_serial.c'; fi`
 15.1074 +
 15.1075 +pcem-neat.o: neat.c
 15.1076 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-neat.o -MD -MP -MF $(DEPDIR)/pcem-neat.Tpo -c -o pcem-neat.o `test -f 'neat.c' || echo '$(srcdir)/'`neat.c
 15.1077 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-neat.Tpo $(DEPDIR)/pcem-neat.Po
 15.1078 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='neat.c' object='pcem-neat.o' libtool=no @AMDEPBACKSLASH@
 15.1079 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1080 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-neat.o `test -f 'neat.c' || echo '$(srcdir)/'`neat.c
 15.1081 +
 15.1082 +pcem-neat.obj: neat.c
 15.1083 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-neat.obj -MD -MP -MF $(DEPDIR)/pcem-neat.Tpo -c -o pcem-neat.obj `if test -f 'neat.c'; then $(CYGPATH_W) 'neat.c'; else $(CYGPATH_W) '$(srcdir)/neat.c'; fi`
 15.1084 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-neat.Tpo $(DEPDIR)/pcem-neat.Po
 15.1085 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='neat.c' object='pcem-neat.obj' libtool=no @AMDEPBACKSLASH@
 15.1086 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1087 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-neat.obj `if test -f 'neat.c'; then $(CYGPATH_W) 'neat.c'; else $(CYGPATH_W) '$(srcdir)/neat.c'; fi`
 15.1088 +
 15.1089 +pcem-nvr.o: nvr.c
 15.1090 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-nvr.o -MD -MP -MF $(DEPDIR)/pcem-nvr.Tpo -c -o pcem-nvr.o `test -f 'nvr.c' || echo '$(srcdir)/'`nvr.c
 15.1091 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-nvr.Tpo $(DEPDIR)/pcem-nvr.Po
 15.1092 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='nvr.c' object='pcem-nvr.o' libtool=no @AMDEPBACKSLASH@
 15.1093 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1094 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-nvr.o `test -f 'nvr.c' || echo '$(srcdir)/'`nvr.c
 15.1095 +
 15.1096 +pcem-nvr.obj: nvr.c
 15.1097 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-nvr.obj -MD -MP -MF $(DEPDIR)/pcem-nvr.Tpo -c -o pcem-nvr.obj `if test -f 'nvr.c'; then $(CYGPATH_W) 'nvr.c'; else $(CYGPATH_W) '$(srcdir)/nvr.c'; fi`
 15.1098 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-nvr.Tpo $(DEPDIR)/pcem-nvr.Po
 15.1099 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='nvr.c' object='pcem-nvr.obj' libtool=no @AMDEPBACKSLASH@
 15.1100 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1101 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-nvr.obj `if test -f 'nvr.c'; then $(CYGPATH_W) 'nvr.c'; else $(CYGPATH_W) '$(srcdir)/nvr.c'; fi`
 15.1102 +
 15.1103 +pcem-olivetti_m24.o: olivetti_m24.c
 15.1104 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-olivetti_m24.o -MD -MP -MF $(DEPDIR)/pcem-olivetti_m24.Tpo -c -o pcem-olivetti_m24.o `test -f 'olivetti_m24.c' || echo '$(srcdir)/'`olivetti_m24.c
 15.1105 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-olivetti_m24.Tpo $(DEPDIR)/pcem-olivetti_m24.Po
 15.1106 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='olivetti_m24.c' object='pcem-olivetti_m24.o' libtool=no @AMDEPBACKSLASH@
 15.1107 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1108 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-olivetti_m24.o `test -f 'olivetti_m24.c' || echo '$(srcdir)/'`olivetti_m24.c
 15.1109 +
 15.1110 +pcem-olivetti_m24.obj: olivetti_m24.c
 15.1111 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-olivetti_m24.obj -MD -MP -MF $(DEPDIR)/pcem-olivetti_m24.Tpo -c -o pcem-olivetti_m24.obj `if test -f 'olivetti_m24.c'; then $(CYGPATH_W) 'olivetti_m24.c'; else $(CYGPATH_W) '$(srcdir)/olivetti_m24.c'; fi`
 15.1112 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-olivetti_m24.Tpo $(DEPDIR)/pcem-olivetti_m24.Po
 15.1113 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='olivetti_m24.c' object='pcem-olivetti_m24.obj' libtool=no @AMDEPBACKSLASH@
 15.1114 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1115 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-olivetti_m24.obj `if test -f 'olivetti_m24.c'; then $(CYGPATH_W) 'olivetti_m24.c'; else $(CYGPATH_W) '$(srcdir)/olivetti_m24.c'; fi`
 15.1116 +
 15.1117 +pcem-opti.o: opti.c
 15.1118 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-opti.o -MD -MP -MF $(DEPDIR)/pcem-opti.Tpo -c -o pcem-opti.o `test -f 'opti.c' || echo '$(srcdir)/'`opti.c
 15.1119 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-opti.Tpo $(DEPDIR)/pcem-opti.Po
 15.1120 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='opti.c' object='pcem-opti.o' libtool=no @AMDEPBACKSLASH@
 15.1121 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1122 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-opti.o `test -f 'opti.c' || echo '$(srcdir)/'`opti.c
 15.1123 +
 15.1124 +pcem-opti.obj: opti.c
 15.1125 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-opti.obj -MD -MP -MF $(DEPDIR)/pcem-opti.Tpo -c -o pcem-opti.obj `if test -f 'opti.c'; then $(CYGPATH_W) 'opti.c'; else $(CYGPATH_W) '$(srcdir)/opti.c'; fi`
 15.1126 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-opti.Tpo $(DEPDIR)/pcem-opti.Po
 15.1127 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='opti.c' object='pcem-opti.obj' libtool=no @AMDEPBACKSLASH@
 15.1128 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1129 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-opti.obj `if test -f 'opti.c'; then $(CYGPATH_W) 'opti.c'; else $(CYGPATH_W) '$(srcdir)/opti.c'; fi`
 15.1130 +
 15.1131 +pcem-pc.o: pc.c
 15.1132 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pc.o -MD -MP -MF $(DEPDIR)/pcem-pc.Tpo -c -o pcem-pc.o `test -f 'pc.c' || echo '$(srcdir)/'`pc.c
 15.1133 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pc.Tpo $(DEPDIR)/pcem-pc.Po
 15.1134 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pc.c' object='pcem-pc.o' libtool=no @AMDEPBACKSLASH@
 15.1135 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1136 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pc.o `test -f 'pc.c' || echo '$(srcdir)/'`pc.c
 15.1137 +
 15.1138 +pcem-pc.obj: pc.c
 15.1139 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pc.obj -MD -MP -MF $(DEPDIR)/pcem-pc.Tpo -c -o pcem-pc.obj `if test -f 'pc.c'; then $(CYGPATH_W) 'pc.c'; else $(CYGPATH_W) '$(srcdir)/pc.c'; fi`
 15.1140 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pc.Tpo $(DEPDIR)/pcem-pc.Po
 15.1141 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pc.c' object='pcem-pc.obj' libtool=no @AMDEPBACKSLASH@
 15.1142 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1143 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pc.obj `if test -f 'pc.c'; then $(CYGPATH_W) 'pc.c'; else $(CYGPATH_W) '$(srcdir)/pc.c'; fi`
 15.1144 +
 15.1145 +pcem-pci.o: pci.c
 15.1146 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pci.o -MD -MP -MF $(DEPDIR)/pcem-pci.Tpo -c -o pcem-pci.o `test -f 'pci.c' || echo '$(srcdir)/'`pci.c
 15.1147 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pci.Tpo $(DEPDIR)/pcem-pci.Po
 15.1148 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pci.c' object='pcem-pci.o' libtool=no @AMDEPBACKSLASH@
 15.1149 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1150 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pci.o `test -f 'pci.c' || echo '$(srcdir)/'`pci.c
 15.1151 +
 15.1152 +pcem-pci.obj: pci.c
 15.1153 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pci.obj -MD -MP -MF $(DEPDIR)/pcem-pci.Tpo -c -o pcem-pci.obj `if test -f 'pci.c'; then $(CYGPATH_W) 'pci.c'; else $(CYGPATH_W) '$(srcdir)/pci.c'; fi`
 15.1154 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pci.Tpo $(DEPDIR)/pcem-pci.Po
 15.1155 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pci.c' object='pcem-pci.obj' libtool=no @AMDEPBACKSLASH@
 15.1156 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1157 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pci.obj `if test -f 'pci.c'; then $(CYGPATH_W) 'pci.c'; else $(CYGPATH_W) '$(srcdir)/pci.c'; fi`
 15.1158 +
 15.1159 +pcem-pic.o: pic.c
 15.1160 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pic.o -MD -MP -MF $(DEPDIR)/pcem-pic.Tpo -c -o pcem-pic.o `test -f 'pic.c' || echo '$(srcdir)/'`pic.c
 15.1161 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pic.Tpo $(DEPDIR)/pcem-pic.Po
 15.1162 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pic.c' object='pcem-pic.o' libtool=no @AMDEPBACKSLASH@
 15.1163 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1164 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pic.o `test -f 'pic.c' || echo '$(srcdir)/'`pic.c
 15.1165 +
 15.1166 +pcem-pic.obj: pic.c
 15.1167 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pic.obj -MD -MP -MF $(DEPDIR)/pcem-pic.Tpo -c -o pcem-pic.obj `if test -f 'pic.c'; then $(CYGPATH_W) 'pic.c'; else $(CYGPATH_W) '$(srcdir)/pic.c'; fi`
 15.1168 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pic.Tpo $(DEPDIR)/pcem-pic.Po
 15.1169 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pic.c' object='pcem-pic.obj' libtool=no @AMDEPBACKSLASH@
 15.1170 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1171 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pic.obj `if test -f 'pic.c'; then $(CYGPATH_W) 'pic.c'; else $(CYGPATH_W) '$(srcdir)/pic.c'; fi`
 15.1172 +
 15.1173 +pcem-piix.o: piix.c
 15.1174 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-piix.o -MD -MP -MF $(DEPDIR)/pcem-piix.Tpo -c -o pcem-piix.o `test -f 'piix.c' || echo '$(srcdir)/'`piix.c
 15.1175 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-piix.Tpo $(DEPDIR)/pcem-piix.Po
 15.1176 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='piix.c' object='pcem-piix.o' libtool=no @AMDEPBACKSLASH@
 15.1177 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1178 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-piix.o `test -f 'piix.c' || echo '$(srcdir)/'`piix.c
 15.1179 +
 15.1180 +pcem-piix.obj: piix.c
 15.1181 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-piix.obj -MD -MP -MF $(DEPDIR)/pcem-piix.Tpo -c -o pcem-piix.obj `if test -f 'piix.c'; then $(CYGPATH_W) 'piix.c'; else $(CYGPATH_W) '$(srcdir)/piix.c'; fi`
 15.1182 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-piix.Tpo $(DEPDIR)/pcem-piix.Po
 15.1183 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='piix.c' object='pcem-piix.obj' libtool=no @AMDEPBACKSLASH@
 15.1184 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1185 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-piix.obj `if test -f 'piix.c'; then $(CYGPATH_W) 'piix.c'; else $(CYGPATH_W) '$(srcdir)/piix.c'; fi`
 15.1186 +
 15.1187 +pcem-pit.o: pit.c
 15.1188 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pit.o -MD -MP -MF $(DEPDIR)/pcem-pit.Tpo -c -o pcem-pit.o `test -f 'pit.c' || echo '$(srcdir)/'`pit.c
 15.1189 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pit.Tpo $(DEPDIR)/pcem-pit.Po
 15.1190 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pit.c' object='pcem-pit.o' libtool=no @AMDEPBACKSLASH@
 15.1191 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1192 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pit.o `test -f 'pit.c' || echo '$(srcdir)/'`pit.c
 15.1193 +
 15.1194 +pcem-pit.obj: pit.c
 15.1195 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-pit.obj -MD -MP -MF $(DEPDIR)/pcem-pit.Tpo -c -o pcem-pit.obj `if test -f 'pit.c'; then $(CYGPATH_W) 'pit.c'; else $(CYGPATH_W) '$(srcdir)/pit.c'; fi`
 15.1196 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-pit.Tpo $(DEPDIR)/pcem-pit.Po
 15.1197 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pit.c' object='pcem-pit.obj' libtool=no @AMDEPBACKSLASH@
 15.1198 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1199 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-pit.obj `if test -f 'pit.c'; then $(CYGPATH_W) 'pit.c'; else $(CYGPATH_W) '$(srcdir)/pit.c'; fi`
 15.1200 +
 15.1201 +pcem-ppi.o: ppi.c
 15.1202 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-ppi.o -MD -MP -MF $(DEPDIR)/pcem-ppi.Tpo -c -o pcem-ppi.o `test -f 'ppi.c' || echo '$(srcdir)/'`ppi.c
 15.1203 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-ppi.Tpo $(DEPDIR)/pcem-ppi.Po
 15.1204 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ppi.c' object='pcem-ppi.o' libtool=no @AMDEPBACKSLASH@
 15.1205 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1206 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-ppi.o `test -f 'ppi.c' || echo '$(srcdir)/'`ppi.c
 15.1207 +
 15.1208 +pcem-ppi.obj: ppi.c
 15.1209 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-ppi.obj -MD -MP -MF $(DEPDIR)/pcem-ppi.Tpo -c -o pcem-ppi.obj `if test -f 'ppi.c'; then $(CYGPATH_W) 'ppi.c'; else $(CYGPATH_W) '$(srcdir)/ppi.c'; fi`
 15.1210 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-ppi.Tpo $(DEPDIR)/pcem-ppi.Po
 15.1211 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ppi.c' object='pcem-ppi.obj' libtool=no @AMDEPBACKSLASH@
 15.1212 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1213 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-ppi.obj `if test -f 'ppi.c'; then $(CYGPATH_W) 'ppi.c'; else $(CYGPATH_W) '$(srcdir)/ppi.c'; fi`
 15.1214 +
 15.1215 +pcem-rom.o: rom.c
 15.1216 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-rom.o -MD -MP -MF $(DEPDIR)/pcem-rom.Tpo -c -o pcem-rom.o `test -f 'rom.c' || echo '$(srcdir)/'`rom.c
 15.1217 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-rom.Tpo $(DEPDIR)/pcem-rom.Po
 15.1218 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rom.c' object='pcem-rom.o' libtool=no @AMDEPBACKSLASH@
 15.1219 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1220 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-rom.o `test -f 'rom.c' || echo '$(srcdir)/'`rom.c
 15.1221 +
 15.1222 +pcem-rom.obj: rom.c
 15.1223 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-rom.obj -MD -MP -MF $(DEPDIR)/pcem-rom.Tpo -c -o pcem-rom.obj `if test -f 'rom.c'; then $(CYGPATH_W) 'rom.c'; else $(CYGPATH_W) '$(srcdir)/rom.c'; fi`
 15.1224 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-rom.Tpo $(DEPDIR)/pcem-rom.Po
 15.1225 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rom.c' object='pcem-rom.obj' libtool=no @AMDEPBACKSLASH@
 15.1226 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1227 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-rom.obj `if test -f 'rom.c'; then $(CYGPATH_W) 'rom.c'; else $(CYGPATH_W) '$(srcdir)/rom.c'; fi`
 15.1228 +
 15.1229 +pcem-serial.o: serial.c
 15.1230 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-serial.o -MD -MP -MF $(DEPDIR)/pcem-serial.Tpo -c -o pcem-serial.o `test -f 'serial.c' || echo '$(srcdir)/'`serial.c
 15.1231 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-serial.Tpo $(DEPDIR)/pcem-serial.Po
 15.1232 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='serial.c' object='pcem-serial.o' libtool=no @AMDEPBACKSLASH@
 15.1233 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1234 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-serial.o `test -f 'serial.c' || echo '$(srcdir)/'`serial.c
 15.1235 +
 15.1236 +pcem-serial.obj: serial.c
 15.1237 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-serial.obj -MD -MP -MF $(DEPDIR)/pcem-serial.Tpo -c -o pcem-serial.obj `if test -f 'serial.c'; then $(CYGPATH_W) 'serial.c'; else $(CYGPATH_W) '$(srcdir)/serial.c'; fi`
 15.1238 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-serial.Tpo $(DEPDIR)/pcem-serial.Po
 15.1239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='serial.c' object='pcem-serial.obj' libtool=no @AMDEPBACKSLASH@
 15.1240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1241 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-serial.obj `if test -f 'serial.c'; then $(CYGPATH_W) 'serial.c'; else $(CYGPATH_W) '$(srcdir)/serial.c'; fi`
 15.1242 +
 15.1243 +pcem-sis496.o: sis496.c
 15.1244 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sis496.o -MD -MP -MF $(DEPDIR)/pcem-sis496.Tpo -c -o pcem-sis496.o `test -f 'sis496.c' || echo '$(srcdir)/'`sis496.c
 15.1245 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sis496.Tpo $(DEPDIR)/pcem-sis496.Po
 15.1246 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sis496.c' object='pcem-sis496.o' libtool=no @AMDEPBACKSLASH@
 15.1247 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1248 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sis496.o `test -f 'sis496.c' || echo '$(srcdir)/'`sis496.c
 15.1249 +
 15.1250 +pcem-sis496.obj: sis496.c
 15.1251 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sis496.obj -MD -MP -MF $(DEPDIR)/pcem-sis496.Tpo -c -o pcem-sis496.obj `if test -f 'sis496.c'; then $(CYGPATH_W) 'sis496.c'; else $(CYGPATH_W) '$(srcdir)/sis496.c'; fi`
 15.1252 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sis496.Tpo $(DEPDIR)/pcem-sis496.Po
 15.1253 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sis496.c' object='pcem-sis496.obj' libtool=no @AMDEPBACKSLASH@
 15.1254 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1255 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sis496.obj `if test -f 'sis496.c'; then $(CYGPATH_W) 'sis496.c'; else $(CYGPATH_W) '$(srcdir)/sis496.c'; fi`
 15.1256 +
 15.1257 +pcem-sound.o: sound.c
 15.1258 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound.o -MD -MP -MF $(DEPDIR)/pcem-sound.Tpo -c -o pcem-sound.o `test -f 'sound.c' || echo '$(srcdir)/'`sound.c
 15.1259 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound.Tpo $(DEPDIR)/pcem-sound.Po
 15.1260 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound.c' object='pcem-sound.o' libtool=no @AMDEPBACKSLASH@
 15.1261 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1262 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound.o `test -f 'sound.c' || echo '$(srcdir)/'`sound.c
 15.1263 +
 15.1264 +pcem-sound.obj: sound.c
 15.1265 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound.obj -MD -MP -MF $(DEPDIR)/pcem-sound.Tpo -c -o pcem-sound.obj `if test -f 'sound.c'; then $(CYGPATH_W) 'sound.c'; else $(CYGPATH_W) '$(srcdir)/sound.c'; fi`
 15.1266 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound.Tpo $(DEPDIR)/pcem-sound.Po
 15.1267 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound.c' object='pcem-sound.obj' libtool=no @AMDEPBACKSLASH@
 15.1268 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1269 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound.obj `if test -f 'sound.c'; then $(CYGPATH_W) 'sound.c'; else $(CYGPATH_W) '$(srcdir)/sound.c'; fi`
 15.1270 +
 15.1271 +pcem-sound_ad1848.o: sound_ad1848.c
 15.1272 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_ad1848.o -MD -MP -MF $(DEPDIR)/pcem-sound_ad1848.Tpo -c -o pcem-sound_ad1848.o `test -f 'sound_ad1848.c' || echo '$(srcdir)/'`sound_ad1848.c
 15.1273 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_ad1848.Tpo $(DEPDIR)/pcem-sound_ad1848.Po
 15.1274 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_ad1848.c' object='pcem-sound_ad1848.o' libtool=no @AMDEPBACKSLASH@
 15.1275 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1276 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_ad1848.o `test -f 'sound_ad1848.c' || echo '$(srcdir)/'`sound_ad1848.c
 15.1277 +
 15.1278 +pcem-sound_ad1848.obj: sound_ad1848.c
 15.1279 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_ad1848.obj -MD -MP -MF $(DEPDIR)/pcem-sound_ad1848.Tpo -c -o pcem-sound_ad1848.obj `if test -f 'sound_ad1848.c'; then $(CYGPATH_W) 'sound_ad1848.c'; else $(CYGPATH_W) '$(srcdir)/sound_ad1848.c'; fi`
 15.1280 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_ad1848.Tpo $(DEPDIR)/pcem-sound_ad1848.Po
 15.1281 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_ad1848.c' object='pcem-sound_ad1848.obj' libtool=no @AMDEPBACKSLASH@
 15.1282 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1283 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_ad1848.obj `if test -f 'sound_ad1848.c'; then $(CYGPATH_W) 'sound_ad1848.c'; else $(CYGPATH_W) '$(srcdir)/sound_ad1848.c'; fi`
 15.1284 +
 15.1285 +pcem-sound_adlib.o: sound_adlib.c
 15.1286 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_adlib.o -MD -MP -MF $(DEPDIR)/pcem-sound_adlib.Tpo -c -o pcem-sound_adlib.o `test -f 'sound_adlib.c' || echo '$(srcdir)/'`sound_adlib.c
 15.1287 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_adlib.Tpo $(DEPDIR)/pcem-sound_adlib.Po
 15.1288 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_adlib.c' object='pcem-sound_adlib.o' libtool=no @AMDEPBACKSLASH@
 15.1289 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1290 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_adlib.o `test -f 'sound_adlib.c' || echo '$(srcdir)/'`sound_adlib.c
 15.1291 +
 15.1292 +pcem-sound_adlib.obj: sound_adlib.c
 15.1293 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_adlib.obj -MD -MP -MF $(DEPDIR)/pcem-sound_adlib.Tpo -c -o pcem-sound_adlib.obj `if test -f 'sound_adlib.c'; then $(CYGPATH_W) 'sound_adlib.c'; else $(CYGPATH_W) '$(srcdir)/sound_adlib.c'; fi`
 15.1294 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_adlib.Tpo $(DEPDIR)/pcem-sound_adlib.Po
 15.1295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_adlib.c' object='pcem-sound_adlib.obj' libtool=no @AMDEPBACKSLASH@
 15.1296 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1297 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_adlib.obj `if test -f 'sound_adlib.c'; then $(CYGPATH_W) 'sound_adlib.c'; else $(CYGPATH_W) '$(srcdir)/sound_adlib.c'; fi`
 15.1298 +
 15.1299 +pcem-sound_adlibgold.o: sound_adlibgold.c
 15.1300 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_adlibgold.o -MD -MP -MF $(DEPDIR)/pcem-sound_adlibgold.Tpo -c -o pcem-sound_adlibgold.o `test -f 'sound_adlibgold.c' || echo '$(srcdir)/'`sound_adlibgold.c
 15.1301 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_adlibgold.Tpo $(DEPDIR)/pcem-sound_adlibgold.Po
 15.1302 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_adlibgold.c' object='pcem-sound_adlibgold.o' libtool=no @AMDEPBACKSLASH@
 15.1303 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1304 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_adlibgold.o `test -f 'sound_adlibgold.c' || echo '$(srcdir)/'`sound_adlibgold.c
 15.1305 +
 15.1306 +pcem-sound_adlibgold.obj: sound_adlibgold.c
 15.1307 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_adlibgold.obj -MD -MP -MF $(DEPDIR)/pcem-sound_adlibgold.Tpo -c -o pcem-sound_adlibgold.obj `if test -f 'sound_adlibgold.c'; then $(CYGPATH_W) 'sound_adlibgold.c'; else $(CYGPATH_W) '$(srcdir)/sound_adlibgold.c'; fi`
 15.1308 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_adlibgold.Tpo $(DEPDIR)/pcem-sound_adlibgold.Po
 15.1309 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_adlibgold.c' object='pcem-sound_adlibgold.obj' libtool=no @AMDEPBACKSLASH@
 15.1310 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1311 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_adlibgold.obj `if test -f 'sound_adlibgold.c'; then $(CYGPATH_W) 'sound_adlibgold.c'; else $(CYGPATH_W) '$(srcdir)/sound_adlibgold.c'; fi`
 15.1312 +
 15.1313 +pcem-sound_cms.o: sound_cms.c
 15.1314 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_cms.o -MD -MP -MF $(DEPDIR)/pcem-sound_cms.Tpo -c -o pcem-sound_cms.o `test -f 'sound_cms.c' || echo '$(srcdir)/'`sound_cms.c
 15.1315 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_cms.Tpo $(DEPDIR)/pcem-sound_cms.Po
 15.1316 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_cms.c' object='pcem-sound_cms.o' libtool=no @AMDEPBACKSLASH@
 15.1317 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1318 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_cms.o `test -f 'sound_cms.c' || echo '$(srcdir)/'`sound_cms.c
 15.1319 +
 15.1320 +pcem-sound_cms.obj: sound_cms.c
 15.1321 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_cms.obj -MD -MP -MF $(DEPDIR)/pcem-sound_cms.Tpo -c -o pcem-sound_cms.obj `if test -f 'sound_cms.c'; then $(CYGPATH_W) 'sound_cms.c'; else $(CYGPATH_W) '$(srcdir)/sound_cms.c'; fi`
 15.1322 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_cms.Tpo $(DEPDIR)/pcem-sound_cms.Po
 15.1323 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_cms.c' object='pcem-sound_cms.obj' libtool=no @AMDEPBACKSLASH@
 15.1324 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1325 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_cms.obj `if test -f 'sound_cms.c'; then $(CYGPATH_W) 'sound_cms.c'; else $(CYGPATH_W) '$(srcdir)/sound_cms.c'; fi`
 15.1326 +
 15.1327 +pcem-sound_emu8k.o: sound_emu8k.c
 15.1328 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_emu8k.o -MD -MP -MF $(DEPDIR)/pcem-sound_emu8k.Tpo -c -o pcem-sound_emu8k.o `test -f 'sound_emu8k.c' || echo '$(srcdir)/'`sound_emu8k.c
 15.1329 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_emu8k.Tpo $(DEPDIR)/pcem-sound_emu8k.Po
 15.1330 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_emu8k.c' object='pcem-sound_emu8k.o' libtool=no @AMDEPBACKSLASH@
 15.1331 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1332 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_emu8k.o `test -f 'sound_emu8k.c' || echo '$(srcdir)/'`sound_emu8k.c
 15.1333 +
 15.1334 +pcem-sound_emu8k.obj: sound_emu8k.c
 15.1335 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_emu8k.obj -MD -MP -MF $(DEPDIR)/pcem-sound_emu8k.Tpo -c -o pcem-sound_emu8k.obj `if test -f 'sound_emu8k.c'; then $(CYGPATH_W) 'sound_emu8k.c'; else $(CYGPATH_W) '$(srcdir)/sound_emu8k.c'; fi`
 15.1336 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_emu8k.Tpo $(DEPDIR)/pcem-sound_emu8k.Po
 15.1337 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_emu8k.c' object='pcem-sound_emu8k.obj' libtool=no @AMDEPBACKSLASH@
 15.1338 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1339 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_emu8k.obj `if test -f 'sound_emu8k.c'; then $(CYGPATH_W) 'sound_emu8k.c'; else $(CYGPATH_W) '$(srcdir)/sound_emu8k.c'; fi`
 15.1340 +
 15.1341 +pcem-sound_gus.o: sound_gus.c
 15.1342 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_gus.o -MD -MP -MF $(DEPDIR)/pcem-sound_gus.Tpo -c -o pcem-sound_gus.o `test -f 'sound_gus.c' || echo '$(srcdir)/'`sound_gus.c
 15.1343 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_gus.Tpo $(DEPDIR)/pcem-sound_gus.Po
 15.1344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_gus.c' object='pcem-sound_gus.o' libtool=no @AMDEPBACKSLASH@
 15.1345 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1346 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_gus.o `test -f 'sound_gus.c' || echo '$(srcdir)/'`sound_gus.c
 15.1347 +
 15.1348 +pcem-sound_gus.obj: sound_gus.c
 15.1349 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_gus.obj -MD -MP -MF $(DEPDIR)/pcem-sound_gus.Tpo -c -o pcem-sound_gus.obj `if test -f 'sound_gus.c'; then $(CYGPATH_W) 'sound_gus.c'; else $(CYGPATH_W) '$(srcdir)/sound_gus.c'; fi`
 15.1350 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_gus.Tpo $(DEPDIR)/pcem-sound_gus.Po
 15.1351 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_gus.c' object='pcem-sound_gus.obj' libtool=no @AMDEPBACKSLASH@
 15.1352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1353 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_gus.obj `if test -f 'sound_gus.c'; then $(CYGPATH_W) 'sound_gus.c'; else $(CYGPATH_W) '$(srcdir)/sound_gus.c'; fi`
 15.1354 +
 15.1355 +pcem-sound_mpu401_uart.o: sound_mpu401_uart.c
 15.1356 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_mpu401_uart.o -MD -MP -MF $(DEPDIR)/pcem-sound_mpu401_uart.Tpo -c -o pcem-sound_mpu401_uart.o `test -f 'sound_mpu401_uart.c' || echo '$(srcdir)/'`sound_mpu401_uart.c
 15.1357 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_mpu401_uart.Tpo $(DEPDIR)/pcem-sound_mpu401_uart.Po
 15.1358 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_mpu401_uart.c' object='pcem-sound_mpu401_uart.o' libtool=no @AMDEPBACKSLASH@
 15.1359 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1360 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_mpu401_uart.o `test -f 'sound_mpu401_uart.c' || echo '$(srcdir)/'`sound_mpu401_uart.c
 15.1361 +
 15.1362 +pcem-sound_mpu401_uart.obj: sound_mpu401_uart.c
 15.1363 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_mpu401_uart.obj -MD -MP -MF $(DEPDIR)/pcem-sound_mpu401_uart.Tpo -c -o pcem-sound_mpu401_uart.obj `if test -f 'sound_mpu401_uart.c'; then $(CYGPATH_W) 'sound_mpu401_uart.c'; else $(CYGPATH_W) '$(srcdir)/sound_mpu401_uart.c'; fi`
 15.1364 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_mpu401_uart.Tpo $(DEPDIR)/pcem-sound_mpu401_uart.Po
 15.1365 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_mpu401_uart.c' object='pcem-sound_mpu401_uart.obj' libtool=no @AMDEPBACKSLASH@
 15.1366 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1367 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_mpu401_uart.obj `if test -f 'sound_mpu401_uart.c'; then $(CYGPATH_W) 'sound_mpu401_uart.c'; else $(CYGPATH_W) '$(srcdir)/sound_mpu401_uart.c'; fi`
 15.1368 +
 15.1369 +pcem-sound_opl.o: sound_opl.c
 15.1370 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_opl.o -MD -MP -MF $(DEPDIR)/pcem-sound_opl.Tpo -c -o pcem-sound_opl.o `test -f 'sound_opl.c' || echo '$(srcdir)/'`sound_opl.c
 15.1371 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_opl.Tpo $(DEPDIR)/pcem-sound_opl.Po
 15.1372 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_opl.c' object='pcem-sound_opl.o' libtool=no @AMDEPBACKSLASH@
 15.1373 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1374 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_opl.o `test -f 'sound_opl.c' || echo '$(srcdir)/'`sound_opl.c
 15.1375 +
 15.1376 +pcem-sound_opl.obj: sound_opl.c
 15.1377 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_opl.obj -MD -MP -MF $(DEPDIR)/pcem-sound_opl.Tpo -c -o pcem-sound_opl.obj `if test -f 'sound_opl.c'; then $(CYGPATH_W) 'sound_opl.c'; else $(CYGPATH_W) '$(srcdir)/sound_opl.c'; fi`
 15.1378 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_opl.Tpo $(DEPDIR)/pcem-sound_opl.Po
 15.1379 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_opl.c' object='pcem-sound_opl.obj' libtool=no @AMDEPBACKSLASH@
 15.1380 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1381 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_opl.obj `if test -f 'sound_opl.c'; then $(CYGPATH_W) 'sound_opl.c'; else $(CYGPATH_W) '$(srcdir)/sound_opl.c'; fi`
 15.1382 +
 15.1383 +pcem-sound_pas16.o: sound_pas16.c
 15.1384 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_pas16.o -MD -MP -MF $(DEPDIR)/pcem-sound_pas16.Tpo -c -o pcem-sound_pas16.o `test -f 'sound_pas16.c' || echo '$(srcdir)/'`sound_pas16.c
 15.1385 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_pas16.Tpo $(DEPDIR)/pcem-sound_pas16.Po
 15.1386 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_pas16.c' object='pcem-sound_pas16.o' libtool=no @AMDEPBACKSLASH@
 15.1387 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1388 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_pas16.o `test -f 'sound_pas16.c' || echo '$(srcdir)/'`sound_pas16.c
 15.1389 +
 15.1390 +pcem-sound_pas16.obj: sound_pas16.c
 15.1391 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_pas16.obj -MD -MP -MF $(DEPDIR)/pcem-sound_pas16.Tpo -c -o pcem-sound_pas16.obj `if test -f 'sound_pas16.c'; then $(CYGPATH_W) 'sound_pas16.c'; else $(CYGPATH_W) '$(srcdir)/sound_pas16.c'; fi`
 15.1392 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_pas16.Tpo $(DEPDIR)/pcem-sound_pas16.Po
 15.1393 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_pas16.c' object='pcem-sound_pas16.obj' libtool=no @AMDEPBACKSLASH@
 15.1394 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1395 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_pas16.obj `if test -f 'sound_pas16.c'; then $(CYGPATH_W) 'sound_pas16.c'; else $(CYGPATH_W) '$(srcdir)/sound_pas16.c'; fi`
 15.1396 +
 15.1397 +pcem-sound_sb.o: sound_sb.c
 15.1398 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_sb.o -MD -MP -MF $(DEPDIR)/pcem-sound_sb.Tpo -c -o pcem-sound_sb.o `test -f 'sound_sb.c' || echo '$(srcdir)/'`sound_sb.c
 15.1399 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_sb.Tpo $(DEPDIR)/pcem-sound_sb.Po
 15.1400 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_sb.c' object='pcem-sound_sb.o' libtool=no @AMDEPBACKSLASH@
 15.1401 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1402 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_sb.o `test -f 'sound_sb.c' || echo '$(srcdir)/'`sound_sb.c
 15.1403 +
 15.1404 +pcem-sound_sb.obj: sound_sb.c
 15.1405 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_sb.obj -MD -MP -MF $(DEPDIR)/pcem-sound_sb.Tpo -c -o pcem-sound_sb.obj `if test -f 'sound_sb.c'; then $(CYGPATH_W) 'sound_sb.c'; else $(CYGPATH_W) '$(srcdir)/sound_sb.c'; fi`
 15.1406 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_sb.Tpo $(DEPDIR)/pcem-sound_sb.Po
 15.1407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_sb.c' object='pcem-sound_sb.obj' libtool=no @AMDEPBACKSLASH@
 15.1408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1409 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_sb.obj `if test -f 'sound_sb.c'; then $(CYGPATH_W) 'sound_sb.c'; else $(CYGPATH_W) '$(srcdir)/sound_sb.c'; fi`
 15.1410 +
 15.1411 +pcem-sound_sb_dsp.o: sound_sb_dsp.c
 15.1412 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_sb_dsp.o -MD -MP -MF $(DEPDIR)/pcem-sound_sb_dsp.Tpo -c -o pcem-sound_sb_dsp.o `test -f 'sound_sb_dsp.c' || echo '$(srcdir)/'`sound_sb_dsp.c
 15.1413 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_sb_dsp.Tpo $(DEPDIR)/pcem-sound_sb_dsp.Po
 15.1414 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_sb_dsp.c' object='pcem-sound_sb_dsp.o' libtool=no @AMDEPBACKSLASH@
 15.1415 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1416 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_sb_dsp.o `test -f 'sound_sb_dsp.c' || echo '$(srcdir)/'`sound_sb_dsp.c
 15.1417 +
 15.1418 +pcem-sound_sb_dsp.obj: sound_sb_dsp.c
 15.1419 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_sb_dsp.obj -MD -MP -MF $(DEPDIR)/pcem-sound_sb_dsp.Tpo -c -o pcem-sound_sb_dsp.obj `if test -f 'sound_sb_dsp.c'; then $(CYGPATH_W) 'sound_sb_dsp.c'; else $(CYGPATH_W) '$(srcdir)/sound_sb_dsp.c'; fi`
 15.1420 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_sb_dsp.Tpo $(DEPDIR)/pcem-sound_sb_dsp.Po
 15.1421 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_sb_dsp.c' object='pcem-sound_sb_dsp.obj' libtool=no @AMDEPBACKSLASH@
 15.1422 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1423 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_sb_dsp.obj `if test -f 'sound_sb_dsp.c'; then $(CYGPATH_W) 'sound_sb_dsp.c'; else $(CYGPATH_W) '$(srcdir)/sound_sb_dsp.c'; fi`
 15.1424 +
 15.1425 +pcem-sound_sn76489.o: sound_sn76489.c
 15.1426 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_sn76489.o -MD -MP -MF $(DEPDIR)/pcem-sound_sn76489.Tpo -c -o pcem-sound_sn76489.o `test -f 'sound_sn76489.c' || echo '$(srcdir)/'`sound_sn76489.c
 15.1427 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_sn76489.Tpo $(DEPDIR)/pcem-sound_sn76489.Po
 15.1428 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_sn76489.c' object='pcem-sound_sn76489.o' libtool=no @AMDEPBACKSLASH@
 15.1429 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1430 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_sn76489.o `test -f 'sound_sn76489.c' || echo '$(srcdir)/'`sound_sn76489.c
 15.1431 +
 15.1432 +pcem-sound_sn76489.obj: sound_sn76489.c
 15.1433 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_sn76489.obj -MD -MP -MF $(DEPDIR)/pcem-sound_sn76489.Tpo -c -o pcem-sound_sn76489.obj `if test -f 'sound_sn76489.c'; then $(CYGPATH_W) 'sound_sn76489.c'; else $(CYGPATH_W) '$(srcdir)/sound_sn76489.c'; fi`
 15.1434 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_sn76489.Tpo $(DEPDIR)/pcem-sound_sn76489.Po
 15.1435 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_sn76489.c' object='pcem-sound_sn76489.obj' libtool=no @AMDEPBACKSLASH@
 15.1436 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1437 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_sn76489.obj `if test -f 'sound_sn76489.c'; then $(CYGPATH_W) 'sound_sn76489.c'; else $(CYGPATH_W) '$(srcdir)/sound_sn76489.c'; fi`
 15.1438 +
 15.1439 +pcem-sound_speaker.o: sound_speaker.c
 15.1440 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_speaker.o -MD -MP -MF $(DEPDIR)/pcem-sound_speaker.Tpo -c -o pcem-sound_speaker.o `test -f 'sound_speaker.c' || echo '$(srcdir)/'`sound_speaker.c
 15.1441 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_speaker.Tpo $(DEPDIR)/pcem-sound_speaker.Po
 15.1442 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_speaker.c' object='pcem-sound_speaker.o' libtool=no @AMDEPBACKSLASH@
 15.1443 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1444 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_speaker.o `test -f 'sound_speaker.c' || echo '$(srcdir)/'`sound_speaker.c
 15.1445 +
 15.1446 +pcem-sound_speaker.obj: sound_speaker.c
 15.1447 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_speaker.obj -MD -MP -MF $(DEPDIR)/pcem-sound_speaker.Tpo -c -o pcem-sound_speaker.obj `if test -f 'sound_speaker.c'; then $(CYGPATH_W) 'sound_speaker.c'; else $(CYGPATH_W) '$(srcdir)/sound_speaker.c'; fi`
 15.1448 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_speaker.Tpo $(DEPDIR)/pcem-sound_speaker.Po
 15.1449 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_speaker.c' object='pcem-sound_speaker.obj' libtool=no @AMDEPBACKSLASH@
 15.1450 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1451 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_speaker.obj `if test -f 'sound_speaker.c'; then $(CYGPATH_W) 'sound_speaker.c'; else $(CYGPATH_W) '$(srcdir)/sound_speaker.c'; fi`
 15.1452 +
 15.1453 +pcem-sound_ssi2001.o: sound_ssi2001.c
 15.1454 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_ssi2001.o -MD -MP -MF $(DEPDIR)/pcem-sound_ssi2001.Tpo -c -o pcem-sound_ssi2001.o `test -f 'sound_ssi2001.c' || echo '$(srcdir)/'`sound_ssi2001.c
 15.1455 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_ssi2001.Tpo $(DEPDIR)/pcem-sound_ssi2001.Po
 15.1456 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_ssi2001.c' object='pcem-sound_ssi2001.o' libtool=no @AMDEPBACKSLASH@
 15.1457 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1458 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_ssi2001.o `test -f 'sound_ssi2001.c' || echo '$(srcdir)/'`sound_ssi2001.c
 15.1459 +
 15.1460 +pcem-sound_ssi2001.obj: sound_ssi2001.c
 15.1461 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_ssi2001.obj -MD -MP -MF $(DEPDIR)/pcem-sound_ssi2001.Tpo -c -o pcem-sound_ssi2001.obj `if test -f 'sound_ssi2001.c'; then $(CYGPATH_W) 'sound_ssi2001.c'; else $(CYGPATH_W) '$(srcdir)/sound_ssi2001.c'; fi`
 15.1462 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_ssi2001.Tpo $(DEPDIR)/pcem-sound_ssi2001.Po
 15.1463 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_ssi2001.c' object='pcem-sound_ssi2001.obj' libtool=no @AMDEPBACKSLASH@
 15.1464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1465 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_ssi2001.obj `if test -f 'sound_ssi2001.c'; then $(CYGPATH_W) 'sound_ssi2001.c'; else $(CYGPATH_W) '$(srcdir)/sound_ssi2001.c'; fi`
 15.1466 +
 15.1467 +pcem-sound_wss.o: sound_wss.c
 15.1468 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_wss.o -MD -MP -MF $(DEPDIR)/pcem-sound_wss.Tpo -c -o pcem-sound_wss.o `test -f 'sound_wss.c' || echo '$(srcdir)/'`sound_wss.c
 15.1469 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_wss.Tpo $(DEPDIR)/pcem-sound_wss.Po
 15.1470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_wss.c' object='pcem-sound_wss.o' libtool=no @AMDEPBACKSLASH@
 15.1471 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1472 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_wss.o `test -f 'sound_wss.c' || echo '$(srcdir)/'`sound_wss.c
 15.1473 +
 15.1474 +pcem-sound_wss.obj: sound_wss.c
 15.1475 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-sound_wss.obj -MD -MP -MF $(DEPDIR)/pcem-sound_wss.Tpo -c -o pcem-sound_wss.obj `if test -f 'sound_wss.c'; then $(CYGPATH_W) 'sound_wss.c'; else $(CYGPATH_W) '$(srcdir)/sound_wss.c'; fi`
 15.1476 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-sound_wss.Tpo $(DEPDIR)/pcem-sound_wss.Po
 15.1477 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sound_wss.c' object='pcem-sound_wss.obj' libtool=no @AMDEPBACKSLASH@
 15.1478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1479 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-sound_wss.obj `if test -f 'sound_wss.c'; then $(CYGPATH_W) 'sound_wss.c'; else $(CYGPATH_W) '$(srcdir)/sound_wss.c'; fi`
 15.1480 +
 15.1481 +pcem-soundopenal.o: soundopenal.c
 15.1482 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-soundopenal.o -MD -MP -MF $(DEPDIR)/pcem-soundopenal.Tpo -c -o pcem-soundopenal.o `test -f 'soundopenal.c' || echo '$(srcdir)/'`soundopenal.c
 15.1483 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-soundopenal.Tpo $(DEPDIR)/pcem-soundopenal.Po
 15.1484 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='soundopenal.c' object='pcem-soundopenal.o' libtool=no @AMDEPBACKSLASH@
 15.1485 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1486 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-soundopenal.o `test -f 'soundopenal.c' || echo '$(srcdir)/'`soundopenal.c
 15.1487 +
 15.1488 +pcem-soundopenal.obj: soundopenal.c
 15.1489 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-soundopenal.obj -MD -MP -MF $(DEPDIR)/pcem-soundopenal.Tpo -c -o pcem-soundopenal.obj `if test -f 'soundopenal.c'; then $(CYGPATH_W) 'soundopenal.c'; else $(CYGPATH_W) '$(srcdir)/soundopenal.c'; fi`
 15.1490 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-soundopenal.Tpo $(DEPDIR)/pcem-soundopenal.Po
 15.1491 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='soundopenal.c' object='pcem-soundopenal.obj' libtool=no @AMDEPBACKSLASH@
 15.1492 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1493 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-soundopenal.obj `if test -f 'soundopenal.c'; then $(CYGPATH_W) 'soundopenal.c'; else $(CYGPATH_W) '$(srcdir)/soundopenal.c'; fi`
 15.1494 +
 15.1495 +pcem-thread-pthread.o: thread-pthread.c
 15.1496 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-thread-pthread.o -MD -MP -MF $(DEPDIR)/pcem-thread-pthread.Tpo -c -o pcem-thread-pthread.o `test -f 'thread-pthread.c' || echo '$(srcdir)/'`thread-pthread.c
 15.1497 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-thread-pthread.Tpo $(DEPDIR)/pcem-thread-pthread.Po
 15.1498 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='thread-pthread.c' object='pcem-thread-pthread.o' libtool=no @AMDEPBACKSLASH@
 15.1499 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1500 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-thread-pthread.o `test -f 'thread-pthread.c' || echo '$(srcdir)/'`thread-pthread.c
 15.1501 +
 15.1502 +pcem-thread-pthread.obj: thread-pthread.c
 15.1503 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-thread-pthread.obj -MD -MP -MF $(DEPDIR)/pcem-thread-pthread.Tpo -c -o pcem-thread-pthread.obj `if test -f 'thread-pthread.c'; then $(CYGPATH_W) 'thread-pthread.c'; else $(CYGPATH_W) '$(srcdir)/thread-pthread.c'; fi`
 15.1504 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-thread-pthread.Tpo $(DEPDIR)/pcem-thread-pthread.Po
 15.1505 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='thread-pthread.c' object='pcem-thread-pthread.obj' libtool=no @AMDEPBACKSLASH@
 15.1506 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1507 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-thread-pthread.obj `if test -f 'thread-pthread.c'; then $(CYGPATH_W) 'thread-pthread.c'; else $(CYGPATH_W) '$(srcdir)/thread-pthread.c'; fi`
 15.1508 +
 15.1509 +pcem-timer.o: timer.c
 15.1510 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-timer.o -MD -MP -MF $(DEPDIR)/pcem-timer.Tpo -c -o pcem-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c
 15.1511 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-timer.Tpo $(DEPDIR)/pcem-timer.Po
 15.1512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timer.c' object='pcem-timer.o' libtool=no @AMDEPBACKSLASH@
 15.1513 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1514 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c
 15.1515 +
 15.1516 +pcem-timer.obj: timer.c
 15.1517 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-timer.obj -MD -MP -MF $(DEPDIR)/pcem-timer.Tpo -c -o pcem-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi`
 15.1518 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-timer.Tpo $(DEPDIR)/pcem-timer.Po
 15.1519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timer.c' object='pcem-timer.obj' libtool=no @AMDEPBACKSLASH@
 15.1520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1521 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi`
 15.1522 +
 15.1523 +pcem-um8669f.o: um8669f.c
 15.1524 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-um8669f.o -MD -MP -MF $(DEPDIR)/pcem-um8669f.Tpo -c -o pcem-um8669f.o `test -f 'um8669f.c' || echo '$(srcdir)/'`um8669f.c
 15.1525 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-um8669f.Tpo $(DEPDIR)/pcem-um8669f.Po
 15.1526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='um8669f.c' object='pcem-um8669f.o' libtool=no @AMDEPBACKSLASH@
 15.1527 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1528 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-um8669f.o `test -f 'um8669f.c' || echo '$(srcdir)/'`um8669f.c
 15.1529 +
 15.1530 +pcem-um8669f.obj: um8669f.c
 15.1531 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-um8669f.obj -MD -MP -MF $(DEPDIR)/pcem-um8669f.Tpo -c -o pcem-um8669f.obj `if test -f 'um8669f.c'; then $(CYGPATH_W) 'um8669f.c'; else $(CYGPATH_W) '$(srcdir)/um8669f.c'; fi`
 15.1532 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-um8669f.Tpo $(DEPDIR)/pcem-um8669f.Po
 15.1533 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='um8669f.c' object='pcem-um8669f.obj' libtool=no @AMDEPBACKSLASH@
 15.1534 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1535 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-um8669f.obj `if test -f 'um8669f.c'; then $(CYGPATH_W) 'um8669f.c'; else $(CYGPATH_W) '$(srcdir)/um8669f.c'; fi`
 15.1536 +
 15.1537 +pcem-um8881f.o: um8881f.c
 15.1538 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-um8881f.o -MD -MP -MF $(DEPDIR)/pcem-um8881f.Tpo -c -o pcem-um8881f.o `test -f 'um8881f.c' || echo '$(srcdir)/'`um8881f.c
 15.1539 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-um8881f.Tpo $(DEPDIR)/pcem-um8881f.Po
 15.1540 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='um8881f.c' object='pcem-um8881f.o' libtool=no @AMDEPBACKSLASH@
 15.1541 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1542 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-um8881f.o `test -f 'um8881f.c' || echo '$(srcdir)/'`um8881f.c
 15.1543 +
 15.1544 +pcem-um8881f.obj: um8881f.c
 15.1545 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-um8881f.obj -MD -MP -MF $(DEPDIR)/pcem-um8881f.Tpo -c -o pcem-um8881f.obj `if test -f 'um8881f.c'; then $(CYGPATH_W) 'um8881f.c'; else $(CYGPATH_W) '$(srcdir)/um8881f.c'; fi`
 15.1546 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-um8881f.Tpo $(DEPDIR)/pcem-um8881f.Po
 15.1547 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='um8881f.c' object='pcem-um8881f.obj' libtool=no @AMDEPBACKSLASH@
 15.1548 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1549 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-um8881f.obj `if test -f 'um8881f.c'; then $(CYGPATH_W) 'um8881f.c'; else $(CYGPATH_W) '$(srcdir)/um8881f.c'; fi`
 15.1550 +
 15.1551 +pcem-vid_ati_eeprom.o: vid_ati_eeprom.c
 15.1552 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati_eeprom.o -MD -MP -MF $(DEPDIR)/pcem-vid_ati_eeprom.Tpo -c -o pcem-vid_ati_eeprom.o `test -f 'vid_ati_eeprom.c' || echo '$(srcdir)/'`vid_ati_eeprom.c
 15.1553 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati_eeprom.Tpo $(DEPDIR)/pcem-vid_ati_eeprom.Po
 15.1554 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati_eeprom.c' object='pcem-vid_ati_eeprom.o' libtool=no @AMDEPBACKSLASH@
 15.1555 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1556 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati_eeprom.o `test -f 'vid_ati_eeprom.c' || echo '$(srcdir)/'`vid_ati_eeprom.c
 15.1557 +
 15.1558 +pcem-vid_ati_eeprom.obj: vid_ati_eeprom.c
 15.1559 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati_eeprom.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ati_eeprom.Tpo -c -o pcem-vid_ati_eeprom.obj `if test -f 'vid_ati_eeprom.c'; then $(CYGPATH_W) 'vid_ati_eeprom.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati_eeprom.c'; fi`
 15.1560 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati_eeprom.Tpo $(DEPDIR)/pcem-vid_ati_eeprom.Po
 15.1561 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati_eeprom.c' object='pcem-vid_ati_eeprom.obj' libtool=no @AMDEPBACKSLASH@
 15.1562 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1563 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati_eeprom.obj `if test -f 'vid_ati_eeprom.c'; then $(CYGPATH_W) 'vid_ati_eeprom.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati_eeprom.c'; fi`
 15.1564 +
 15.1565 +pcem-vid_ati_mach64.o: vid_ati_mach64.c
 15.1566 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati_mach64.o -MD -MP -MF $(DEPDIR)/pcem-vid_ati_mach64.Tpo -c -o pcem-vid_ati_mach64.o `test -f 'vid_ati_mach64.c' || echo '$(srcdir)/'`vid_ati_mach64.c
 15.1567 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati_mach64.Tpo $(DEPDIR)/pcem-vid_ati_mach64.Po
 15.1568 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati_mach64.c' object='pcem-vid_ati_mach64.o' libtool=no @AMDEPBACKSLASH@
 15.1569 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1570 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati_mach64.o `test -f 'vid_ati_mach64.c' || echo '$(srcdir)/'`vid_ati_mach64.c
 15.1571 +
 15.1572 +pcem-vid_ati_mach64.obj: vid_ati_mach64.c
 15.1573 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati_mach64.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ati_mach64.Tpo -c -o pcem-vid_ati_mach64.obj `if test -f 'vid_ati_mach64.c'; then $(CYGPATH_W) 'vid_ati_mach64.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati_mach64.c'; fi`
 15.1574 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati_mach64.Tpo $(DEPDIR)/pcem-vid_ati_mach64.Po
 15.1575 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati_mach64.c' object='pcem-vid_ati_mach64.obj' libtool=no @AMDEPBACKSLASH@
 15.1576 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1577 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati_mach64.obj `if test -f 'vid_ati_mach64.c'; then $(CYGPATH_W) 'vid_ati_mach64.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati_mach64.c'; fi`
 15.1578 +
 15.1579 +pcem-vid_ati18800.o: vid_ati18800.c
 15.1580 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati18800.o -MD -MP -MF $(DEPDIR)/pcem-vid_ati18800.Tpo -c -o pcem-vid_ati18800.o `test -f 'vid_ati18800.c' || echo '$(srcdir)/'`vid_ati18800.c
 15.1581 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati18800.Tpo $(DEPDIR)/pcem-vid_ati18800.Po
 15.1582 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati18800.c' object='pcem-vid_ati18800.o' libtool=no @AMDEPBACKSLASH@
 15.1583 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1584 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati18800.o `test -f 'vid_ati18800.c' || echo '$(srcdir)/'`vid_ati18800.c
 15.1585 +
 15.1586 +pcem-vid_ati18800.obj: vid_ati18800.c
 15.1587 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati18800.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ati18800.Tpo -c -o pcem-vid_ati18800.obj `if test -f 'vid_ati18800.c'; then $(CYGPATH_W) 'vid_ati18800.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati18800.c'; fi`
 15.1588 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati18800.Tpo $(DEPDIR)/pcem-vid_ati18800.Po
 15.1589 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati18800.c' object='pcem-vid_ati18800.obj' libtool=no @AMDEPBACKSLASH@
 15.1590 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1591 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati18800.obj `if test -f 'vid_ati18800.c'; then $(CYGPATH_W) 'vid_ati18800.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati18800.c'; fi`
 15.1592 +
 15.1593 +pcem-vid_ati28800.o: vid_ati28800.c
 15.1594 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati28800.o -MD -MP -MF $(DEPDIR)/pcem-vid_ati28800.Tpo -c -o pcem-vid_ati28800.o `test -f 'vid_ati28800.c' || echo '$(srcdir)/'`vid_ati28800.c
 15.1595 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati28800.Tpo $(DEPDIR)/pcem-vid_ati28800.Po
 15.1596 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati28800.c' object='pcem-vid_ati28800.o' libtool=no @AMDEPBACKSLASH@
 15.1597 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1598 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati28800.o `test -f 'vid_ati28800.c' || echo '$(srcdir)/'`vid_ati28800.c
 15.1599 +
 15.1600 +pcem-vid_ati28800.obj: vid_ati28800.c
 15.1601 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati28800.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ati28800.Tpo -c -o pcem-vid_ati28800.obj `if test -f 'vid_ati28800.c'; then $(CYGPATH_W) 'vid_ati28800.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati28800.c'; fi`
 15.1602 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati28800.Tpo $(DEPDIR)/pcem-vid_ati28800.Po
 15.1603 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati28800.c' object='pcem-vid_ati28800.obj' libtool=no @AMDEPBACKSLASH@
 15.1604 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1605 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati28800.obj `if test -f 'vid_ati28800.c'; then $(CYGPATH_W) 'vid_ati28800.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati28800.c'; fi`
 15.1606 +
 15.1607 +pcem-vid_ati68860_ramdac.o: vid_ati68860_ramdac.c
 15.1608 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati68860_ramdac.o -MD -MP -MF $(DEPDIR)/pcem-vid_ati68860_ramdac.Tpo -c -o pcem-vid_ati68860_ramdac.o `test -f 'vid_ati68860_ramdac.c' || echo '$(srcdir)/'`vid_ati68860_ramdac.c
 15.1609 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati68860_ramdac.Tpo $(DEPDIR)/pcem-vid_ati68860_ramdac.Po
 15.1610 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati68860_ramdac.c' object='pcem-vid_ati68860_ramdac.o' libtool=no @AMDEPBACKSLASH@
 15.1611 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1612 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati68860_ramdac.o `test -f 'vid_ati68860_ramdac.c' || echo '$(srcdir)/'`vid_ati68860_ramdac.c
 15.1613 +
 15.1614 +pcem-vid_ati68860_ramdac.obj: vid_ati68860_ramdac.c
 15.1615 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ati68860_ramdac.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ati68860_ramdac.Tpo -c -o pcem-vid_ati68860_ramdac.obj `if test -f 'vid_ati68860_ramdac.c'; then $(CYGPATH_W) 'vid_ati68860_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati68860_ramdac.c'; fi`
 15.1616 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ati68860_ramdac.Tpo $(DEPDIR)/pcem-vid_ati68860_ramdac.Po
 15.1617 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ati68860_ramdac.c' object='pcem-vid_ati68860_ramdac.obj' libtool=no @AMDEPBACKSLASH@
 15.1618 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1619 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ati68860_ramdac.obj `if test -f 'vid_ati68860_ramdac.c'; then $(CYGPATH_W) 'vid_ati68860_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_ati68860_ramdac.c'; fi`
 15.1620 +
 15.1621 +pcem-vid_cga.o: vid_cga.c
 15.1622 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_cga.o -MD -MP -MF $(DEPDIR)/pcem-vid_cga.Tpo -c -o pcem-vid_cga.o `test -f 'vid_cga.c' || echo '$(srcdir)/'`vid_cga.c
 15.1623 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_cga.Tpo $(DEPDIR)/pcem-vid_cga.Po
 15.1624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_cga.c' object='pcem-vid_cga.o' libtool=no @AMDEPBACKSLASH@
 15.1625 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1626 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_cga.o `test -f 'vid_cga.c' || echo '$(srcdir)/'`vid_cga.c
 15.1627 +
 15.1628 +pcem-vid_cga.obj: vid_cga.c
 15.1629 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_cga.obj -MD -MP -MF $(DEPDIR)/pcem-vid_cga.Tpo -c -o pcem-vid_cga.obj `if test -f 'vid_cga.c'; then $(CYGPATH_W) 'vid_cga.c'; else $(CYGPATH_W) '$(srcdir)/vid_cga.c'; fi`
 15.1630 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_cga.Tpo $(DEPDIR)/pcem-vid_cga.Po
 15.1631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_cga.c' object='pcem-vid_cga.obj' libtool=no @AMDEPBACKSLASH@
 15.1632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1633 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_cga.obj `if test -f 'vid_cga.c'; then $(CYGPATH_W) 'vid_cga.c'; else $(CYGPATH_W) '$(srcdir)/vid_cga.c'; fi`
 15.1634 +
 15.1635 +pcem-vid_cl5429.o: vid_cl5429.c
 15.1636 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_cl5429.o -MD -MP -MF $(DEPDIR)/pcem-vid_cl5429.Tpo -c -o pcem-vid_cl5429.o `test -f 'vid_cl5429.c' || echo '$(srcdir)/'`vid_cl5429.c
 15.1637 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_cl5429.Tpo $(DEPDIR)/pcem-vid_cl5429.Po
 15.1638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_cl5429.c' object='pcem-vid_cl5429.o' libtool=no @AMDEPBACKSLASH@
 15.1639 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1640 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_cl5429.o `test -f 'vid_cl5429.c' || echo '$(srcdir)/'`vid_cl5429.c
 15.1641 +
 15.1642 +pcem-vid_cl5429.obj: vid_cl5429.c
 15.1643 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_cl5429.obj -MD -MP -MF $(DEPDIR)/pcem-vid_cl5429.Tpo -c -o pcem-vid_cl5429.obj `if test -f 'vid_cl5429.c'; then $(CYGPATH_W) 'vid_cl5429.c'; else $(CYGPATH_W) '$(srcdir)/vid_cl5429.c'; fi`
 15.1644 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_cl5429.Tpo $(DEPDIR)/pcem-vid_cl5429.Po
 15.1645 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_cl5429.c' object='pcem-vid_cl5429.obj' libtool=no @AMDEPBACKSLASH@
 15.1646 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1647 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_cl5429.obj `if test -f 'vid_cl5429.c'; then $(CYGPATH_W) 'vid_cl5429.c'; else $(CYGPATH_W) '$(srcdir)/vid_cl5429.c'; fi`
 15.1648 +
 15.1649 +pcem-vid_ega.o: vid_ega.c
 15.1650 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ega.o -MD -MP -MF $(DEPDIR)/pcem-vid_ega.Tpo -c -o pcem-vid_ega.o `test -f 'vid_ega.c' || echo '$(srcdir)/'`vid_ega.c
 15.1651 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ega.Tpo $(DEPDIR)/pcem-vid_ega.Po
 15.1652 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ega.c' object='pcem-vid_ega.o' libtool=no @AMDEPBACKSLASH@
 15.1653 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1654 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ega.o `test -f 'vid_ega.c' || echo '$(srcdir)/'`vid_ega.c
 15.1655 +
 15.1656 +pcem-vid_ega.obj: vid_ega.c
 15.1657 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ega.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ega.Tpo -c -o pcem-vid_ega.obj `if test -f 'vid_ega.c'; then $(CYGPATH_W) 'vid_ega.c'; else $(CYGPATH_W) '$(srcdir)/vid_ega.c'; fi`
 15.1658 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ega.Tpo $(DEPDIR)/pcem-vid_ega.Po
 15.1659 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ega.c' object='pcem-vid_ega.obj' libtool=no @AMDEPBACKSLASH@
 15.1660 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1661 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ega.obj `if test -f 'vid_ega.c'; then $(CYGPATH_W) 'vid_ega.c'; else $(CYGPATH_W) '$(srcdir)/vid_ega.c'; fi`
 15.1662 +
 15.1663 +pcem-vid_et4000.o: vid_et4000.c
 15.1664 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_et4000.o -MD -MP -MF $(DEPDIR)/pcem-vid_et4000.Tpo -c -o pcem-vid_et4000.o `test -f 'vid_et4000.c' || echo '$(srcdir)/'`vid_et4000.c
 15.1665 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_et4000.Tpo $(DEPDIR)/pcem-vid_et4000.Po
 15.1666 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_et4000.c' object='pcem-vid_et4000.o' libtool=no @AMDEPBACKSLASH@
 15.1667 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1668 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_et4000.o `test -f 'vid_et4000.c' || echo '$(srcdir)/'`vid_et4000.c
 15.1669 +
 15.1670 +pcem-vid_et4000.obj: vid_et4000.c
 15.1671 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_et4000.obj -MD -MP -MF $(DEPDIR)/pcem-vid_et4000.Tpo -c -o pcem-vid_et4000.obj `if test -f 'vid_et4000.c'; then $(CYGPATH_W) 'vid_et4000.c'; else $(CYGPATH_W) '$(srcdir)/vid_et4000.c'; fi`
 15.1672 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_et4000.Tpo $(DEPDIR)/pcem-vid_et4000.Po
 15.1673 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_et4000.c' object='pcem-vid_et4000.obj' libtool=no @AMDEPBACKSLASH@
 15.1674 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1675 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_et4000.obj `if test -f 'vid_et4000.c'; then $(CYGPATH_W) 'vid_et4000.c'; else $(CYGPATH_W) '$(srcdir)/vid_et4000.c'; fi`
 15.1676 +
 15.1677 +pcem-vid_et4000w32.o: vid_et4000w32.c
 15.1678 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_et4000w32.o -MD -MP -MF $(DEPDIR)/pcem-vid_et4000w32.Tpo -c -o pcem-vid_et4000w32.o `test -f 'vid_et4000w32.c' || echo '$(srcdir)/'`vid_et4000w32.c
 15.1679 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_et4000w32.Tpo $(DEPDIR)/pcem-vid_et4000w32.Po
 15.1680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_et4000w32.c' object='pcem-vid_et4000w32.o' libtool=no @AMDEPBACKSLASH@
 15.1681 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1682 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_et4000w32.o `test -f 'vid_et4000w32.c' || echo '$(srcdir)/'`vid_et4000w32.c
 15.1683 +
 15.1684 +pcem-vid_et4000w32.obj: vid_et4000w32.c
 15.1685 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_et4000w32.obj -MD -MP -MF $(DEPDIR)/pcem-vid_et4000w32.Tpo -c -o pcem-vid_et4000w32.obj `if test -f 'vid_et4000w32.c'; then $(CYGPATH_W) 'vid_et4000w32.c'; else $(CYGPATH_W) '$(srcdir)/vid_et4000w32.c'; fi`
 15.1686 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_et4000w32.Tpo $(DEPDIR)/pcem-vid_et4000w32.Po
 15.1687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_et4000w32.c' object='pcem-vid_et4000w32.obj' libtool=no @AMDEPBACKSLASH@
 15.1688 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1689 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_et4000w32.obj `if test -f 'vid_et4000w32.c'; then $(CYGPATH_W) 'vid_et4000w32.c'; else $(CYGPATH_W) '$(srcdir)/vid_et4000w32.c'; fi`
 15.1690 +
 15.1691 +pcem-vid_hercules.o: vid_hercules.c
 15.1692 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_hercules.o -MD -MP -MF $(DEPDIR)/pcem-vid_hercules.Tpo -c -o pcem-vid_hercules.o `test -f 'vid_hercules.c' || echo '$(srcdir)/'`vid_hercules.c
 15.1693 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_hercules.Tpo $(DEPDIR)/pcem-vid_hercules.Po
 15.1694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_hercules.c' object='pcem-vid_hercules.o' libtool=no @AMDEPBACKSLASH@
 15.1695 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1696 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_hercules.o `test -f 'vid_hercules.c' || echo '$(srcdir)/'`vid_hercules.c
 15.1697 +
 15.1698 +pcem-vid_hercules.obj: vid_hercules.c
 15.1699 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_hercules.obj -MD -MP -MF $(DEPDIR)/pcem-vid_hercules.Tpo -c -o pcem-vid_hercules.obj `if test -f 'vid_hercules.c'; then $(CYGPATH_W) 'vid_hercules.c'; else $(CYGPATH_W) '$(srcdir)/vid_hercules.c'; fi`
 15.1700 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_hercules.Tpo $(DEPDIR)/pcem-vid_hercules.Po
 15.1701 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_hercules.c' object='pcem-vid_hercules.obj' libtool=no @AMDEPBACKSLASH@
 15.1702 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1703 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_hercules.obj `if test -f 'vid_hercules.c'; then $(CYGPATH_W) 'vid_hercules.c'; else $(CYGPATH_W) '$(srcdir)/vid_hercules.c'; fi`
 15.1704 +
 15.1705 +pcem-vid_icd2061.o: vid_icd2061.c
 15.1706 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_icd2061.o -MD -MP -MF $(DEPDIR)/pcem-vid_icd2061.Tpo -c -o pcem-vid_icd2061.o `test -f 'vid_icd2061.c' || echo '$(srcdir)/'`vid_icd2061.c
 15.1707 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_icd2061.Tpo $(DEPDIR)/pcem-vid_icd2061.Po
 15.1708 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_icd2061.c' object='pcem-vid_icd2061.o' libtool=no @AMDEPBACKSLASH@
 15.1709 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1710 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_icd2061.o `test -f 'vid_icd2061.c' || echo '$(srcdir)/'`vid_icd2061.c
 15.1711 +
 15.1712 +pcem-vid_icd2061.obj: vid_icd2061.c
 15.1713 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_icd2061.obj -MD -MP -MF $(DEPDIR)/pcem-vid_icd2061.Tpo -c -o pcem-vid_icd2061.obj `if test -f 'vid_icd2061.c'; then $(CYGPATH_W) 'vid_icd2061.c'; else $(CYGPATH_W) '$(srcdir)/vid_icd2061.c'; fi`
 15.1714 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_icd2061.Tpo $(DEPDIR)/pcem-vid_icd2061.Po
 15.1715 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_icd2061.c' object='pcem-vid_icd2061.obj' libtool=no @AMDEPBACKSLASH@
 15.1716 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1717 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_icd2061.obj `if test -f 'vid_icd2061.c'; then $(CYGPATH_W) 'vid_icd2061.c'; else $(CYGPATH_W) '$(srcdir)/vid_icd2061.c'; fi`
 15.1718 +
 15.1719 +pcem-vid_ics2595.o: vid_ics2595.c
 15.1720 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ics2595.o -MD -MP -MF $(DEPDIR)/pcem-vid_ics2595.Tpo -c -o pcem-vid_ics2595.o `test -f 'vid_ics2595.c' || echo '$(srcdir)/'`vid_ics2595.c
 15.1721 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ics2595.Tpo $(DEPDIR)/pcem-vid_ics2595.Po
 15.1722 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ics2595.c' object='pcem-vid_ics2595.o' libtool=no @AMDEPBACKSLASH@
 15.1723 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1724 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ics2595.o `test -f 'vid_ics2595.c' || echo '$(srcdir)/'`vid_ics2595.c
 15.1725 +
 15.1726 +pcem-vid_ics2595.obj: vid_ics2595.c
 15.1727 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_ics2595.obj -MD -MP -MF $(DEPDIR)/pcem-vid_ics2595.Tpo -c -o pcem-vid_ics2595.obj `if test -f 'vid_ics2595.c'; then $(CYGPATH_W) 'vid_ics2595.c'; else $(CYGPATH_W) '$(srcdir)/vid_ics2595.c'; fi`
 15.1728 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_ics2595.Tpo $(DEPDIR)/pcem-vid_ics2595.Po
 15.1729 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_ics2595.c' object='pcem-vid_ics2595.obj' libtool=no @AMDEPBACKSLASH@
 15.1730 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1731 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_ics2595.obj `if test -f 'vid_ics2595.c'; then $(CYGPATH_W) 'vid_ics2595.c'; else $(CYGPATH_W) '$(srcdir)/vid_ics2595.c'; fi`
 15.1732 +
 15.1733 +pcem-vid_mda.o: vid_mda.c
 15.1734 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_mda.o -MD -MP -MF $(DEPDIR)/pcem-vid_mda.Tpo -c -o pcem-vid_mda.o `test -f 'vid_mda.c' || echo '$(srcdir)/'`vid_mda.c
 15.1735 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_mda.Tpo $(DEPDIR)/pcem-vid_mda.Po
 15.1736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_mda.c' object='pcem-vid_mda.o' libtool=no @AMDEPBACKSLASH@
 15.1737 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1738 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_mda.o `test -f 'vid_mda.c' || echo '$(srcdir)/'`vid_mda.c
 15.1739 +
 15.1740 +pcem-vid_mda.obj: vid_mda.c
 15.1741 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_mda.obj -MD -MP -MF $(DEPDIR)/pcem-vid_mda.Tpo -c -o pcem-vid_mda.obj `if test -f 'vid_mda.c'; then $(CYGPATH_W) 'vid_mda.c'; else $(CYGPATH_W) '$(srcdir)/vid_mda.c'; fi`
 15.1742 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_mda.Tpo $(DEPDIR)/pcem-vid_mda.Po
 15.1743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_mda.c' object='pcem-vid_mda.obj' libtool=no @AMDEPBACKSLASH@
 15.1744 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1745 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_mda.obj `if test -f 'vid_mda.c'; then $(CYGPATH_W) 'vid_mda.c'; else $(CYGPATH_W) '$(srcdir)/vid_mda.c'; fi`
 15.1746 +
 15.1747 +pcem-vid_olivetti_m24.o: vid_olivetti_m24.c
 15.1748 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_olivetti_m24.o -MD -MP -MF $(DEPDIR)/pcem-vid_olivetti_m24.Tpo -c -o pcem-vid_olivetti_m24.o `test -f 'vid_olivetti_m24.c' || echo '$(srcdir)/'`vid_olivetti_m24.c
 15.1749 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_olivetti_m24.Tpo $(DEPDIR)/pcem-vid_olivetti_m24.Po
 15.1750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_olivetti_m24.c' object='pcem-vid_olivetti_m24.o' libtool=no @AMDEPBACKSLASH@
 15.1751 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1752 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_olivetti_m24.o `test -f 'vid_olivetti_m24.c' || echo '$(srcdir)/'`vid_olivetti_m24.c
 15.1753 +
 15.1754 +pcem-vid_olivetti_m24.obj: vid_olivetti_m24.c
 15.1755 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_olivetti_m24.obj -MD -MP -MF $(DEPDIR)/pcem-vid_olivetti_m24.Tpo -c -o pcem-vid_olivetti_m24.obj `if test -f 'vid_olivetti_m24.c'; then $(CYGPATH_W) 'vid_olivetti_m24.c'; else $(CYGPATH_W) '$(srcdir)/vid_olivetti_m24.c'; fi`
 15.1756 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_olivetti_m24.Tpo $(DEPDIR)/pcem-vid_olivetti_m24.Po
 15.1757 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_olivetti_m24.c' object='pcem-vid_olivetti_m24.obj' libtool=no @AMDEPBACKSLASH@
 15.1758 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1759 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_olivetti_m24.obj `if test -f 'vid_olivetti_m24.c'; then $(CYGPATH_W) 'vid_olivetti_m24.c'; else $(CYGPATH_W) '$(srcdir)/vid_olivetti_m24.c'; fi`
 15.1760 +
 15.1761 +pcem-vid_oti067.o: vid_oti067.c
 15.1762 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_oti067.o -MD -MP -MF $(DEPDIR)/pcem-vid_oti067.Tpo -c -o pcem-vid_oti067.o `test -f 'vid_oti067.c' || echo '$(srcdir)/'`vid_oti067.c
 15.1763 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_oti067.Tpo $(DEPDIR)/pcem-vid_oti067.Po
 15.1764 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_oti067.c' object='pcem-vid_oti067.o' libtool=no @AMDEPBACKSLASH@
 15.1765 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1766 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_oti067.o `test -f 'vid_oti067.c' || echo '$(srcdir)/'`vid_oti067.c
 15.1767 +
 15.1768 +pcem-vid_oti067.obj: vid_oti067.c
 15.1769 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_oti067.obj -MD -MP -MF $(DEPDIR)/pcem-vid_oti067.Tpo -c -o pcem-vid_oti067.obj `if test -f 'vid_oti067.c'; then $(CYGPATH_W) 'vid_oti067.c'; else $(CYGPATH_W) '$(srcdir)/vid_oti067.c'; fi`
 15.1770 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_oti067.Tpo $(DEPDIR)/pcem-vid_oti067.Po
 15.1771 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_oti067.c' object='pcem-vid_oti067.obj' libtool=no @AMDEPBACKSLASH@
 15.1772 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1773 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_oti067.obj `if test -f 'vid_oti067.c'; then $(CYGPATH_W) 'vid_oti067.c'; else $(CYGPATH_W) '$(srcdir)/vid_oti067.c'; fi`
 15.1774 +
 15.1775 +pcem-vid_paradise.o: vid_paradise.c
 15.1776 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_paradise.o -MD -MP -MF $(DEPDIR)/pcem-vid_paradise.Tpo -c -o pcem-vid_paradise.o `test -f 'vid_paradise.c' || echo '$(srcdir)/'`vid_paradise.c
 15.1777 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_paradise.Tpo $(DEPDIR)/pcem-vid_paradise.Po
 15.1778 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_paradise.c' object='pcem-vid_paradise.o' libtool=no @AMDEPBACKSLASH@
 15.1779 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1780 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_paradise.o `test -f 'vid_paradise.c' || echo '$(srcdir)/'`vid_paradise.c
 15.1781 +
 15.1782 +pcem-vid_paradise.obj: vid_paradise.c
 15.1783 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_paradise.obj -MD -MP -MF $(DEPDIR)/pcem-vid_paradise.Tpo -c -o pcem-vid_paradise.obj `if test -f 'vid_paradise.c'; then $(CYGPATH_W) 'vid_paradise.c'; else $(CYGPATH_W) '$(srcdir)/vid_paradise.c'; fi`
 15.1784 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_paradise.Tpo $(DEPDIR)/pcem-vid_paradise.Po
 15.1785 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_paradise.c' object='pcem-vid_paradise.obj' libtool=no @AMDEPBACKSLASH@
 15.1786 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1787 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_paradise.obj `if test -f 'vid_paradise.c'; then $(CYGPATH_W) 'vid_paradise.c'; else $(CYGPATH_W) '$(srcdir)/vid_paradise.c'; fi`
 15.1788 +
 15.1789 +pcem-vid_pc200.o: vid_pc200.c
 15.1790 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pc200.o -MD -MP -MF $(DEPDIR)/pcem-vid_pc200.Tpo -c -o pcem-vid_pc200.o `test -f 'vid_pc200.c' || echo '$(srcdir)/'`vid_pc200.c
 15.1791 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pc200.Tpo $(DEPDIR)/pcem-vid_pc200.Po
 15.1792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pc200.c' object='pcem-vid_pc200.o' libtool=no @AMDEPBACKSLASH@
 15.1793 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1794 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pc200.o `test -f 'vid_pc200.c' || echo '$(srcdir)/'`vid_pc200.c
 15.1795 +
 15.1796 +pcem-vid_pc200.obj: vid_pc200.c
 15.1797 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pc200.obj -MD -MP -MF $(DEPDIR)/pcem-vid_pc200.Tpo -c -o pcem-vid_pc200.obj `if test -f 'vid_pc200.c'; then $(CYGPATH_W) 'vid_pc200.c'; else $(CYGPATH_W) '$(srcdir)/vid_pc200.c'; fi`
 15.1798 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pc200.Tpo $(DEPDIR)/pcem-vid_pc200.Po
 15.1799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pc200.c' object='pcem-vid_pc200.obj' libtool=no @AMDEPBACKSLASH@
 15.1800 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1801 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pc200.obj `if test -f 'vid_pc200.c'; then $(CYGPATH_W) 'vid_pc200.c'; else $(CYGPATH_W) '$(srcdir)/vid_pc200.c'; fi`
 15.1802 +
 15.1803 +pcem-vid_pc1512.o: vid_pc1512.c
 15.1804 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pc1512.o -MD -MP -MF $(DEPDIR)/pcem-vid_pc1512.Tpo -c -o pcem-vid_pc1512.o `test -f 'vid_pc1512.c' || echo '$(srcdir)/'`vid_pc1512.c
 15.1805 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pc1512.Tpo $(DEPDIR)/pcem-vid_pc1512.Po
 15.1806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pc1512.c' object='pcem-vid_pc1512.o' libtool=no @AMDEPBACKSLASH@
 15.1807 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1808 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pc1512.o `test -f 'vid_pc1512.c' || echo '$(srcdir)/'`vid_pc1512.c
 15.1809 +
 15.1810 +pcem-vid_pc1512.obj: vid_pc1512.c
 15.1811 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pc1512.obj -MD -MP -MF $(DEPDIR)/pcem-vid_pc1512.Tpo -c -o pcem-vid_pc1512.obj `if test -f 'vid_pc1512.c'; then $(CYGPATH_W) 'vid_pc1512.c'; else $(CYGPATH_W) '$(srcdir)/vid_pc1512.c'; fi`
 15.1812 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pc1512.Tpo $(DEPDIR)/pcem-vid_pc1512.Po
 15.1813 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pc1512.c' object='pcem-vid_pc1512.obj' libtool=no @AMDEPBACKSLASH@
 15.1814 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1815 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pc1512.obj `if test -f 'vid_pc1512.c'; then $(CYGPATH_W) 'vid_pc1512.c'; else $(CYGPATH_W) '$(srcdir)/vid_pc1512.c'; fi`
 15.1816 +
 15.1817 +pcem-vid_pc1640.o: vid_pc1640.c
 15.1818 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pc1640.o -MD -MP -MF $(DEPDIR)/pcem-vid_pc1640.Tpo -c -o pcem-vid_pc1640.o `test -f 'vid_pc1640.c' || echo '$(srcdir)/'`vid_pc1640.c
 15.1819 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pc1640.Tpo $(DEPDIR)/pcem-vid_pc1640.Po
 15.1820 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pc1640.c' object='pcem-vid_pc1640.o' libtool=no @AMDEPBACKSLASH@
 15.1821 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1822 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pc1640.o `test -f 'vid_pc1640.c' || echo '$(srcdir)/'`vid_pc1640.c
 15.1823 +
 15.1824 +pcem-vid_pc1640.obj: vid_pc1640.c
 15.1825 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pc1640.obj -MD -MP -MF $(DEPDIR)/pcem-vid_pc1640.Tpo -c -o pcem-vid_pc1640.obj `if test -f 'vid_pc1640.c'; then $(CYGPATH_W) 'vid_pc1640.c'; else $(CYGPATH_W) '$(srcdir)/vid_pc1640.c'; fi`
 15.1826 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pc1640.Tpo $(DEPDIR)/pcem-vid_pc1640.Po
 15.1827 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pc1640.c' object='pcem-vid_pc1640.obj' libtool=no @AMDEPBACKSLASH@
 15.1828 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1829 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pc1640.obj `if test -f 'vid_pc1640.c'; then $(CYGPATH_W) 'vid_pc1640.c'; else $(CYGPATH_W) '$(srcdir)/vid_pc1640.c'; fi`
 15.1830 +
 15.1831 +pcem-vid_pcjr.o: vid_pcjr.c
 15.1832 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pcjr.o -MD -MP -MF $(DEPDIR)/pcem-vid_pcjr.Tpo -c -o pcem-vid_pcjr.o `test -f 'vid_pcjr.c' || echo '$(srcdir)/'`vid_pcjr.c
 15.1833 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pcjr.Tpo $(DEPDIR)/pcem-vid_pcjr.Po
 15.1834 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pcjr.c' object='pcem-vid_pcjr.o' libtool=no @AMDEPBACKSLASH@
 15.1835 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1836 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pcjr.o `test -f 'vid_pcjr.c' || echo '$(srcdir)/'`vid_pcjr.c
 15.1837 +
 15.1838 +pcem-vid_pcjr.obj: vid_pcjr.c
 15.1839 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_pcjr.obj -MD -MP -MF $(DEPDIR)/pcem-vid_pcjr.Tpo -c -o pcem-vid_pcjr.obj `if test -f 'vid_pcjr.c'; then $(CYGPATH_W) 'vid_pcjr.c'; else $(CYGPATH_W) '$(srcdir)/vid_pcjr.c'; fi`
 15.1840 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_pcjr.Tpo $(DEPDIR)/pcem-vid_pcjr.Po
 15.1841 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_pcjr.c' object='pcem-vid_pcjr.obj' libtool=no @AMDEPBACKSLASH@
 15.1842 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1843 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_pcjr.obj `if test -f 'vid_pcjr.c'; then $(CYGPATH_W) 'vid_pcjr.c'; else $(CYGPATH_W) '$(srcdir)/vid_pcjr.c'; fi`
 15.1844 +
 15.1845 +pcem-vid_s3.o: vid_s3.c
 15.1846 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_s3.o -MD -MP -MF $(DEPDIR)/pcem-vid_s3.Tpo -c -o pcem-vid_s3.o `test -f 'vid_s3.c' || echo '$(srcdir)/'`vid_s3.c
 15.1847 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_s3.Tpo $(DEPDIR)/pcem-vid_s3.Po
 15.1848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_s3.c' object='pcem-vid_s3.o' libtool=no @AMDEPBACKSLASH@
 15.1849 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1850 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_s3.o `test -f 'vid_s3.c' || echo '$(srcdir)/'`vid_s3.c
 15.1851 +
 15.1852 +pcem-vid_s3.obj: vid_s3.c
 15.1853 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_s3.obj -MD -MP -MF $(DEPDIR)/pcem-vid_s3.Tpo -c -o pcem-vid_s3.obj `if test -f 'vid_s3.c'; then $(CYGPATH_W) 'vid_s3.c'; else $(CYGPATH_W) '$(srcdir)/vid_s3.c'; fi`
 15.1854 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_s3.Tpo $(DEPDIR)/pcem-vid_s3.Po
 15.1855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_s3.c' object='pcem-vid_s3.obj' libtool=no @AMDEPBACKSLASH@
 15.1856 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1857 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_s3.obj `if test -f 'vid_s3.c'; then $(CYGPATH_W) 'vid_s3.c'; else $(CYGPATH_W) '$(srcdir)/vid_s3.c'; fi`
 15.1858 +
 15.1859 +pcem-vid_s3_virge.o: vid_s3_virge.c
 15.1860 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_s3_virge.o -MD -MP -MF $(DEPDIR)/pcem-vid_s3_virge.Tpo -c -o pcem-vid_s3_virge.o `test -f 'vid_s3_virge.c' || echo '$(srcdir)/'`vid_s3_virge.c
 15.1861 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_s3_virge.Tpo $(DEPDIR)/pcem-vid_s3_virge.Po
 15.1862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_s3_virge.c' object='pcem-vid_s3_virge.o' libtool=no @AMDEPBACKSLASH@
 15.1863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1864 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_s3_virge.o `test -f 'vid_s3_virge.c' || echo '$(srcdir)/'`vid_s3_virge.c
 15.1865 +
 15.1866 +pcem-vid_s3_virge.obj: vid_s3_virge.c
 15.1867 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_s3_virge.obj -MD -MP -MF $(DEPDIR)/pcem-vid_s3_virge.Tpo -c -o pcem-vid_s3_virge.obj `if test -f 'vid_s3_virge.c'; then $(CYGPATH_W) 'vid_s3_virge.c'; else $(CYGPATH_W) '$(srcdir)/vid_s3_virge.c'; fi`
 15.1868 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_s3_virge.Tpo $(DEPDIR)/pcem-vid_s3_virge.Po
 15.1869 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_s3_virge.c' object='pcem-vid_s3_virge.obj' libtool=no @AMDEPBACKSLASH@
 15.1870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1871 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_s3_virge.obj `if test -f 'vid_s3_virge.c'; then $(CYGPATH_W) 'vid_s3_virge.c'; else $(CYGPATH_W) '$(srcdir)/vid_s3_virge.c'; fi`
 15.1872 +
 15.1873 +pcem-vid_sdac_ramdac.o: vid_sdac_ramdac.c
 15.1874 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_sdac_ramdac.o -MD -MP -MF $(DEPDIR)/pcem-vid_sdac_ramdac.Tpo -c -o pcem-vid_sdac_ramdac.o `test -f 'vid_sdac_ramdac.c' || echo '$(srcdir)/'`vid_sdac_ramdac.c
 15.1875 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_sdac_ramdac.Tpo $(DEPDIR)/pcem-vid_sdac_ramdac.Po
 15.1876 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_sdac_ramdac.c' object='pcem-vid_sdac_ramdac.o' libtool=no @AMDEPBACKSLASH@
 15.1877 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1878 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_sdac_ramdac.o `test -f 'vid_sdac_ramdac.c' || echo '$(srcdir)/'`vid_sdac_ramdac.c
 15.1879 +
 15.1880 +pcem-vid_sdac_ramdac.obj: vid_sdac_ramdac.c
 15.1881 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_sdac_ramdac.obj -MD -MP -MF $(DEPDIR)/pcem-vid_sdac_ramdac.Tpo -c -o pcem-vid_sdac_ramdac.obj `if test -f 'vid_sdac_ramdac.c'; then $(CYGPATH_W) 'vid_sdac_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_sdac_ramdac.c'; fi`
 15.1882 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_sdac_ramdac.Tpo $(DEPDIR)/pcem-vid_sdac_ramdac.Po
 15.1883 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_sdac_ramdac.c' object='pcem-vid_sdac_ramdac.obj' libtool=no @AMDEPBACKSLASH@
 15.1884 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1885 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_sdac_ramdac.obj `if test -f 'vid_sdac_ramdac.c'; then $(CYGPATH_W) 'vid_sdac_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_sdac_ramdac.c'; fi`
 15.1886 +
 15.1887 +pcem-vid_stg_ramdac.o: vid_stg_ramdac.c
 15.1888 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_stg_ramdac.o -MD -MP -MF $(DEPDIR)/pcem-vid_stg_ramdac.Tpo -c -o pcem-vid_stg_ramdac.o `test -f 'vid_stg_ramdac.c' || echo '$(srcdir)/'`vid_stg_ramdac.c
 15.1889 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_stg_ramdac.Tpo $(DEPDIR)/pcem-vid_stg_ramdac.Po
 15.1890 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_stg_ramdac.c' object='pcem-vid_stg_ramdac.o' libtool=no @AMDEPBACKSLASH@
 15.1891 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1892 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_stg_ramdac.o `test -f 'vid_stg_ramdac.c' || echo '$(srcdir)/'`vid_stg_ramdac.c
 15.1893 +
 15.1894 +pcem-vid_stg_ramdac.obj: vid_stg_ramdac.c
 15.1895 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_stg_ramdac.obj -MD -MP -MF $(DEPDIR)/pcem-vid_stg_ramdac.Tpo -c -o pcem-vid_stg_ramdac.obj `if test -f 'vid_stg_ramdac.c'; then $(CYGPATH_W) 'vid_stg_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_stg_ramdac.c'; fi`
 15.1896 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_stg_ramdac.Tpo $(DEPDIR)/pcem-vid_stg_ramdac.Po
 15.1897 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_stg_ramdac.c' object='pcem-vid_stg_ramdac.obj' libtool=no @AMDEPBACKSLASH@
 15.1898 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1899 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_stg_ramdac.obj `if test -f 'vid_stg_ramdac.c'; then $(CYGPATH_W) 'vid_stg_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_stg_ramdac.c'; fi`
 15.1900 +
 15.1901 +pcem-vid_svga.o: vid_svga.c
 15.1902 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_svga.o -MD -MP -MF $(DEPDIR)/pcem-vid_svga.Tpo -c -o pcem-vid_svga.o `test -f 'vid_svga.c' || echo '$(srcdir)/'`vid_svga.c
 15.1903 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_svga.Tpo $(DEPDIR)/pcem-vid_svga.Po
 15.1904 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_svga.c' object='pcem-vid_svga.o' libtool=no @AMDEPBACKSLASH@
 15.1905 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1906 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_svga.o `test -f 'vid_svga.c' || echo '$(srcdir)/'`vid_svga.c
 15.1907 +
 15.1908 +pcem-vid_svga.obj: vid_svga.c
 15.1909 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_svga.obj -MD -MP -MF $(DEPDIR)/pcem-vid_svga.Tpo -c -o pcem-vid_svga.obj `if test -f 'vid_svga.c'; then $(CYGPATH_W) 'vid_svga.c'; else $(CYGPATH_W) '$(srcdir)/vid_svga.c'; fi`
 15.1910 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_svga.Tpo $(DEPDIR)/pcem-vid_svga.Po
 15.1911 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_svga.c' object='pcem-vid_svga.obj' libtool=no @AMDEPBACKSLASH@
 15.1912 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1913 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_svga.obj `if test -f 'vid_svga.c'; then $(CYGPATH_W) 'vid_svga.c'; else $(CYGPATH_W) '$(srcdir)/vid_svga.c'; fi`
 15.1914 +
 15.1915 +pcem-vid_svga_render.o: vid_svga_render.c
 15.1916 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_svga_render.o -MD -MP -MF $(DEPDIR)/pcem-vid_svga_render.Tpo -c -o pcem-vid_svga_render.o `test -f 'vid_svga_render.c' || echo '$(srcdir)/'`vid_svga_render.c
 15.1917 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_svga_render.Tpo $(DEPDIR)/pcem-vid_svga_render.Po
 15.1918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_svga_render.c' object='pcem-vid_svga_render.o' libtool=no @AMDEPBACKSLASH@
 15.1919 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1920 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_svga_render.o `test -f 'vid_svga_render.c' || echo '$(srcdir)/'`vid_svga_render.c
 15.1921 +
 15.1922 +pcem-vid_svga_render.obj: vid_svga_render.c
 15.1923 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_svga_render.obj -MD -MP -MF $(DEPDIR)/pcem-vid_svga_render.Tpo -c -o pcem-vid_svga_render.obj `if test -f 'vid_svga_render.c'; then $(CYGPATH_W) 'vid_svga_render.c'; else $(CYGPATH_W) '$(srcdir)/vid_svga_render.c'; fi`
 15.1924 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_svga_render.Tpo $(DEPDIR)/pcem-vid_svga_render.Po
 15.1925 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_svga_render.c' object='pcem-vid_svga_render.obj' libtool=no @AMDEPBACKSLASH@
 15.1926 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1927 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_svga_render.obj `if test -f 'vid_svga_render.c'; then $(CYGPATH_W) 'vid_svga_render.c'; else $(CYGPATH_W) '$(srcdir)/vid_svga_render.c'; fi`
 15.1928 +
 15.1929 +pcem-vid_tandy.o: vid_tandy.c
 15.1930 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tandy.o -MD -MP -MF $(DEPDIR)/pcem-vid_tandy.Tpo -c -o pcem-vid_tandy.o `test -f 'vid_tandy.c' || echo '$(srcdir)/'`vid_tandy.c
 15.1931 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tandy.Tpo $(DEPDIR)/pcem-vid_tandy.Po
 15.1932 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tandy.c' object='pcem-vid_tandy.o' libtool=no @AMDEPBACKSLASH@
 15.1933 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1934 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tandy.o `test -f 'vid_tandy.c' || echo '$(srcdir)/'`vid_tandy.c
 15.1935 +
 15.1936 +pcem-vid_tandy.obj: vid_tandy.c
 15.1937 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tandy.obj -MD -MP -MF $(DEPDIR)/pcem-vid_tandy.Tpo -c -o pcem-vid_tandy.obj `if test -f 'vid_tandy.c'; then $(CYGPATH_W) 'vid_tandy.c'; else $(CYGPATH_W) '$(srcdir)/vid_tandy.c'; fi`
 15.1938 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tandy.Tpo $(DEPDIR)/pcem-vid_tandy.Po
 15.1939 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tandy.c' object='pcem-vid_tandy.obj' libtool=no @AMDEPBACKSLASH@
 15.1940 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1941 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tandy.obj `if test -f 'vid_tandy.c'; then $(CYGPATH_W) 'vid_tandy.c'; else $(CYGPATH_W) '$(srcdir)/vid_tandy.c'; fi`
 15.1942 +
 15.1943 +pcem-vid_tgui9440.o: vid_tgui9440.c
 15.1944 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tgui9440.o -MD -MP -MF $(DEPDIR)/pcem-vid_tgui9440.Tpo -c -o pcem-vid_tgui9440.o `test -f 'vid_tgui9440.c' || echo '$(srcdir)/'`vid_tgui9440.c
 15.1945 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tgui9440.Tpo $(DEPDIR)/pcem-vid_tgui9440.Po
 15.1946 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tgui9440.c' object='pcem-vid_tgui9440.o' libtool=no @AMDEPBACKSLASH@
 15.1947 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1948 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tgui9440.o `test -f 'vid_tgui9440.c' || echo '$(srcdir)/'`vid_tgui9440.c
 15.1949 +
 15.1950 +pcem-vid_tgui9440.obj: vid_tgui9440.c
 15.1951 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tgui9440.obj -MD -MP -MF $(DEPDIR)/pcem-vid_tgui9440.Tpo -c -o pcem-vid_tgui9440.obj `if test -f 'vid_tgui9440.c'; then $(CYGPATH_W) 'vid_tgui9440.c'; else $(CYGPATH_W) '$(srcdir)/vid_tgui9440.c'; fi`
 15.1952 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tgui9440.Tpo $(DEPDIR)/pcem-vid_tgui9440.Po
 15.1953 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tgui9440.c' object='pcem-vid_tgui9440.obj' libtool=no @AMDEPBACKSLASH@
 15.1954 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1955 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tgui9440.obj `if test -f 'vid_tgui9440.c'; then $(CYGPATH_W) 'vid_tgui9440.c'; else $(CYGPATH_W) '$(srcdir)/vid_tgui9440.c'; fi`
 15.1956 +
 15.1957 +pcem-vid_tkd8001_ramdac.o: vid_tkd8001_ramdac.c
 15.1958 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tkd8001_ramdac.o -MD -MP -MF $(DEPDIR)/pcem-vid_tkd8001_ramdac.Tpo -c -o pcem-vid_tkd8001_ramdac.o `test -f 'vid_tkd8001_ramdac.c' || echo '$(srcdir)/'`vid_tkd8001_ramdac.c
 15.1959 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tkd8001_ramdac.Tpo $(DEPDIR)/pcem-vid_tkd8001_ramdac.Po
 15.1960 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tkd8001_ramdac.c' object='pcem-vid_tkd8001_ramdac.o' libtool=no @AMDEPBACKSLASH@
 15.1961 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1962 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tkd8001_ramdac.o `test -f 'vid_tkd8001_ramdac.c' || echo '$(srcdir)/'`vid_tkd8001_ramdac.c
 15.1963 +
 15.1964 +pcem-vid_tkd8001_ramdac.obj: vid_tkd8001_ramdac.c
 15.1965 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tkd8001_ramdac.obj -MD -MP -MF $(DEPDIR)/pcem-vid_tkd8001_ramdac.Tpo -c -o pcem-vid_tkd8001_ramdac.obj `if test -f 'vid_tkd8001_ramdac.c'; then $(CYGPATH_W) 'vid_tkd8001_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_tkd8001_ramdac.c'; fi`
 15.1966 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tkd8001_ramdac.Tpo $(DEPDIR)/pcem-vid_tkd8001_ramdac.Po
 15.1967 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tkd8001_ramdac.c' object='pcem-vid_tkd8001_ramdac.obj' libtool=no @AMDEPBACKSLASH@
 15.1968 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1969 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tkd8001_ramdac.obj `if test -f 'vid_tkd8001_ramdac.c'; then $(CYGPATH_W) 'vid_tkd8001_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_tkd8001_ramdac.c'; fi`
 15.1970 +
 15.1971 +pcem-vid_tvga.o: vid_tvga.c
 15.1972 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tvga.o -MD -MP -MF $(DEPDIR)/pcem-vid_tvga.Tpo -c -o pcem-vid_tvga.o `test -f 'vid_tvga.c' || echo '$(srcdir)/'`vid_tvga.c
 15.1973 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tvga.Tpo $(DEPDIR)/pcem-vid_tvga.Po
 15.1974 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tvga.c' object='pcem-vid_tvga.o' libtool=no @AMDEPBACKSLASH@
 15.1975 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1976 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tvga.o `test -f 'vid_tvga.c' || echo '$(srcdir)/'`vid_tvga.c
 15.1977 +
 15.1978 +pcem-vid_tvga.obj: vid_tvga.c
 15.1979 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_tvga.obj -MD -MP -MF $(DEPDIR)/pcem-vid_tvga.Tpo -c -o pcem-vid_tvga.obj `if test -f 'vid_tvga.c'; then $(CYGPATH_W) 'vid_tvga.c'; else $(CYGPATH_W) '$(srcdir)/vid_tvga.c'; fi`
 15.1980 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_tvga.Tpo $(DEPDIR)/pcem-vid_tvga.Po
 15.1981 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_tvga.c' object='pcem-vid_tvga.obj' libtool=no @AMDEPBACKSLASH@
 15.1982 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1983 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_tvga.obj `if test -f 'vid_tvga.c'; then $(CYGPATH_W) 'vid_tvga.c'; else $(CYGPATH_W) '$(srcdir)/vid_tvga.c'; fi`
 15.1984 +
 15.1985 +pcem-vid_unk_ramdac.o: vid_unk_ramdac.c
 15.1986 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_unk_ramdac.o -MD -MP -MF $(DEPDIR)/pcem-vid_unk_ramdac.Tpo -c -o pcem-vid_unk_ramdac.o `test -f 'vid_unk_ramdac.c' || echo '$(srcdir)/'`vid_unk_ramdac.c
 15.1987 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_unk_ramdac.Tpo $(DEPDIR)/pcem-vid_unk_ramdac.Po
 15.1988 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_unk_ramdac.c' object='pcem-vid_unk_ramdac.o' libtool=no @AMDEPBACKSLASH@
 15.1989 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1990 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_unk_ramdac.o `test -f 'vid_unk_ramdac.c' || echo '$(srcdir)/'`vid_unk_ramdac.c
 15.1991 +
 15.1992 +pcem-vid_unk_ramdac.obj: vid_unk_ramdac.c
 15.1993 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_unk_ramdac.obj -MD -MP -MF $(DEPDIR)/pcem-vid_unk_ramdac.Tpo -c -o pcem-vid_unk_ramdac.obj `if test -f 'vid_unk_ramdac.c'; then $(CYGPATH_W) 'vid_unk_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_unk_ramdac.c'; fi`
 15.1994 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_unk_ramdac.Tpo $(DEPDIR)/pcem-vid_unk_ramdac.Po
 15.1995 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_unk_ramdac.c' object='pcem-vid_unk_ramdac.obj' libtool=no @AMDEPBACKSLASH@
 15.1996 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.1997 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_unk_ramdac.obj `if test -f 'vid_unk_ramdac.c'; then $(CYGPATH_W) 'vid_unk_ramdac.c'; else $(CYGPATH_W) '$(srcdir)/vid_unk_ramdac.c'; fi`
 15.1998 +
 15.1999 +pcem-vid_vga.o: vid_vga.c
 15.2000 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_vga.o -MD -MP -MF $(DEPDIR)/pcem-vid_vga.Tpo -c -o pcem-vid_vga.o `test -f 'vid_vga.c' || echo '$(srcdir)/'`vid_vga.c
 15.2001 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_vga.Tpo $(DEPDIR)/pcem-vid_vga.Po
 15.2002 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_vga.c' object='pcem-vid_vga.o' libtool=no @AMDEPBACKSLASH@
 15.2003 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2004 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_vga.o `test -f 'vid_vga.c' || echo '$(srcdir)/'`vid_vga.c
 15.2005 +
 15.2006 +pcem-vid_vga.obj: vid_vga.c
 15.2007 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_vga.obj -MD -MP -MF $(DEPDIR)/pcem-vid_vga.Tpo -c -o pcem-vid_vga.obj `if test -f 'vid_vga.c'; then $(CYGPATH_W) 'vid_vga.c'; else $(CYGPATH_W) '$(srcdir)/vid_vga.c'; fi`
 15.2008 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_vga.Tpo $(DEPDIR)/pcem-vid_vga.Po
 15.2009 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_vga.c' object='pcem-vid_vga.obj' libtool=no @AMDEPBACKSLASH@
 15.2010 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2011 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_vga.obj `if test -f 'vid_vga.c'; then $(CYGPATH_W) 'vid_vga.c'; else $(CYGPATH_W) '$(srcdir)/vid_vga.c'; fi`
 15.2012 +
 15.2013 +pcem-vid_voodoo.o: vid_voodoo.c
 15.2014 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_voodoo.o -MD -MP -MF $(DEPDIR)/pcem-vid_voodoo.Tpo -c -o pcem-vid_voodoo.o `test -f 'vid_voodoo.c' || echo '$(srcdir)/'`vid_voodoo.c
 15.2015 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_voodoo.Tpo $(DEPDIR)/pcem-vid_voodoo.Po
 15.2016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_voodoo.c' object='pcem-vid_voodoo.o' libtool=no @AMDEPBACKSLASH@
 15.2017 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2018 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_voodoo.o `test -f 'vid_voodoo.c' || echo '$(srcdir)/'`vid_voodoo.c
 15.2019 +
 15.2020 +pcem-vid_voodoo.obj: vid_voodoo.c
 15.2021 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-vid_voodoo.obj -MD -MP -MF $(DEPDIR)/pcem-vid_voodoo.Tpo -c -o pcem-vid_voodoo.obj `if test -f 'vid_voodoo.c'; then $(CYGPATH_W) 'vid_voodoo.c'; else $(CYGPATH_W) '$(srcdir)/vid_voodoo.c'; fi`
 15.2022 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-vid_voodoo.Tpo $(DEPDIR)/pcem-vid_voodoo.Po
 15.2023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_voodoo.c' object='pcem-vid_voodoo.obj' libtool=no @AMDEPBACKSLASH@
 15.2024 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2025 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-vid_voodoo.obj `if test -f 'vid_voodoo.c'; then $(CYGPATH_W) 'vid_voodoo.c'; else $(CYGPATH_W) '$(srcdir)/vid_voodoo.c'; fi`
 15.2026 +
 15.2027 +pcem-video.o: video.c
 15.2028 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-video.o -MD -MP -MF $(DEPDIR)/pcem-video.Tpo -c -o pcem-video.o `test -f 'video.c' || echo '$(srcdir)/'`video.c
 15.2029 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-video.Tpo $(DEPDIR)/pcem-video.Po
 15.2030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='video.c' object='pcem-video.o' libtool=no @AMDEPBACKSLASH@
 15.2031 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2032 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-video.o `test -f 'video.c' || echo '$(srcdir)/'`video.c
 15.2033 +
 15.2034 +pcem-video.obj: video.c
 15.2035 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-video.obj -MD -MP -MF $(DEPDIR)/pcem-video.Tpo -c -o pcem-video.obj `if test -f 'video.c'; then $(CYGPATH_W) 'video.c'; else $(CYGPATH_W) '$(srcdir)/video.c'; fi`
 15.2036 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-video.Tpo $(DEPDIR)/pcem-video.Po
 15.2037 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='video.c' object='pcem-video.obj' libtool=no @AMDEPBACKSLASH@
 15.2038 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2039 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-video.obj `if test -f 'video.c'; then $(CYGPATH_W) 'video.c'; else $(CYGPATH_W) '$(srcdir)/video.c'; fi`
 15.2040 +
 15.2041 +pcem-wd76c10.o: wd76c10.c
 15.2042 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-wd76c10.o -MD -MP -MF $(DEPDIR)/pcem-wd76c10.Tpo -c -o pcem-wd76c10.o `test -f 'wd76c10.c' || echo '$(srcdir)/'`wd76c10.c
 15.2043 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-wd76c10.Tpo $(DEPDIR)/pcem-wd76c10.Po
 15.2044 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='wd76c10.c' object='pcem-wd76c10.o' libtool=no @AMDEPBACKSLASH@
 15.2045 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2046 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-wd76c10.o `test -f 'wd76c10.c' || echo '$(srcdir)/'`wd76c10.c
 15.2047 +
 15.2048 +pcem-wd76c10.obj: wd76c10.c
 15.2049 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-wd76c10.obj -MD -MP -MF $(DEPDIR)/pcem-wd76c10.Tpo -c -o pcem-wd76c10.obj `if test -f 'wd76c10.c'; then $(CYGPATH_W) 'wd76c10.c'; else $(CYGPATH_W) '$(srcdir)/wd76c10.c'; fi`
 15.2050 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-wd76c10.Tpo $(DEPDIR)/pcem-wd76c10.Po
 15.2051 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='wd76c10.c' object='pcem-wd76c10.obj' libtool=no @AMDEPBACKSLASH@
 15.2052 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2053 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-wd76c10.obj `if test -f 'wd76c10.c'; then $(CYGPATH_W) 'wd76c10.c'; else $(CYGPATH_W) '$(srcdir)/wd76c10.c'; fi`
 15.2054 +
 15.2055 +pcem-x86seg.o: x86seg.c
 15.2056 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-x86seg.o -MD -MP -MF $(DEPDIR)/pcem-x86seg.Tpo -c -o pcem-x86seg.o `test -f 'x86seg.c' || echo '$(srcdir)/'`x86seg.c
 15.2057 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-x86seg.Tpo $(DEPDIR)/pcem-x86seg.Po
 15.2058 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='x86seg.c' object='pcem-x86seg.o' libtool=no @AMDEPBACKSLASH@
 15.2059 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2060 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-x86seg.o `test -f 'x86seg.c' || echo '$(srcdir)/'`x86seg.c
 15.2061 +
 15.2062 +pcem-x86seg.obj: x86seg.c
 15.2063 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-x86seg.obj -MD -MP -MF $(DEPDIR)/pcem-x86seg.Tpo -c -o pcem-x86seg.obj `if test -f 'x86seg.c'; then $(CYGPATH_W) 'x86seg.c'; else $(CYGPATH_W) '$(srcdir)/x86seg.c'; fi`
 15.2064 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-x86seg.Tpo $(DEPDIR)/pcem-x86seg.Po
 15.2065 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='x86seg.c' object='pcem-x86seg.obj' libtool=no @AMDEPBACKSLASH@
 15.2066 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2067 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-x86seg.obj `if test -f 'x86seg.c'; then $(CYGPATH_W) 'x86seg.c'; else $(CYGPATH_W) '$(srcdir)/x86seg.c'; fi`
 15.2068 +
 15.2069 +pcem-x87.o: x87.c
 15.2070 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-x87.o -MD -MP -MF $(DEPDIR)/pcem-x87.Tpo -c -o pcem-x87.o `test -f 'x87.c' || echo '$(srcdir)/'`x87.c
 15.2071 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-x87.Tpo $(DEPDIR)/pcem-x87.Po
 15.2072 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='x87.c' object='pcem-x87.o' libtool=no @AMDEPBACKSLASH@
 15.2073 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2074 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-x87.o `test -f 'x87.c' || echo '$(srcdir)/'`x87.c
 15.2075 +
 15.2076 +pcem-x87.obj: x87.c
 15.2077 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-x87.obj -MD -MP -MF $(DEPDIR)/pcem-x87.Tpo -c -o pcem-x87.obj `if test -f 'x87.c'; then $(CYGPATH_W) 'x87.c'; else $(CYGPATH_W) '$(srcdir)/x87.c'; fi`
 15.2078 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-x87.Tpo $(DEPDIR)/pcem-x87.Po
 15.2079 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='x87.c' object='pcem-x87.obj' libtool=no @AMDEPBACKSLASH@
 15.2080 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2081 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-x87.obj `if test -f 'x87.c'; then $(CYGPATH_W) 'x87.c'; else $(CYGPATH_W) '$(srcdir)/x87.c'; fi`
 15.2082 +
 15.2083 +pcem-xtide.o: xtide.c
 15.2084 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-xtide.o -MD -MP -MF $(DEPDIR)/pcem-xtide.Tpo -c -o pcem-xtide.o `test -f 'xtide.c' || echo '$(srcdir)/'`xtide.c
 15.2085 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-xtide.Tpo $(DEPDIR)/pcem-xtide.Po
 15.2086 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xtide.c' object='pcem-xtide.o' libtool=no @AMDEPBACKSLASH@
 15.2087 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2088 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-xtide.o `test -f 'xtide.c' || echo '$(srcdir)/'`xtide.c
 15.2089 +
 15.2090 +pcem-xtide.obj: xtide.c
 15.2091 +@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -MT pcem-xtide.obj -MD -MP -MF $(DEPDIR)/pcem-xtide.Tpo -c -o pcem-xtide.obj `if test -f 'xtide.c'; then $(CYGPATH_W) 'xtide.c'; else $(CYGPATH_W) '$(srcdir)/xtide.c'; fi`
 15.2092 +@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pcem-xtide.Tpo $(DEPDIR)/pcem-xtide.Po
 15.2093 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xtide.c' object='pcem-xtide.obj' libtool=no @AMDEPBACKSLASH@
 15.2094 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2095 +@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcem_CFLAGS) $(CFLAGS) -c -o pcem-xtide.obj `if test -f 'xtide.c'; then $(CYGPATH_W) 'xtide.c'; else $(CYGPATH_W) '$(srcdir)/xtide.c'; fi`
 15.2096 +
 15.2097 +.cc.o:
 15.2098 +@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 15.2099 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 15.2100 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 15.2101 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2102 +@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
 15.2103 +
 15.2104 +.cc.obj:
 15.2105 +@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 15.2106 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 15.2107 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 15.2108 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2109 +@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 15.2110 +
 15.2111 +dbopl.o: dosbox/dbopl.cpp
 15.2112 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dbopl.o -MD -MP -MF $(DEPDIR)/dbopl.Tpo -c -o dbopl.o `test -f 'dosbox/dbopl.cpp' || echo '$(srcdir)/'`dosbox/dbopl.cpp
 15.2113 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/dbopl.Tpo $(DEPDIR)/dbopl.Po
 15.2114 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dosbox/dbopl.cpp' object='dbopl.o' libtool=no @AMDEPBACKSLASH@
 15.2115 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2116 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dbopl.o `test -f 'dosbox/dbopl.cpp' || echo '$(srcdir)/'`dosbox/dbopl.cpp
 15.2117 +
 15.2118 +dbopl.obj: dosbox/dbopl.cpp
 15.2119 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dbopl.obj -MD -MP -MF $(DEPDIR)/dbopl.Tpo -c -o dbopl.obj `if test -f 'dosbox/dbopl.cpp'; then $(CYGPATH_W) 'dosbox/dbopl.cpp'; else $(CYGPATH_W) '$(srcdir)/dosbox/dbopl.cpp'; fi`
 15.2120 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/dbopl.Tpo $(DEPDIR)/dbopl.Po
 15.2121 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dosbox/dbopl.cpp' object='dbopl.obj' libtool=no @AMDEPBACKSLASH@
 15.2122 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2123 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dbopl.obj `if test -f 'dosbox/dbopl.cpp'; then $(CYGPATH_W) 'dosbox/dbopl.cpp'; else $(CYGPATH_W) '$(srcdir)/dosbox/dbopl.cpp'; fi`
 15.2124 +
 15.2125 +convolve.o: resid-fp/convolve.cc
 15.2126 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT convolve.o -MD -MP -MF $(DEPDIR)/convolve.Tpo -c -o convolve.o `test -f 'resid-fp/convolve.cc' || echo '$(srcdir)/'`resid-fp/convolve.cc
 15.2127 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/convolve.Tpo $(DEPDIR)/convolve.Po
 15.2128 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/convolve.cc' object='convolve.o' libtool=no @AMDEPBACKSLASH@
 15.2129 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2130 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o convolve.o `test -f 'resid-fp/convolve.cc' || echo '$(srcdir)/'`resid-fp/convolve.cc
 15.2131 +
 15.2132 +convolve.obj: resid-fp/convolve.cc
 15.2133 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT convolve.obj -MD -MP -MF $(DEPDIR)/convolve.Tpo -c -o convolve.obj `if test -f 'resid-fp/convolve.cc'; then $(CYGPATH_W) 'resid-fp/convolve.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/convolve.cc'; fi`
 15.2134 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/convolve.Tpo $(DEPDIR)/convolve.Po
 15.2135 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/convolve.cc' object='convolve.obj' libtool=no @AMDEPBACKSLASH@
 15.2136 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2137 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o convolve.obj `if test -f 'resid-fp/convolve.cc'; then $(CYGPATH_W) 'resid-fp/convolve.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/convolve.cc'; fi`
 15.2138 +
 15.2139 +convolve-sse.o: resid-fp/convolve-sse.cc
 15.2140 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT convolve-sse.o -MD -MP -MF $(DEPDIR)/convolve-sse.Tpo -c -o convolve-sse.o `test -f 'resid-fp/convolve-sse.cc' || echo '$(srcdir)/'`resid-fp/convolve-sse.cc
 15.2141 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/convolve-sse.Tpo $(DEPDIR)/convolve-sse.Po
 15.2142 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/convolve-sse.cc' object='convolve-sse.o' libtool=no @AMDEPBACKSLASH@
 15.2143 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2144 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o convolve-sse.o `test -f 'resid-fp/convolve-sse.cc' || echo '$(srcdir)/'`resid-fp/convolve-sse.cc
 15.2145 +
 15.2146 +convolve-sse.obj: resid-fp/convolve-sse.cc
 15.2147 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT convolve-sse.obj -MD -MP -MF $(DEPDIR)/convolve-sse.Tpo -c -o convolve-sse.obj `if test -f 'resid-fp/convolve-sse.cc'; then $(CYGPATH_W) 'resid-fp/convolve-sse.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/convolve-sse.cc'; fi`
 15.2148 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/convolve-sse.Tpo $(DEPDIR)/convolve-sse.Po
 15.2149 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/convolve-sse.cc' object='convolve-sse.obj' libtool=no @AMDEPBACKSLASH@
 15.2150 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2151 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o convolve-sse.obj `if test -f 'resid-fp/convolve-sse.cc'; then $(CYGPATH_W) 'resid-fp/convolve-sse.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/convolve-sse.cc'; fi`
 15.2152 +
 15.2153 +envelope.o: resid-fp/envelope.cc
 15.2154 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT envelope.o -MD -MP -MF $(DEPDIR)/envelope.Tpo -c -o envelope.o `test -f 'resid-fp/envelope.cc' || echo '$(srcdir)/'`resid-fp/envelope.cc
 15.2155 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/envelope.Tpo $(DEPDIR)/envelope.Po
 15.2156 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/envelope.cc' object='envelope.o' libtool=no @AMDEPBACKSLASH@
 15.2157 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2158 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o envelope.o `test -f 'resid-fp/envelope.cc' || echo '$(srcdir)/'`resid-fp/envelope.cc
 15.2159 +
 15.2160 +envelope.obj: resid-fp/envelope.cc
 15.2161 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT envelope.obj -MD -MP -MF $(DEPDIR)/envelope.Tpo -c -o envelope.obj `if test -f 'resid-fp/envelope.cc'; then $(CYGPATH_W) 'resid-fp/envelope.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/envelope.cc'; fi`
 15.2162 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/envelope.Tpo $(DEPDIR)/envelope.Po
 15.2163 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/envelope.cc' object='envelope.obj' libtool=no @AMDEPBACKSLASH@
 15.2164 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2165 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o envelope.obj `if test -f 'resid-fp/envelope.cc'; then $(CYGPATH_W) 'resid-fp/envelope.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/envelope.cc'; fi`
 15.2166 +
 15.2167 +extfilt.o: resid-fp/extfilt.cc
 15.2168 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT extfilt.o -MD -MP -MF $(DEPDIR)/extfilt.Tpo -c -o extfilt.o `test -f 'resid-fp/extfilt.cc' || echo '$(srcdir)/'`resid-fp/extfilt.cc
 15.2169 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/extfilt.Tpo $(DEPDIR)/extfilt.Po
 15.2170 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/extfilt.cc' object='extfilt.o' libtool=no @AMDEPBACKSLASH@
 15.2171 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2172 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o extfilt.o `test -f 'resid-fp/extfilt.cc' || echo '$(srcdir)/'`resid-fp/extfilt.cc
 15.2173 +
 15.2174 +extfilt.obj: resid-fp/extfilt.cc
 15.2175 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT extfilt.obj -MD -MP -MF $(DEPDIR)/extfilt.Tpo -c -o extfilt.obj `if test -f 'resid-fp/extfilt.cc'; then $(CYGPATH_W) 'resid-fp/extfilt.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/extfilt.cc'; fi`
 15.2176 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/extfilt.Tpo $(DEPDIR)/extfilt.Po
 15.2177 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/extfilt.cc' object='extfilt.obj' libtool=no @AMDEPBACKSLASH@
 15.2178 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2179 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o extfilt.obj `if test -f 'resid-fp/extfilt.cc'; then $(CYGPATH_W) 'resid-fp/extfilt.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/extfilt.cc'; fi`
 15.2180 +
 15.2181 +filter.o: resid-fp/filter.cc
 15.2182 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filter.o -MD -MP -MF $(DEPDIR)/filter.Tpo -c -o filter.o `test -f 'resid-fp/filter.cc' || echo '$(srcdir)/'`resid-fp/filter.cc
 15.2183 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/filter.Tpo $(DEPDIR)/filter.Po
 15.2184 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/filter.cc' object='filter.o' libtool=no @AMDEPBACKSLASH@
 15.2185 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2186 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filter.o `test -f 'resid-fp/filter.cc' || echo '$(srcdir)/'`resid-fp/filter.cc
 15.2187 +
 15.2188 +filter.obj: resid-fp/filter.cc
 15.2189 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filter.obj -MD -MP -MF $(DEPDIR)/filter.Tpo -c -o filter.obj `if test -f 'resid-fp/filter.cc'; then $(CYGPATH_W) 'resid-fp/filter.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/filter.cc'; fi`
 15.2190 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/filter.Tpo $(DEPDIR)/filter.Po
 15.2191 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/filter.cc' object='filter.obj' libtool=no @AMDEPBACKSLASH@
 15.2192 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2193 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filter.obj `if test -f 'resid-fp/filter.cc'; then $(CYGPATH_W) 'resid-fp/filter.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/filter.cc'; fi`
 15.2194 +
 15.2195 +pot.o: resid-fp/pot.cc
 15.2196 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pot.o -MD -MP -MF $(DEPDIR)/pot.Tpo -c -o pot.o `test -f 'resid-fp/pot.cc' || echo '$(srcdir)/'`resid-fp/pot.cc
 15.2197 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/pot.Tpo $(DEPDIR)/pot.Po
 15.2198 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/pot.cc' object='pot.o' libtool=no @AMDEPBACKSLASH@
 15.2199 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2200 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pot.o `test -f 'resid-fp/pot.cc' || echo '$(srcdir)/'`resid-fp/pot.cc
 15.2201 +
 15.2202 +pot.obj: resid-fp/pot.cc
 15.2203 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pot.obj -MD -MP -MF $(DEPDIR)/pot.Tpo -c -o pot.obj `if test -f 'resid-fp/pot.cc'; then $(CYGPATH_W) 'resid-fp/pot.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/pot.cc'; fi`
 15.2204 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/pot.Tpo $(DEPDIR)/pot.Po
 15.2205 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/pot.cc' object='pot.obj' libtool=no @AMDEPBACKSLASH@
 15.2206 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2207 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pot.obj `if test -f 'resid-fp/pot.cc'; then $(CYGPATH_W) 'resid-fp/pot.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/pot.cc'; fi`
 15.2208 +
 15.2209 +sid.o: resid-fp/sid.cc
 15.2210 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sid.o -MD -MP -MF $(DEPDIR)/sid.Tpo -c -o sid.o `test -f 'resid-fp/sid.cc' || echo '$(srcdir)/'`resid-fp/sid.cc
 15.2211 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sid.Tpo $(DEPDIR)/sid.Po
 15.2212 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/sid.cc' object='sid.o' libtool=no @AMDEPBACKSLASH@
 15.2213 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2214 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sid.o `test -f 'resid-fp/sid.cc' || echo '$(srcdir)/'`resid-fp/sid.cc
 15.2215 +
 15.2216 +sid.obj: resid-fp/sid.cc
 15.2217 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sid.obj -MD -MP -MF $(DEPDIR)/sid.Tpo -c -o sid.obj `if test -f 'resid-fp/sid.cc'; then $(CYGPATH_W) 'resid-fp/sid.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/sid.cc'; fi`
 15.2218 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sid.Tpo $(DEPDIR)/sid.Po
 15.2219 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/sid.cc' object='sid.obj' libtool=no @AMDEPBACKSLASH@
 15.2220 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2221 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sid.obj `if test -f 'resid-fp/sid.cc'; then $(CYGPATH_W) 'resid-fp/sid.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/sid.cc'; fi`
 15.2222 +
 15.2223 +voice.o: resid-fp/voice.cc
 15.2224 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT voice.o -MD -MP -MF $(DEPDIR)/voice.Tpo -c -o voice.o `test -f 'resid-fp/voice.cc' || echo '$(srcdir)/'`resid-fp/voice.cc
 15.2225 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/voice.Tpo $(DEPDIR)/voice.Po
 15.2226 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/voice.cc' object='voice.o' libtool=no @AMDEPBACKSLASH@
 15.2227 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2228 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o voice.o `test -f 'resid-fp/voice.cc' || echo '$(srcdir)/'`resid-fp/voice.cc
 15.2229 +
 15.2230 +voice.obj: resid-fp/voice.cc
 15.2231 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT voice.obj -MD -MP -MF $(DEPDIR)/voice.Tpo -c -o voice.obj `if test -f 'resid-fp/voice.cc'; then $(CYGPATH_W) 'resid-fp/voice.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/voice.cc'; fi`
 15.2232 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/voice.Tpo $(DEPDIR)/voice.Po
 15.2233 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/voice.cc' object='voice.obj' libtool=no @AMDEPBACKSLASH@
 15.2234 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2235 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o voice.obj `if test -f 'resid-fp/voice.cc'; then $(CYGPATH_W) 'resid-fp/voice.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/voice.cc'; fi`
 15.2236 +
 15.2237 +wave6581_PS_.o: resid-fp/wave6581_PS_.cc
 15.2238 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581_PS_.o -MD -MP -MF $(DEPDIR)/wave6581_PS_.Tpo -c -o wave6581_PS_.o `test -f 'resid-fp/wave6581_PS_.cc' || echo '$(srcdir)/'`resid-fp/wave6581_PS_.cc
 15.2239 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581_PS_.Tpo $(DEPDIR)/wave6581_PS_.Po
 15.2240 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581_PS_.cc' object='wave6581_PS_.o' libtool=no @AMDEPBACKSLASH@
 15.2241 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2242 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581_PS_.o `test -f 'resid-fp/wave6581_PS_.cc' || echo '$(srcdir)/'`resid-fp/wave6581_PS_.cc
 15.2243 +
 15.2244 +wave6581_PS_.obj: resid-fp/wave6581_PS_.cc
 15.2245 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581_PS_.obj -MD -MP -MF $(DEPDIR)/wave6581_PS_.Tpo -c -o wave6581_PS_.obj `if test -f 'resid-fp/wave6581_PS_.cc'; then $(CYGPATH_W) 'resid-fp/wave6581_PS_.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581_PS_.cc'; fi`
 15.2246 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581_PS_.Tpo $(DEPDIR)/wave6581_PS_.Po
 15.2247 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581_PS_.cc' object='wave6581_PS_.obj' libtool=no @AMDEPBACKSLASH@
 15.2248 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2249 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581_PS_.obj `if test -f 'resid-fp/wave6581_PS_.cc'; then $(CYGPATH_W) 'resid-fp/wave6581_PS_.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581_PS_.cc'; fi`
 15.2250 +
 15.2251 +wave6581_PST.o: resid-fp/wave6581_PST.cc
 15.2252 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581_PST.o -MD -MP -MF $(DEPDIR)/wave6581_PST.Tpo -c -o wave6581_PST.o `test -f 'resid-fp/wave6581_PST.cc' || echo '$(srcdir)/'`resid-fp/wave6581_PST.cc
 15.2253 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581_PST.Tpo $(DEPDIR)/wave6581_PST.Po
 15.2254 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581_PST.cc' object='wave6581_PST.o' libtool=no @AMDEPBACKSLASH@
 15.2255 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2256 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581_PST.o `test -f 'resid-fp/wave6581_PST.cc' || echo '$(srcdir)/'`resid-fp/wave6581_PST.cc
 15.2257 +
 15.2258 +wave6581_PST.obj: resid-fp/wave6581_PST.cc
 15.2259 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581_PST.obj -MD -MP -MF $(DEPDIR)/wave6581_PST.Tpo -c -o wave6581_PST.obj `if test -f 'resid-fp/wave6581_PST.cc'; then $(CYGPATH_W) 'resid-fp/wave6581_PST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581_PST.cc'; fi`
 15.2260 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581_PST.Tpo $(DEPDIR)/wave6581_PST.Po
 15.2261 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581_PST.cc' object='wave6581_PST.obj' libtool=no @AMDEPBACKSLASH@
 15.2262 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2263 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581_PST.obj `if test -f 'resid-fp/wave6581_PST.cc'; then $(CYGPATH_W) 'resid-fp/wave6581_PST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581_PST.cc'; fi`
 15.2264 +
 15.2265 +wave6581_P_T.o: resid-fp/wave6581_P_T.cc
 15.2266 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581_P_T.o -MD -MP -MF $(DEPDIR)/wave6581_P_T.Tpo -c -o wave6581_P_T.o `test -f 'resid-fp/wave6581_P_T.cc' || echo '$(srcdir)/'`resid-fp/wave6581_P_T.cc
 15.2267 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581_P_T.Tpo $(DEPDIR)/wave6581_P_T.Po
 15.2268 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581_P_T.cc' object='wave6581_P_T.o' libtool=no @AMDEPBACKSLASH@
 15.2269 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2270 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581_P_T.o `test -f 'resid-fp/wave6581_P_T.cc' || echo '$(srcdir)/'`resid-fp/wave6581_P_T.cc
 15.2271 +
 15.2272 +wave6581_P_T.obj: resid-fp/wave6581_P_T.cc
 15.2273 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581_P_T.obj -MD -MP -MF $(DEPDIR)/wave6581_P_T.Tpo -c -o wave6581_P_T.obj `if test -f 'resid-fp/wave6581_P_T.cc'; then $(CYGPATH_W) 'resid-fp/wave6581_P_T.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581_P_T.cc'; fi`
 15.2274 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581_P_T.Tpo $(DEPDIR)/wave6581_P_T.Po
 15.2275 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581_P_T.cc' object='wave6581_P_T.obj' libtool=no @AMDEPBACKSLASH@
 15.2276 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2277 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581_P_T.obj `if test -f 'resid-fp/wave6581_P_T.cc'; then $(CYGPATH_W) 'resid-fp/wave6581_P_T.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581_P_T.cc'; fi`
 15.2278 +
 15.2279 +wave6581__ST.o: resid-fp/wave6581__ST.cc
 15.2280 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581__ST.o -MD -MP -MF $(DEPDIR)/wave6581__ST.Tpo -c -o wave6581__ST.o `test -f 'resid-fp/wave6581__ST.cc' || echo '$(srcdir)/'`resid-fp/wave6581__ST.cc
 15.2281 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581__ST.Tpo $(DEPDIR)/wave6581__ST.Po
 15.2282 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581__ST.cc' object='wave6581__ST.o' libtool=no @AMDEPBACKSLASH@
 15.2283 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2284 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581__ST.o `test -f 'resid-fp/wave6581__ST.cc' || echo '$(srcdir)/'`resid-fp/wave6581__ST.cc
 15.2285 +
 15.2286 +wave6581__ST.obj: resid-fp/wave6581__ST.cc
 15.2287 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave6581__ST.obj -MD -MP -MF $(DEPDIR)/wave6581__ST.Tpo -c -o wave6581__ST.obj `if test -f 'resid-fp/wave6581__ST.cc'; then $(CYGPATH_W) 'resid-fp/wave6581__ST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581__ST.cc'; fi`
 15.2288 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave6581__ST.Tpo $(DEPDIR)/wave6581__ST.Po
 15.2289 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave6581__ST.cc' object='wave6581__ST.obj' libtool=no @AMDEPBACKSLASH@
 15.2290 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2291 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave6581__ST.obj `if test -f 'resid-fp/wave6581__ST.cc'; then $(CYGPATH_W) 'resid-fp/wave6581__ST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave6581__ST.cc'; fi`
 15.2292 +
 15.2293 +wave8580_PS_.o: resid-fp/wave8580_PS_.cc
 15.2294 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580_PS_.o -MD -MP -MF $(DEPDIR)/wave8580_PS_.Tpo -c -o wave8580_PS_.o `test -f 'resid-fp/wave8580_PS_.cc' || echo '$(srcdir)/'`resid-fp/wave8580_PS_.cc
 15.2295 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580_PS_.Tpo $(DEPDIR)/wave8580_PS_.Po
 15.2296 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580_PS_.cc' object='wave8580_PS_.o' libtool=no @AMDEPBACKSLASH@
 15.2297 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2298 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580_PS_.o `test -f 'resid-fp/wave8580_PS_.cc' || echo '$(srcdir)/'`resid-fp/wave8580_PS_.cc
 15.2299 +
 15.2300 +wave8580_PS_.obj: resid-fp/wave8580_PS_.cc
 15.2301 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580_PS_.obj -MD -MP -MF $(DEPDIR)/wave8580_PS_.Tpo -c -o wave8580_PS_.obj `if test -f 'resid-fp/wave8580_PS_.cc'; then $(CYGPATH_W) 'resid-fp/wave8580_PS_.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580_PS_.cc'; fi`
 15.2302 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580_PS_.Tpo $(DEPDIR)/wave8580_PS_.Po
 15.2303 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580_PS_.cc' object='wave8580_PS_.obj' libtool=no @AMDEPBACKSLASH@
 15.2304 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2305 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580_PS_.obj `if test -f 'resid-fp/wave8580_PS_.cc'; then $(CYGPATH_W) 'resid-fp/wave8580_PS_.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580_PS_.cc'; fi`
 15.2306 +
 15.2307 +wave8580_PST.o: resid-fp/wave8580_PST.cc
 15.2308 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580_PST.o -MD -MP -MF $(DEPDIR)/wave8580_PST.Tpo -c -o wave8580_PST.o `test -f 'resid-fp/wave8580_PST.cc' || echo '$(srcdir)/'`resid-fp/wave8580_PST.cc
 15.2309 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580_PST.Tpo $(DEPDIR)/wave8580_PST.Po
 15.2310 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580_PST.cc' object='wave8580_PST.o' libtool=no @AMDEPBACKSLASH@
 15.2311 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2312 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580_PST.o `test -f 'resid-fp/wave8580_PST.cc' || echo '$(srcdir)/'`resid-fp/wave8580_PST.cc
 15.2313 +
 15.2314 +wave8580_PST.obj: resid-fp/wave8580_PST.cc
 15.2315 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580_PST.obj -MD -MP -MF $(DEPDIR)/wave8580_PST.Tpo -c -o wave8580_PST.obj `if test -f 'resid-fp/wave8580_PST.cc'; then $(CYGPATH_W) 'resid-fp/wave8580_PST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580_PST.cc'; fi`
 15.2316 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580_PST.Tpo $(DEPDIR)/wave8580_PST.Po
 15.2317 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580_PST.cc' object='wave8580_PST.obj' libtool=no @AMDEPBACKSLASH@
 15.2318 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2319 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580_PST.obj `if test -f 'resid-fp/wave8580_PST.cc'; then $(CYGPATH_W) 'resid-fp/wave8580_PST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580_PST.cc'; fi`
 15.2320 +
 15.2321 +wave8580_P_T.o: resid-fp/wave8580_P_T.cc
 15.2322 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580_P_T.o -MD -MP -MF $(DEPDIR)/wave8580_P_T.Tpo -c -o wave8580_P_T.o `test -f 'resid-fp/wave8580_P_T.cc' || echo '$(srcdir)/'`resid-fp/wave8580_P_T.cc
 15.2323 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580_P_T.Tpo $(DEPDIR)/wave8580_P_T.Po
 15.2324 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580_P_T.cc' object='wave8580_P_T.o' libtool=no @AMDEPBACKSLASH@
 15.2325 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2326 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580_P_T.o `test -f 'resid-fp/wave8580_P_T.cc' || echo '$(srcdir)/'`resid-fp/wave8580_P_T.cc
 15.2327 +
 15.2328 +wave8580_P_T.obj: resid-fp/wave8580_P_T.cc
 15.2329 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580_P_T.obj -MD -MP -MF $(DEPDIR)/wave8580_P_T.Tpo -c -o wave8580_P_T.obj `if test -f 'resid-fp/wave8580_P_T.cc'; then $(CYGPATH_W) 'resid-fp/wave8580_P_T.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580_P_T.cc'; fi`
 15.2330 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580_P_T.Tpo $(DEPDIR)/wave8580_P_T.Po
 15.2331 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580_P_T.cc' object='wave8580_P_T.obj' libtool=no @AMDEPBACKSLASH@
 15.2332 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2333 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580_P_T.obj `if test -f 'resid-fp/wave8580_P_T.cc'; then $(CYGPATH_W) 'resid-fp/wave8580_P_T.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580_P_T.cc'; fi`
 15.2334 +
 15.2335 +wave8580__ST.o: resid-fp/wave8580__ST.cc
 15.2336 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580__ST.o -MD -MP -MF $(DEPDIR)/wave8580__ST.Tpo -c -o wave8580__ST.o `test -f 'resid-fp/wave8580__ST.cc' || echo '$(srcdir)/'`resid-fp/wave8580__ST.cc
 15.2337 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580__ST.Tpo $(DEPDIR)/wave8580__ST.Po
 15.2338 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580__ST.cc' object='wave8580__ST.o' libtool=no @AMDEPBACKSLASH@
 15.2339 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2340 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580__ST.o `test -f 'resid-fp/wave8580__ST.cc' || echo '$(srcdir)/'`resid-fp/wave8580__ST.cc
 15.2341 +
 15.2342 +wave8580__ST.obj: resid-fp/wave8580__ST.cc
 15.2343 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave8580__ST.obj -MD -MP -MF $(DEPDIR)/wave8580__ST.Tpo -c -o wave8580__ST.obj `if test -f 'resid-fp/wave8580__ST.cc'; then $(CYGPATH_W) 'resid-fp/wave8580__ST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580__ST.cc'; fi`
 15.2344 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave8580__ST.Tpo $(DEPDIR)/wave8580__ST.Po
 15.2345 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave8580__ST.cc' object='wave8580__ST.obj' libtool=no @AMDEPBACKSLASH@
 15.2346 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2347 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave8580__ST.obj `if test -f 'resid-fp/wave8580__ST.cc'; then $(CYGPATH_W) 'resid-fp/wave8580__ST.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave8580__ST.cc'; fi`
 15.2348 +
 15.2349 +wave.o: resid-fp/wave.cc
 15.2350 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave.o -MD -MP -MF $(DEPDIR)/wave.Tpo -c -o wave.o `test -f 'resid-fp/wave.cc' || echo '$(srcdir)/'`resid-fp/wave.cc
 15.2351 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave.Tpo $(DEPDIR)/wave.Po
 15.2352 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave.cc' object='wave.o' libtool=no @AMDEPBACKSLASH@
 15.2353 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2354 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave.o `test -f 'resid-fp/wave.cc' || echo '$(srcdir)/'`resid-fp/wave.cc
 15.2355 +
 15.2356 +wave.obj: resid-fp/wave.cc
 15.2357 +@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wave.obj -MD -MP -MF $(DEPDIR)/wave.Tpo -c -o wave.obj `if test -f 'resid-fp/wave.cc'; then $(CYGPATH_W) 'resid-fp/wave.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave.cc'; fi`
 15.2358 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/wave.Tpo $(DEPDIR)/wave.Po
 15.2359 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='resid-fp/wave.cc' object='wave.obj' libtool=no @AMDEPBACKSLASH@
 15.2360 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2361 +@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wave.obj `if test -f 'resid-fp/wave.cc'; then $(CYGPATH_W) 'resid-fp/wave.cc'; else $(CYGPATH_W) '$(srcdir)/resid-fp/wave.cc'; fi`
 15.2362 +
 15.2363 +.cpp.o:
 15.2364 +@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 15.2365 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 15.2366 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 15.2367 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2368 +@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
 15.2369 +
 15.2370 +.cpp.obj:
 15.2371 +@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 15.2372 +@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 15.2373 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 15.2374 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 15.2375 +@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 15.2376 +
 15.2377 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 15.2378 +	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 15.2379 +	unique=`for i in $$list; do \
 15.2380 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 15.2381 +	  done | \
 15.2382 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 15.2383 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 15.2384 +	mkid -fID $$unique
 15.2385 +tags: TAGS
 15.2386 +
 15.2387 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 15.2388 +		$(TAGS_FILES) $(LISP)
 15.2389 +	set x; \
 15.2390 +	here=`pwd`; \
 15.2391 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 15.2392 +	unique=`for i in $$list; do \
 15.2393 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 15.2394 +	  done | \
 15.2395 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 15.2396 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 15.2397 +	shift; \
 15.2398 +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 15.2399 +	  test -n "$$unique" || unique=$$empty_fix; \
 15.2400 +	  if test $$# -gt 0; then \
 15.2401 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 15.2402 +	      "$$@" $$unique; \
 15.2403 +	  else \
 15.2404 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 15.2405 +	      $$unique; \
 15.2406 +	  fi; \
 15.2407 +	fi
 15.2408 +ctags: CTAGS
 15.2409 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 15.2410 +		$(TAGS_FILES) $(LISP)
 15.2411 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 15.2412 +	unique=`for i in $$list; do \
 15.2413 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 15.2414 +	  done | \
 15.2415 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 15.2416 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 15.2417 +	test -z "$(CTAGS_ARGS)$$unique" \
 15.2418 +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 15.2419 +	     $$unique
 15.2420 +
 15.2421 +GTAGS:
 15.2422 +	here=`$(am__cd) $(top_builddir) && pwd` \
 15.2423 +	  && $(am__cd) $(top_srcdir) \
 15.2424 +	  && gtags -i $(GTAGS_ARGS) "$$here"
 15.2425 +
 15.2426 +distclean-tags:
 15.2427 +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 15.2428 +
 15.2429 +distdir: $(DISTFILES)
 15.2430 +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 15.2431 +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 15.2432 +	list='$(DISTFILES)'; \
 15.2433 +	  dist_files=`for file in $$list; do echo $$file; done | \
 15.2434 +	  sed -e "s|^$$srcdirstrip/||;t" \
 15.2435 +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 15.2436 +	case $$dist_files in \
 15.2437 +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 15.2438 +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 15.2439 +			   sort -u` ;; \
 15.2440 +	esac; \
 15.2441 +	for file in $$dist_files; do \
 15.2442 +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 15.2443 +	  if test -d $$d/$$file; then \
 15.2444 +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 15.2445 +	    if test -d "$(distdir)/$$file"; then \
 15.2446 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 15.2447 +	    fi; \
 15.2448 +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 15.2449 +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 15.2450 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 15.2451 +	    fi; \
 15.2452 +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 15.2453 +	  else \
 15.2454 +	    test -f "$(distdir)/$$file" \
 15.2455 +	    || cp -p $$d/$$file "$(distdir)/$$file" \
 15.2456 +	    || exit 1; \
 15.2457 +	  fi; \
 15.2458 +	done
 15.2459 +check-am: all-am
 15.2460 +check: check-am
 15.2461 +all-am: Makefile $(PROGRAMS) $(SCRIPTS)
 15.2462 +installdirs:
 15.2463 +	for dir in "$(DESTDIR)$(bindir)"; do \
 15.2464 +	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 15.2465 +	done
 15.2466 +install: install-am
 15.2467 +install-exec: install-exec-am
 15.2468 +install-data: install-data-am
 15.2469 +uninstall: uninstall-am
 15.2470 +
 15.2471 +install-am: all-am
 15.2472 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 15.2473 +
 15.2474 +installcheck: installcheck-am
 15.2475 +install-strip:
 15.2476 +	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 15.2477 +	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 15.2478 +	  `test -z '$(STRIP)' || \
 15.2479 +	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 15.2480 +mostlyclean-generic:
 15.2481 +
 15.2482 +clean-generic:
 15.2483 +	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 15.2484 +
 15.2485 +distclean-generic:
 15.2486 +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 15.2487 +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 15.2488 +
 15.2489 +maintainer-clean-generic:
 15.2490 +	@echo "This command is intended for maintainers to use"
 15.2491 +	@echo "it deletes files that may require special tools to rebuild."
 15.2492 +clean: clean-am
 15.2493 +
 15.2494 +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 15.2495 +
 15.2496 +distclean: distclean-am
 15.2497 +	-rm -rf ./$(DEPDIR)
 15.2498 +	-rm -f Makefile
 15.2499 +distclean-am: clean-am distclean-compile distclean-generic \
 15.2500 +	distclean-tags
 15.2501 +
 15.2502 +dvi: dvi-am
 15.2503 +
 15.2504 +dvi-am:
 15.2505 +
 15.2506 +html: html-am
 15.2507 +
 15.2508 +html-am:
 15.2509 +
 15.2510 +info: info-am
 15.2511 +
 15.2512 +info-am:
 15.2513 +
 15.2514 +install-data-am:
 15.2515 +
 15.2516 +install-dvi: install-dvi-am
 15.2517 +
 15.2518 +install-dvi-am:
 15.2519 +
 15.2520 +install-exec-am: install-binPROGRAMS
 15.2521 +
 15.2522 +install-html: install-html-am
 15.2523 +
 15.2524 +install-html-am:
 15.2525 +
 15.2526 +install-info: install-info-am
 15.2527 +
 15.2528 +install-info-am:
 15.2529 +
 15.2530 +install-man:
 15.2531 +
 15.2532 +install-pdf: install-pdf-am
 15.2533 +
 15.2534 +install-pdf-am:
 15.2535 +
 15.2536 +install-ps: install-ps-am
 15.2537 +
 15.2538 +install-ps-am:
 15.2539 +
 15.2540 +installcheck-am:
 15.2541 +
 15.2542 +maintainer-clean: maintainer-clean-am
 15.2543 +	-rm -rf ./$(DEPDIR)
 15.2544 +	-rm -f Makefile
 15.2545 +maintainer-clean-am: distclean-am maintainer-clean-generic
 15.2546 +
 15.2547 +mostlyclean: mostlyclean-am
 15.2548 +
 15.2549 +mostlyclean-am: mostlyclean-compile mostlyclean-generic
 15.2550 +
 15.2551 +pdf: pdf-am
 15.2552 +
 15.2553 +pdf-am:
 15.2554 +
 15.2555 +ps: ps-am
 15.2556 +
 15.2557 +ps-am:
 15.2558 +
 15.2559 +uninstall-am: uninstall-binPROGRAMS
 15.2560 +
 15.2561 +.MAKE: install-am install-strip
 15.2562 +
 15.2563 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 15.2564 +	clean-generic ctags distclean distclean-compile \
 15.2565 +	distclean-generic distclean-tags distdir dvi dvi-am html \
 15.2566 +	html-am info info-am install install-am install-binPROGRAMS \
 15.2567 +	install-data install-data-am install-dvi install-dvi-am \
 15.2568 +	install-exec install-exec-am install-html install-html-am \
 15.2569 +	install-info install-info-am install-man install-pdf \
 15.2570 +	install-pdf-am install-ps install-ps-am install-strip \
 15.2571 +	installcheck installcheck-am installdirs maintainer-clean \
 15.2572 +	maintainer-clean-generic mostlyclean mostlyclean-compile \
 15.2573 +	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 15.2574 +	uninstall-am uninstall-binPROGRAMS
 15.2575 +
 15.2576 +
 15.2577 +../pcem: pcem
 15.2578 +	cp pcem ..
 15.2579 +
 15.2580 +amrefresh:	
 15.2581 +
 15.2582 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
 15.2583 +# Otherwise a system limit (for SysV at least) may be exceeded.
 15.2584 +.NOEXPORT:
    16.1 --- a/src/Makefile.mingw	Mon Aug 25 15:22:51 2014 +0100
    16.2 +++ b/src/Makefile.mingw	Thu Sep 04 21:07:24 2014 +0100
    16.3 @@ -20,7 +20,7 @@
    16.4  	vid_tandy.o vid_tgui9440.o vid_tkd8001_ramdac.o vid_tvga.o vid_unk_ramdac.o vid_vga.o \
    16.5  	vid_voodoo.o video.o wd76c10.o win.o win-config.o win-d3d.o win-d3d-fs.o win-ddraw.o \
    16.6  	win-ddraw-fs.o win-deviceconfig.o win-hdconf.o win-joystick.o win-keyboard.o win-midi.o win-mouse.o \
    16.7 -	win-status.o win-video.o x86seg.o x87.o xtide.o pc.res
    16.8 +	win-status.o win-time.o win-video.o x86seg.o x87.o xtide.o pc.res
    16.9  FMOBJ = dbopl.o
   16.10  SIDOBJ = convolve.o envelope.o extfilt.o filter.o pot.o sid.o voice.o wave6581__ST.o wave6581_P_T.o wave6581_PS_.o wave6581_PST.o wave8580__ST.o wave8580_P_T.o wave8580_PS_.o wave8580_PST.o wave.o
   16.11  
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/src/allegro-gui-configure.c	Thu Sep 04 21:07:24 2014 +0100
    17.3 @@ -0,0 +1,464 @@
    17.4 +#include "ibm.h"
    17.5 +#include "allegro-main.h"
    17.6 +#include "allegro-gui.h"
    17.7 +#include "cpu.h"
    17.8 +#include "model.h"
    17.9 +#include "sound.h"
   17.10 +#include "video.h"
   17.11 +
   17.12 +static int romstolist[ROM_MAX], listtomodel[ROM_MAX], romstomodel[ROM_MAX], modeltolist[ROM_MAX];
   17.13 +static int settings_sound_to_list[20], settings_list_to_sound[20];
   17.14 +
   17.15 +#if 0
   17.16 +    DEFPUSHBUTTON   "OK",IDOK,64,232,50,14, WS_TABSTOP
   17.17 +    PUSHBUTTON      "Cancel",IDCANCEL,128,232,50,14, WS_TABSTOP
   17.18 +    COMBOBOX        IDC_COMBO1,62,16,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.19 +    COMBOBOX        IDC_COMBOVID,62,36,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.20 +    PUSHBUTTON      "Configure", IDC_CONFIGUREVID, 224, 36, 40, 14, WS_TABSTOP
   17.21 +    COMBOBOX        IDC_COMBOCPUM,62,56,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.22 +    COMBOBOX        IDC_COMBO3,62,76,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.23 +    COMBOBOX        IDC_COMBOCHC,62,96,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.24 +    COMBOBOX        IDC_COMBOSPD,62,116,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.25 +    COMBOBOX        IDC_COMBOSND,62,136,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
   17.26 +    PUSHBUTTON      "Configure", IDC_CONFIGURESND, 224, 136, 40, 14, WS_TABSTOP
   17.27 +    EDITTEXT        IDC_MEMTEXT, 62, 152, 36, 14, ES_AUTOHSCROLL | ES_NUMBER
   17.28 +    CONTROL         "", IDC_MEMSPIN, UPDOWN_CLASS, UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT, 98, 152, 12, 14
   17.29 +    LTEXT           "MB", IDC_STATIC, 98, 152, 40, 10
   17.30 +    CONTROL         "CMS / Game Blaster",IDC_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,172,118,10
   17.31 +    CONTROL         "Gravis Ultrasound",IDC_CHECKGUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,188,118,10    
   17.32 +    CONTROL         "Innovation SSI-2001",IDC_CHECKSSI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,204,118,10
   17.33 +    CONTROL         "Composite CGA",IDC_CHECK4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,220,118,10
   17.34 +    LTEXT           "Machine :",IDC_STATIC,15,16,40,10
   17.35 +    LTEXT           "Video :",IDC_STATIC,15,36,34,10
   17.36 +    LTEXT           "CPU type :",IDC_STATIC,15,56,34,10
   17.37 +    LTEXT           "CPU :",IDC_STATIC,15,76,34,10
   17.38 +    LTEXT           "Cache :",IDC_STATIC,15,96,40,10
   17.39 +    LTEXT           "Video speed :",IDC_STATIC,15,116,40,10    
   17.40 +    LTEXT           "Soundcard :",IDC_STATIC,15,136,40,10
   17.41 +    LTEXT           "Memory :",IDC_STATIC,15,156,40,10
   17.42 +#endif
   17.43 +
   17.44 +typedef struct allegro_list_t
   17.45 +{
   17.46 +        char name[256];
   17.47 +        int num;
   17.48 +} allegro_list_t;
   17.49 +
   17.50 +static allegro_list_t model_list[ROM_MAX+1];
   17.51 +static allegro_list_t video_list[GFX_MAX+1];
   17.52 +static allegro_list_t sound_list[GFX_MAX+1];
   17.53 +static allegro_list_t cpumanu_list[4];
   17.54 +static allegro_list_t cpu_list[32];
   17.55 +
   17.56 +static char mem_size_str[10];
   17.57 +
   17.58 +static allegro_list_t cache_list[] =
   17.59 +{
   17.60 +        {"A little", 0},
   17.61 +        {"A bit", 1},
   17.62 +        {"Some", 2},
   17.63 +        {"A lot", 3},
   17.64 +        {"Infinite", 4},
   17.65 +        {"", -1}
   17.66 +};
   17.67 +
   17.68 +static allegro_list_t vidspeed_list[] =
   17.69 +{
   17.70 +        {"8-bit", 0},
   17.71 +        {"Slow 16-bit", 1},
   17.72 +        {"Fast 16-bit", 2},
   17.73 +        {"Slow VLB/PCI", 3},
   17.74 +        {"Mid  VLB/PCI", 4},
   17.75 +        {"Fast VLB/PCI", 5},
   17.76 +        {"", -1}
   17.77 +};                
   17.78 +
   17.79 +static void reset_list();
   17.80 +
   17.81 +static char *list_proc_model(int index, int *list_size)
   17.82 +{
   17.83 +        if (index < 0)
   17.84 +        {
   17.85 +                int c = 0;
   17.86 +                
   17.87 +                while (model_list[c].name[0])
   17.88 +                        c++;
   17.89 +
   17.90 +                *list_size = c;
   17.91 +                return NULL;
   17.92 +        }
   17.93 +        
   17.94 +        return model_list[index].name;
   17.95 +}
   17.96 +
   17.97 +static char *list_proc_video(int index, int *list_size)
   17.98 +{
   17.99 +        if (index < 0)
  17.100 +        {
  17.101 +                int c = 0;
  17.102 +                
  17.103 +                while (video_list[c].name[0])
  17.104 +                        c++;
  17.105 +
  17.106 +                *list_size = c;
  17.107 +                return NULL;
  17.108 +        }
  17.109 +        
  17.110 +        return video_list[index].name;
  17.111 +}
  17.112 +
  17.113 +static char *list_proc_cache(int index, int *list_size)
  17.114 +{
  17.115 +        if (index < 0)
  17.116 +        {
  17.117 +                int c = 0;
  17.118 +                
  17.119 +                while (cache_list[c].name[0])
  17.120 +                        c++;
  17.121 +
  17.122 +                *list_size = c;
  17.123 +                return NULL;
  17.124 +        }
  17.125 +        
  17.126 +        return cache_list[index].name;
  17.127 +}
  17.128 +
  17.129 +static char *list_proc_vidspeed(int index, int *list_size)
  17.130 +{
  17.131 +        if (index < 0)
  17.132 +        {
  17.133 +                int c = 0;
  17.134 +                
  17.135 +                while (vidspeed_list[c].name[0])
  17.136 +                        c++;
  17.137 +
  17.138 +                *list_size = c;
  17.139 +                return NULL;
  17.140 +        }
  17.141 +        
  17.142 +        return vidspeed_list[index].name;
  17.143 +}
  17.144 +
  17.145 +static char *list_proc_sound(int index, int *list_size)
  17.146 +{
  17.147 +        if (index < 0)
  17.148 +        {
  17.149 +                int c = 0;
  17.150 +                
  17.151 +                while (sound_list[c].name[0])
  17.152 +                        c++;
  17.153 +
  17.154 +                *list_size = c;
  17.155 +                return NULL;
  17.156 +        }
  17.157 +        
  17.158 +        return sound_list[index].name;
  17.159 +}
  17.160 +
  17.161 +static char *list_proc_cpumanu(int index, int *list_size)
  17.162 +{
  17.163 +        if (index < 0)
  17.164 +        {
  17.165 +                int c = 0;
  17.166 +                
  17.167 +                while (cpumanu_list[c].name[0])
  17.168 +                        c++;
  17.169 +
  17.170 +                *list_size = c;
  17.171 +                return NULL;
  17.172 +        }
  17.173 +        
  17.174 +        return cpumanu_list[index].name;
  17.175 +}
  17.176 +
  17.177 +static char *list_proc_cpu(int index, int *list_size)
  17.178 +{
  17.179 +        if (index < 0)
  17.180 +        {
  17.181 +                int c = 0;
  17.182 +                
  17.183 +                while (cpu_list[c].name[0])
  17.184 +                        c++;
  17.185 +
  17.186 +                *list_size = c;
  17.187 +                return NULL;
  17.188 +        }
  17.189 +        
  17.190 +        return cpu_list[index].name;
  17.191 +}
  17.192 +
  17.193 +static int list_proc(int msg, DIALOG *d, int c);
  17.194 +
  17.195 +static DIALOG configure_dialog[] =
  17.196 +{
  17.197 +        {d_shadow_box_proc, 0, 0, 236*2,256,0,0xffffff,0,0,     0,0,0,0,0}, // 0
  17.198 +
  17.199 +        {d_button_proc, 176,  232, 50, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "OK",     0, 0}, // 1
  17.200 +        {d_button_proc, 246,  232, 50, 16, 0, 0xffffff, 0, D_EXIT, 0, 0, "Cancel", 0, 0}, // 2
  17.201 +
  17.202 +        {list_proc,      70*2, 12,  152*2, 20, 0, 0xffffff, 0, 0,      0, 0, list_proc_model, 0, 0},
  17.203 +
  17.204 +        {list_proc,      70*2, 32,  152*2, 20, 0, 0xffffff, 0, 0, 0, 0, list_proc_video, 0, 0},
  17.205 +
  17.206 +        {list_proc,      70*2,  52, 152*2, 20, 0, 0xffffff, 0, 0, 0, 0, list_proc_cpumanu, 0, 0}, //5
  17.207 +        {d_list_proc,    70*2,  72, 152*2, 20, 0, 0xffffff, 0, 0, 0, 0, list_proc_cpu, 0, 0},
  17.208 +        {d_list_proc,    70*2,  92, 152*2, 20, 0, 0xffffff, 0, 0, 0, 0, list_proc_cache, 0, 0},
  17.209 +        {d_list_proc,    70*2, 112, 152*2, 20, 0, 0xffffff, 0, 0, 0, 0, list_proc_vidspeed, 0, 0},
  17.210 +        {list_proc,      70*2, 132, 152*2, 20, 0, 0xffffff, 0, 0, 0, 0, list_proc_sound, 0, 0}, //9
  17.211 +        
  17.212 +        {d_edit_proc,    70*2, 156,    32, 14, 0, 0xffffff, 0, 0, 3, 0, mem_size_str, 0, 0},
  17.213 +                        
  17.214 +        {d_text_proc,    98*2, 156,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "MB", 0, 0},
  17.215 +        
  17.216 +        {d_check_proc,   14*2, 172, 118*2, 10, 0, 0xffffff, 0, 0, 0, 0, "CMS / Game Blaster", 0, 0},
  17.217 +        {d_check_proc,   14*2, 188, 118*2, 10, 0, 0xffffff, 0, 0, 0, 0, "Gravis Ultrasound", 0, 0},
  17.218 +        {d_check_proc,   14*2, 204, 118*2, 10, 0, 0xffffff, 0, 0, 0, 0, "Innovation SSI-2001", 0, 0},
  17.219 +        {d_check_proc,   14*2, 220, 118*2, 10, 0, 0xffffff, 0, 0, 0, 0, "Composite CGA", 0, 0},
  17.220 +
  17.221 +        {d_text_proc,    16*2,  16,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "Machine :", 0, 0},
  17.222 +        {d_text_proc,    16*2,  36,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "Video :", 0, 0},
  17.223 +        {d_text_proc,    16*2,  56,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "CPU type :", 0, 0},
  17.224 +        {d_text_proc,    16*2,  76,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "CPU :", 0, 0},
  17.225 +        {d_text_proc,    16*2,  96,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "Cache :", 0, 0},
  17.226 +        {d_text_proc,    16*2, 116,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "Video speed :", 0, 0},
  17.227 +        {d_text_proc,    16*2, 136,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "Soundcard :", 0, 0},
  17.228 +        {d_text_proc,    16*2, 156,  40, 10, 0, 0xffffff, 0, 0, 0, 0, "Memory :", 0, 0},
  17.229 +        
  17.230 +        {0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL}
  17.231 +};
  17.232 +
  17.233 +static int list_proc(int msg, DIALOG *d, int c)
  17.234 +{
  17.235 +        int old = d->d1;
  17.236 +        int ret = d_list_proc(msg, d, c);
  17.237 +        
  17.238 +        if (d->d1 != old)
  17.239 +        {
  17.240 +                int new_model = model_list[configure_dialog[3].d1].num;
  17.241 +
  17.242 +                reset_list();
  17.243 +
  17.244 +                if (models[new_model].fixed_gfxcard)
  17.245 +                        configure_dialog[4].flags |= D_DISABLED;
  17.246 +                else
  17.247 +                        configure_dialog[4].flags &= ~D_DISABLED;
  17.248 +
  17.249 +                return D_REDRAW;
  17.250 +        }
  17.251 +
  17.252 +        return ret;
  17.253 +}
  17.254 +
  17.255 +static void reset_list()
  17.256 +{
  17.257 +        int model = model_list[configure_dialog[3].d1].num;
  17.258 +        int cpumanu = configure_dialog[5].d1;
  17.259 +        int cpu = configure_dialog[6].d1;
  17.260 +        int c;
  17.261 +        
  17.262 +        memset(cpumanu_list, 0, sizeof(cpumanu_list));
  17.263 +        memset(cpu_list, 0, sizeof(cpu_list));
  17.264 +
  17.265 +        c = 0;
  17.266 +        while (models[model].cpu[c].cpus != NULL && c < 3)
  17.267 +        {
  17.268 +                strcpy(cpumanu_list[c].name, models[model].cpu[c].name);
  17.269 +                cpumanu_list[c].num = c;
  17.270 +                c++;
  17.271 +        }
  17.272 +        
  17.273 +        if (cpumanu >= c)
  17.274 +                cpumanu = configure_dialog[6].d1 = c-1;
  17.275 +
  17.276 +        c = 0;
  17.277 +        while (models[model].cpu[cpumanu].cpus[c].cpu_type != -1)
  17.278 +        {
  17.279 +                strcpy(cpu_list[c].name, models[model].cpu[cpumanu].cpus[c].name);
  17.280 +                cpu_list[c].num = c;
  17.281 +                c++;
  17.282 +        }
  17.283 +
  17.284 +        if (cpu >= c)
  17.285 +                cpu = configure_dialog[7].d1 = c-1;
  17.286 +}
  17.287 +
  17.288 +int settings_configure()
  17.289 +{
  17.290 +        int c, d;
  17.291 +        
  17.292 +        memset(model_list, 0, sizeof(model_list));
  17.293 +        memset(video_list, 0, sizeof(video_list));
  17.294 +        memset(sound_list, 0, sizeof(sound_list));
  17.295 +
  17.296 +        for (c = 0; c < ROM_MAX; c++)
  17.297 +                romstolist[c] = 0;
  17.298 +        c = d = 0;
  17.299 +        while (models[c].id != -1)
  17.300 +        {
  17.301 +                pclog("INITDIALOG : %i %i %i\n",c,models[c].id,romspresent[models[c].id]);
  17.302 +                if (romspresent[models[c].id])
  17.303 +                {
  17.304 +                        strcpy(model_list[d].name, models[c].name);
  17.305 +                        model_list[d].num = c;
  17.306 +                        if (c == model)
  17.307 +                                configure_dialog[3].d1 = d;
  17.308 +                        d++;
  17.309 +                }
  17.310 +                c++;
  17.311 +        }
  17.312 +
  17.313 +        if (models[model].fixed_gfxcard)
  17.314 +                configure_dialog[4].flags |= D_DISABLED;
  17.315 +        else
  17.316 +                configure_dialog[4].flags &= ~D_DISABLED;
  17.317 +
  17.318 +        c = d = 0;
  17.319 +        while (1)
  17.320 +        {
  17.321 +                char *s = video_card_getname(c);
  17.322 +
  17.323 +                if (!s[0])
  17.324 +                        break;
  17.325 +pclog("video_card_available : %i\n", c);
  17.326 +                if (video_card_available(c))
  17.327 +                {
  17.328 +                        strcpy(video_list[d].name, video_card_getname(c));
  17.329 +                        video_list[d].num = video_new_to_old(c);
  17.330 +                        if (video_new_to_old(c) == gfxcard)
  17.331 +                                configure_dialog[4].d1 = d;
  17.332 +                        d++;
  17.333 +                }
  17.334 +
  17.335 +                c++;
  17.336 +        }
  17.337 +
  17.338 +        c = d = 0;
  17.339 +        while (1)
  17.340 +        {
  17.341 +                char *s = sound_card_getname(c);
  17.342 +
  17.343 +                if (!s[0])
  17.344 +                        break;
  17.345 +
  17.346 +                if (sound_card_available(c))
  17.347 +                {
  17.348 +                        strcpy(sound_list[d].name, sound_card_getname(c));
  17.349 +                        sound_list[d].num = c;
  17.350 +                        if (c == sound_card_current)
  17.351 +                                configure_dialog[9].d1 = d;
  17.352 +                        d++;
  17.353 +                }
  17.354 +
  17.355 +                c++;
  17.356 +        }
  17.357 +
  17.358 +        configure_dialog[5].d1 = cpu_manufacturer;
  17.359 +        configure_dialog[6].d1 = cpu;
  17.360 +        configure_dialog[7].d1 = cache;
  17.361 +        configure_dialog[8].d1 = video_speed;
  17.362 +        reset_list();
  17.363 +//        strcpy(cpumanu_str, models[romstomodel[romset]].cpu[cpu_manufacturer].name);
  17.364 +//        strcpy(cpu_str, models[romstomodel[romset]].cpu[cpu_manufacturer].cpus[cpu].name);
  17.365 +//        strcpy(cache_str, cache_str_list[cache]);
  17.366 +//        strcpy(vidspeed_str, vidspeed_str_list[video_speed]);
  17.367 +
  17.368 +//        strcpy(soundcard_str, sound_card_getname(sound_card_current));
  17.369 +
  17.370 +        if (GAMEBLASTER)
  17.371 +                configure_dialog[12].flags |= D_SELECTED;
  17.372 +        else
  17.373 +                configure_dialog[12].flags &= ~D_SELECTED;
  17.374 +
  17.375 +        if (GUS)
  17.376 +                configure_dialog[13].flags |= D_SELECTED;
  17.377 +        else
  17.378 +                configure_dialog[13].flags &= ~D_SELECTED;
  17.379 +
  17.380 +        if (SSI2001)
  17.381 +                configure_dialog[14].flags |= D_SELECTED;
  17.382 +        else
  17.383 +                configure_dialog[14].flags &= ~D_SELECTED;
  17.384 +
  17.385 +        if (cga_comp)
  17.386 +                configure_dialog[15].flags |= D_SELECTED;
  17.387 +        else
  17.388 +                configure_dialog[15].flags &= ~D_SELECTED;
  17.389 +
  17.390 +        sprintf(mem_size_str, "%i", mem_size);
  17.391 +        
  17.392 +        while (1)
  17.393 +        {
  17.394 +                position_dialog(configure_dialog, SCREEN_W/2 - 272, SCREEN_H/2 - 256/2);
  17.395 +        
  17.396 +                c = popup_dialog(configure_dialog, 1);
  17.397 +
  17.398 +                position_dialog(configure_dialog, -(SCREEN_W/2 - 272), -(SCREEN_H/2 - 256/2));
  17.399 +                
  17.400 +                if (c == 1)
  17.401 +                {
  17.402 +                        int new_model = model_list[configure_dialog[3].d1].num;
  17.403 +                        int new_gfxcard = video_list[configure_dialog[4].d1].num;
  17.404 +                        int new_sndcard = sound_list[configure_dialog[9].d1].num;
  17.405 +                        int new_cpu_m = configure_dialog[5].d1;
  17.406 +                        int new_cpu = configure_dialog[6].d1;
  17.407 +                        int new_mem_size;
  17.408 +                        int new_has_fpu = (models[new_model].cpu[new_cpu_m].cpus[new_cpu].cpu_type >= CPU_i486DX) ? 1 : 0;
  17.409 +                        int new_GAMEBLASTER = (configure_dialog[12].flags & D_SELECTED) ? 1 : 0;
  17.410 +                        int new_GUS = (configure_dialog[13].flags & D_SELECTED) ? 1 : 0;
  17.411 +                        int new_SSI2001 = (configure_dialog[14].flags & D_SELECTED) ? 1 : 0;
  17.412 +                        
  17.413 +                        sscanf(mem_size_str, "%i", &new_mem_size);
  17.414 +                        if (new_mem_size < 1 || new_mem_size > 256)
  17.415 +                        {
  17.416 +                                alert("Invalid memory size", "Memory must be between 1 and 256 MB", NULL, "OK", NULL, 0, 0);
  17.417 +                                continue;
  17.418 +                        }
  17.419 +                        
  17.420 +                        if (new_model != model || new_gfxcard != gfxcard || new_mem_size != mem_size || 
  17.421 +                            new_has_fpu != hasfpu || new_GAMEBLASTER != GAMEBLASTER || new_GUS != GUS ||
  17.422 +                            new_SSI2001 != SSI2001 || new_sndcard != sound_card_current)
  17.423 +                        {
  17.424 +                                if (alert("This will reset PCem!", "Okay to continue?", NULL, "OK", "Cancel", 0, 0) != 1)
  17.425 +                                        continue;
  17.426 +
  17.427 +                                model = new_model;
  17.428 +                                romset = model_getromset();
  17.429 +                                gfxcard = new_gfxcard;
  17.430 +                                mem_size = new_mem_size;
  17.431 +                                cpu_manufacturer = new_cpu_m;
  17.432 +                                cpu = new_cpu;
  17.433 +                                GAMEBLASTER = new_GAMEBLASTER;
  17.434 +                                GUS = new_GUS;
  17.435 +                                SSI2001 = new_SSI2001;
  17.436 +                                sound_card_current = new_sndcard;
  17.437 +                                        
  17.438 +                                mem_resize();
  17.439 +                                loadbios();
  17.440 +                                resetpchard();
  17.441 +                        }
  17.442 +
  17.443 +                        video_speed = configure_dialog[8].d1;
  17.444 +
  17.445 +                        cga_comp = (configure_dialog[15].flags & D_SELECTED) ? 1 : 0;
  17.446 +
  17.447 +                        cpu_manufacturer = new_cpu_m;
  17.448 +                        cpu = new_cpu;
  17.449 +                        cpu_set();
  17.450 +                        
  17.451 +                        cache = configure_dialog[9].d1;
  17.452 +                        mem_updatecache();
  17.453 +                        
  17.454 +                        saveconfig();
  17.455 +
  17.456 +                        speedchanged();
  17.457 +
  17.458 +                        return D_O_K;
  17.459 +                }
  17.460 +                
  17.461 +                if (c == 2)
  17.462 +                        return D_O_K;
  17.463 +        }
  17.464 +        
  17.465 +        return D_O_K;
  17.466 +}
  17.467 +
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/src/allegro-gui-hdconf.c	Thu Sep 04 21:07:24 2014 +0100
    18.3 @@ -0,0 +1,370 @@
    18.4 +#define _LARGEFILE_SOURCE
    18.5 +#define _LARGEFILE64_SOURCE
    18.6 +#define _GNU_SOURCE
    18.7 +
    18.8 +#include <stdio.h>
    18.9 +#include "ibm.h"
   18.10 +#include "ide.h"
   18.11 +#include "allegro-main.h"
   18.12 +#include "allegro-gui.h"
   18.13 +
   18.14 +static char hd_path[2][260];
   18.15 +static char hd_sectors[2][10];
   18.16 +static char hd_heads[2][10];
   18.17 +static char hd_cylinders[2][10];
   18.18 +static char hd_size[2][20];
   18.19 +
   18.20 +static char hd_path_new[260];
   18.21 +static char hd_sectors_new[10];
   18.22 +static char hd_heads_new[10];
   18.23 +static char hd_cylinders_new[10];
   18.24 +static char hd_size_new[20];
   18.25 +
   18.26 +static PcemHDC hdc_new[2];
   18.27 +
   18.28 +static DIALOG hdparams_dialog[]=
   18.29 +{
   18.30 +        {d_shadow_box_proc, 0, 0, 194*2,86,0,0xffffff,0,0,     0,0,0,0,0}, // 0
   18.31 +
   18.32 +        {d_button_proc, 126,  66, 50, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "OK",     0, 0}, // 1
   18.33 +        {d_button_proc, 196,  66, 50, 16, 0, 0xffffff, 0, D_EXIT, 0, 0, "Cancel", 0, 0}, // 2
   18.34 +
   18.35 +        {d_text_proc,   7*2,   6,  170,   10, 0, 0xffffff, 0, 0, 0, 0, "Initial settings are based on file size", 0, 0},
   18.36 +
   18.37 +        {d_text_proc,   7*2,  22,  27, 10, 0, 0xffffff, 0, 0, 0, 0, "Sectors:", 0, 0},
   18.38 +        {d_text_proc,  63*2,  22,  29,  8, 0, 0xffffff, 0, 0, 0, 0, "Heads:", 0, 0},
   18.39 +        {d_text_proc, 120*2,  22,  28, 12, 0, 0xffffff, 0, 0, 0, 0, "Cylinders:", 0, 0},
   18.40 +        {d_edit_proc,  44*2,  22,  16*2, 12, 0, 0xffffff, 0, 0, 2, 0, hd_sectors_new, 0, 0},
   18.41 +        {d_edit_proc,  92*2,  22,  16*2, 12, 0, 0xffffff, 0, 0, 3, 0, hd_heads_new, 0, 0},
   18.42 +        {d_edit_proc, 168*2,  22,  24*2, 12, 0, 0xffffff, 0, 0, 5, 0, hd_cylinders_new, 0, 0},
   18.43 +        {d_text_proc,   7*2,  54, 136, 12, 0, 0xffffff, 0, 0, 0, 0, hd_size_new, 0, 0},
   18.44 +
   18.45 +        {0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL}
   18.46 +};
   18.47 +
   18.48 +static int hdconf_open(int msg, DIALOG *d, int c)
   18.49 +{
   18.50 +        int drv = d->d2;
   18.51 +        int ret = d_button_proc(msg, d, c);
   18.52 +        
   18.53 +        if (ret == D_EXIT)
   18.54 +        {
   18.55 +                char fn[260];
   18.56 +                int xsize = SCREEN_W - 32, ysize = SCREEN_H - 64;
   18.57 +                
   18.58 +                strcpy(fn, hd_path[drv]);
   18.59 +                ret = file_select_ex("Please choose a disc image", fn, "IMG", 260, xsize, ysize);
   18.60 +                if (ret)
   18.61 +                {
   18.62 +                        uint64_t sz;
   18.63 +                        FILE *f = fopen64(fn, "rb");
   18.64 +                        if (!f)
   18.65 +                        {
   18.66 +                                return D_REDRAW;
   18.67 +                        }
   18.68 +                        fseeko64(f, -1, SEEK_END);
   18.69 +                        sz = ftello64(f) + 1;
   18.70 +                        fclose(f);
   18.71 +                        sprintf(hd_sectors_new, "63");
   18.72 +                        sprintf(hd_heads_new, "16");
   18.73 +                        sprintf(hd_cylinders_new, "%i", (int)((sz / 512) / 16) / 63);
   18.74 +
   18.75 +                        while (1)
   18.76 +                        {
   18.77 +                                position_dialog(hdparams_dialog, SCREEN_W/2 - 186, SCREEN_H/2 - 86/2);
   18.78 +        
   18.79 +                                ret = popup_dialog(hdparams_dialog, 1);
   18.80 +
   18.81 +                                position_dialog(hdparams_dialog, -(SCREEN_W/2 - 186), -(SCREEN_H/2 - 86/2));
   18.82 +                        
   18.83 +                                if (ret == 1)
   18.84 +                                {
   18.85 +                                        int spt, hpc, cyl;
   18.86 +                                        sscanf(hd_sectors_new, "%i", &spt);
   18.87 +                                        sscanf(hd_heads_new, "%i", &hpc);
   18.88 +                                        sscanf(hd_cylinders_new, "%i", &cyl);
   18.89 +                                        
   18.90 +                                        if (spt > 63)
   18.91 +                                        {
   18.92 +                                                alert("Drive has too many sectors (maximum is 63)", NULL, NULL, "OK", NULL, 0, 0);
   18.93 +                                                continue;
   18.94 +                                        }
   18.95 +                                        if (hpc > 128)
   18.96 +                                        {
   18.97 +                                                alert("Drive has too many heads (maximum is 128)", NULL, NULL, "OK", NULL, 0, 0);
   18.98 +                                                continue;
   18.99 +                                        }
  18.100 +                                        if (cyl > 16383)
  18.101 +                                        {
  18.102 +                                                alert("Drive has too many cylinders (maximum is 16383)", NULL, NULL, "OK", NULL, 0, 0);
  18.103 +                                                continue;
  18.104 +                                        }
  18.105 +                                        
  18.106 +                                        hdc_new[drv].spt = spt;
  18.107 +                                        hdc_new[drv].hpc = hpc;
  18.108 +                                        hdc_new[drv].tracks = cyl;
  18.109 +
  18.110 +                                        strcpy(hd_path[drv], fn);
  18.111 +                                        sprintf(hd_sectors[drv], "%i", hdc_new[drv].spt);
  18.112 +                                        sprintf(hd_heads[drv], "%i", hdc_new[drv].hpc);
  18.113 +                                        sprintf(hd_cylinders[drv], "%i", hdc_new[drv].tracks);
  18.114 +                                        sprintf(hd_size[drv], "Size : %imb", (((((uint64_t)hdc_new[drv].tracks*(uint64_t)hdc_new[drv].hpc)*(uint64_t)hdc_new[drv].spt)*512)/1024)/1024);
  18.115 +
  18.116 +                                        return D_REDRAW;
  18.117 +                                }
  18.118 +
  18.119 +                                if (ret == 2)
  18.120 +                                        break;
  18.121 +                        }
  18.122 +                }
  18.123 +
  18.124 +                return D_REDRAW;
  18.125 +        }
  18.126 +
  18.127 +        return ret;
  18.128 +}
  18.129 +
  18.130 +static int hdconf_new_file(int msg, DIALOG *d, int c)
  18.131 +{
  18.132 +        int ret = d_button_proc(msg, d, c);
  18.133 +        
  18.134 +        if (ret == D_EXIT)
  18.135 +        {        
  18.136 +                char fn[260];
  18.137 +                int xsize = SCREEN_W - 32, ysize = SCREEN_H - 64;
  18.138 +                
  18.139 +                strcpy(fn, hd_path_new);
  18.140 +                ret = file_select_ex("Please choose a disc image", fn, "IMG", 260, xsize, ysize);
  18.141 +                if (ret)
  18.142 +                        strcpy(hd_path_new, fn);
  18.143 +                
  18.144 +                return D_REDRAW;
  18.145 +        }
  18.146 +        
  18.147 +        return ret;
  18.148 +}
  18.149 +
  18.150 +static DIALOG hdnew_dialog[]=
  18.151 +{
  18.152 +        {d_shadow_box_proc, 0, 0, 194*2,86,0,0xffffff,0,0,     0,0,0,0,0}, // 0
  18.153 +
  18.154 +        {d_button_proc, 126,  66, 50, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "OK",     0, 0}, // 1
  18.155 +        {d_button_proc, 196,  66, 50, 16, 0, 0xffffff, 0, D_EXIT, 0, 0, "Cancel", 0, 0}, // 2
  18.156 +
  18.157 +        {d_edit_proc,   7*2,   6,  136*2, 10, 0, 0xffffff, 0, 0, 0, 0, hd_path_new, 0, 0},
  18.158 +        {hdconf_new_file, 143*2, 6,   16*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "...", 0, 0},
  18.159 +        
  18.160 +        {d_text_proc,   7*2,  22,  27, 10, 0, 0xffffff, 0, 0, 0, 0, "Sectors:", 0, 0},
  18.161 +        {d_text_proc,  63*2,  22,  29,  8, 0, 0xffffff, 0, 0, 0, 0, "Heads:", 0, 0},
  18.162 +        {d_text_proc, 120*2,  22,  28, 12, 0, 0xffffff, 0, 0, 0, 0, "Cylinders:", 0, 0},
  18.163 +        {d_edit_proc,  44*2,  22,  16*2, 12, 0, 0xffffff, 0, 0, 2, 0, hd_sectors_new, 0, 0},
  18.164 +        {d_edit_proc,  92*2,  22,  16*2, 12, 0, 0xffffff, 0, 0, 3, 0, hd_heads_new, 0, 0},
  18.165 +        {d_edit_proc, 168*2,  22,  24*2, 12, 0, 0xffffff, 0, 0, 5, 0, hd_cylinders_new, 0, 0},
  18.166 +//        {d_text_proc,   7*2,  54, 136, 12, 0, -1, 0, 0, 0, 0, hd_size_new, 0, 0},
  18.167 +
  18.168 +        {0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL}
  18.169 +};
  18.170 +
  18.171 +static int create_hd(char *fn, int cyl, int hpc, int spt)
  18.172 +{
  18.173 +	int c;
  18.174 +	int e;
  18.175 +	uint8_t buf[512];
  18.176 +	FILE *f = fopen64(hd_path_new, "wb");
  18.177 +	e = errno;
  18.178 +	if (!f)
  18.179 +	{
  18.180 +		alert("Can't open file for write", NULL, NULL, "OK", NULL, 0, 0);
  18.181 +		return -1;
  18.182 +	}
  18.183 +	memset(buf, 0, 512);
  18.184 +	for (c = 0; c < (cyl * hpc * spt); c++)
  18.185 +	{
  18.186 +		fwrite(buf, 512, 1, f);
  18.187 +	}
  18.188 +	fclose(f);
  18.189 +}
  18.190 +
  18.191 +static int hdconf_new(int msg, DIALOG *d, int c)
  18.192 +{
  18.193 +        int drv = d->d2;
  18.194 +        int ret = d_button_proc(msg, d, c);
  18.195 +        
  18.196 +        if (ret == D_EXIT)
  18.197 +        {
  18.198 +                sprintf(hd_sectors_new, "63");
  18.199 +                sprintf(hd_heads_new, "16");
  18.200 +                sprintf(hd_cylinders_new, "511");
  18.201 +                strcpy(hd_path_new, "");
  18.202 +
  18.203 +                while (1)
  18.204 +                {
  18.205 +                        position_dialog(hdnew_dialog, SCREEN_W/2 - 186, SCREEN_H/2 - 86/2);
  18.206 +        
  18.207 +                        ret = popup_dialog(hdnew_dialog, 1);
  18.208 +
  18.209 +                        position_dialog(hdnew_dialog, -(SCREEN_W/2 - 186), -(SCREEN_H/2 - 86/2));
  18.210 +                
  18.211 +                        if (ret == 1)
  18.212 +                        {
  18.213 +                                int spt, hpc, cyl;
  18.214 +                                int c, d;
  18.215 +                                FILE *f;
  18.216 +				uint8_t *buf;
  18.217 +                                
  18.218 +                                sscanf(hd_sectors_new, "%i", &spt);
  18.219 +                                sscanf(hd_heads_new, "%i", &hpc);
  18.220 +                                sscanf(hd_cylinders_new, "%i", &cyl);
  18.221 +                        
  18.222 +                                if (spt > 63)
  18.223 +                                {
  18.224 +                                        alert("Drive has too many sectors (maximum is 63)", NULL, NULL, "OK", NULL, 0, 0);
  18.225 +                                        continue;
  18.226 +                                }
  18.227 +                                if (hpc > 128)
  18.228 +                                {
  18.229 +                                        alert("Drive has too many heads (maximum is 128)", NULL, NULL, "OK", NULL, 0, 0);
  18.230 +                                        continue;
  18.231 +                                }
  18.232 +                                if (cyl > 16383)
  18.233 +                                {
  18.234 +                                        alert("Drive has too many cylinders (maximum is 16383)", NULL, NULL, "OK", NULL, 0, 0);
  18.235 +                                        continue;
  18.236 +                                }
  18.237 +				if (create_hd(hd_path_new, cyl, hpc, spt))
  18.238 +					return D_REDRAW;
  18.239 +
  18.240 +                                alert("Remember to partition and format the new drive", NULL, NULL, "OK", NULL, 0, 0);
  18.241 +                                
  18.242 +                                hdc_new[drv].spt = spt;
  18.243 +                                hdc_new[drv].hpc = hpc;
  18.244 +                                hdc_new[drv].tracks = cyl;
  18.245 +
  18.246 +                                strcpy(hd_path[drv], hd_path_new);
  18.247 +                                sprintf(hd_sectors[drv], "%i", hdc_new[drv].spt);
  18.248 +                                sprintf(hd_heads[drv], "%i", hdc_new[drv].hpc);
  18.249 +                                sprintf(hd_cylinders[drv], "%i", hdc_new[drv].tracks);
  18.250 +                                sprintf(hd_size[drv], "Size : %imb", (((((uint64_t)hdc_new[drv].tracks*(uint64_t)hdc_new[drv].hpc)*(uint64_t)hdc_new[drv].spt)*512)/1024)/1024);
  18.251 +
  18.252 +                                return D_REDRAW;
  18.253 +                        }
  18.254 +                        
  18.255 +                        if (ret == 2)
  18.256 +                                break;
  18.257 +                }
  18.258 +                
  18.259 +                return D_REDRAW;
  18.260 +        }
  18.261 +        
  18.262 +        return ret;
  18.263 +}
  18.264 +
  18.265 +static int hdconf_eject(int msg, DIALOG *d, int c)
  18.266 +{
  18.267 +        int drv = d->d2;
  18.268 +        int ret = d_button_proc(msg, d, c);
  18.269 +        
  18.270 +        if (ret == D_EXIT)
  18.271 +        {
  18.272 +                hdc_new[drv].spt = 0;
  18.273 +                hdc_new[drv].hpc = 0;
  18.274 +                hdc_new[drv].tracks = 0;                
  18.275 +                strcpy(hd_path[drv], "");
  18.276 +                sprintf(hd_sectors[drv], "%i", hdc_new[drv].spt);
  18.277 +                sprintf(hd_heads[drv], "%i", hdc_new[drv].hpc);
  18.278 +                sprintf(hd_cylinders[drv], "%i", hdc_new[drv].tracks);
  18.279 +                sprintf(hd_size[drv], "Size : %imb", (((((uint64_t)hdc_new[drv].tracks*(uint64_t)hdc_new[drv].hpc)*(uint64_t)hdc_new[drv].spt)*512)/1024)/1024);
  18.280 +                
  18.281 +                return D_REDRAW;
  18.282 +        }
  18.283 +
  18.284 +        return ret;
  18.285 +}
  18.286 +
  18.287 +static DIALOG hdconf_dialog[]=
  18.288 +{
  18.289 +        {d_shadow_box_proc, 0, 0, 210*2,172,0,0xffffff,0,0,     0,0,0,0,0}, // 0
  18.290 +
  18.291 +        {d_button_proc, 150,  152, 50, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "OK",     0, 0}, // 1
  18.292 +        {d_button_proc, 220,  152, 50, 16, 0, 0xffffff, 0, D_EXIT, 0, 0, "Cancel", 0, 0}, // 2
  18.293 +
  18.294 +        {d_text_proc,   7*2,   6,  27,   10, 0, 0xffffff, 0, 0, 0, 0, "C:", 0, 0},
  18.295 +        {d_edit_proc,   7*2,   22, 136*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_path[0], 0, 0},
  18.296 +        {hdconf_open,   143*2, 22, 16*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "...", 0, 0},
  18.297 +        {hdconf_new,    159*2, 22, 24*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "New", 0, 0},
  18.298 +        {hdconf_eject,  183*2, 22, 24*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 0, "Eject", 0, 0},
  18.299 +
  18.300 +        {d_text_proc,   7*2,  38,  27, 10, 0, 0xffffff, 0, 0, 0, 0, "Sectors:", 0, 0},
  18.301 +        {d_text_proc,  63*2,  38,  29,  8, 0, 0xffffff, 0, 0, 0, 0, "Heads:", 0, 0},
  18.302 +        {d_text_proc, 120*2,  38,  28, 12, 0, 0xffffff, 0, 0, 0, 0, "Cylinders:", 0, 0},
  18.303 +        {d_edit_proc,  44*2,  38,  16*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_sectors[0], 0, 0},
  18.304 +        {d_edit_proc,  92*2,  38,  16*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_heads[0], 0, 0},
  18.305 +        {d_edit_proc, 168*2,  38,  24*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_cylinders[0], 0, 0},
  18.306 +        {d_text_proc,   7*2,  54, 136, 12, 0, 0xffffff, 0, 0, 0, 0, hd_size[0], 0, 0},
  18.307 +
  18.308 +        {d_text_proc,   7*2,  76,  27, 10, 0, 0xffffff, 0, 0, 0, 0, "D:", 0, 0},
  18.309 +        {d_edit_proc,   7*2,   92, 136*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_path[1], 0, 0},
  18.310 +        {hdconf_open,   143*2, 92, 16*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 1, "...", 0, 0},
  18.311 +        {hdconf_new,    159*2, 92, 24*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 1, "New", 0, 0},
  18.312 +        {hdconf_eject,  183*2, 92, 24*2, 14, 0, 0xffffff, 0, D_EXIT, 0, 1, "Eject", 0, 0},
  18.313 +
  18.314 +        {d_edit_proc,  44*2, 108,  16*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_sectors[1], 0, 0},
  18.315 +        {d_edit_proc,  92*2, 108,  16*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_heads[1], 0, 0},
  18.316 +        {d_edit_proc, 168*2, 108,  24*2, 12, 0, 0xffffff, 0, D_DISABLED, 0, 0, hd_cylinders[1], 0, 0},
  18.317 +        {d_text_proc,   7*2, 108,  27, 10, 0, 0xffffff, 0, 0, 0, 0, "Sectors:", 0, 0},
  18.318 +        {d_text_proc,  63*2, 108,  29,  8, 0, 0xffffff, 0, 0, 0, 0, "Heads:", 0, 0},
  18.319 +        {d_text_proc, 120*2, 108,  32, 12, 0, 0xffffff, 0, 0, 0, 0, "Cylinders:", 0, 0},
  18.320 +        {d_text_proc,   7*2, 124, 136, 12, 0, 0xffffff, 0, 0, 0, 0, hd_size[1], 0, 0},
  18.321 +
  18.322 +        {0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL}
  18.323 +};
  18.324 +
  18.325 +int disc_hdconf()
  18.326 +{
  18.327 +        int c;
  18.328 +        int changed=0;
  18.329 +
  18.330 +        hdc_new[0] = hdc[0];
  18.331 +        hdc_new[1] = hdc[1];
  18.332 +        strcpy(hd_path[0], ide_fn[0]);
  18.333 +        strcpy(hd_path[1], ide_fn[1]);
  18.334 +        sprintf(hd_sectors[0], "%i", hdc[0].spt);
  18.335 +        sprintf(hd_sectors[1], "%i", hdc[1].spt);
  18.336 +        sprintf(hd_heads[0], "%i", hdc[0].hpc);
  18.337 +        sprintf(hd_heads[1], "%i", hdc[1].hpc);
  18.338 +        sprintf(hd_cylinders[0], "%i", hdc[0].tracks);
  18.339 +        sprintf(hd_cylinders[1], "%i", hdc[1].tracks);
  18.340 +        sprintf(hd_size[0], "Size : %imb", (((((uint64_t)hdc[0].tracks*(uint64_t)hdc[0].hpc)*(uint64_t)hdc[0].spt)*512)/1024)/1024);
  18.341 +        sprintf(hd_size[1], "Size : %imb", (((((uint64_t)hdc[1].tracks*(uint64_t)hdc[1].hpc)*(uint64_t)hdc[1].spt)*512)/1024)/1024);
  18.342 +
  18.343 +        while (1)
  18.344 +        {
  18.345 +                position_dialog(hdconf_dialog, SCREEN_W/2 - 210, SCREEN_H/2 - 172/2);
  18.346 +        
  18.347 +                c = popup_dialog(hdconf_dialog, 1);
  18.348 +
  18.349 +                position_dialog(hdconf_dialog, -(SCREEN_W/2 - 210), -(SCREEN_H/2 - 172/2));
  18.350 +
  18.351 +                if (c == 1)
  18.352 +                {
  18.353 +                        if (alert("This will reset PCem!", "Okay to continue?", NULL, "OK", "Cancel", 0, 0) == 1)
  18.354 +                        {
  18.355 +                                hdc[0] = hdc_new[0];
  18.356 +                                hdc[1] = hdc_new[1];
  18.357 +                
  18.358 +                                strcpy(ide_fn[0], hd_path[0]);
  18.359 +                                strcpy(ide_fn[1], hd_path[1]);
  18.360 +
  18.361 +                                saveconfig();
  18.362 +                                                                                
  18.363 +                                resetpchard();
  18.364 +                                
  18.365 +                                return D_O_K;
  18.366 +                        }
  18.367 +                }
  18.368 +                if (c == 2)
  18.369 +                        return D_O_K;
  18.370 +        }
  18.371 +        
  18.372 +        return D_O_K;
  18.373 +}
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/src/allegro-gui.c	Thu Sep 04 21:07:24 2014 +0100
    19.3 @@ -0,0 +1,219 @@
    19.4 +#include "ibm.h"
    19.5 +#include "allegro-main.h"
    19.6 +#include "allegro-gui.h"
    19.7 +#include "device.h"
    19.8 +#include "ide.h"
    19.9 +
   19.10 +static int file_return(void)
   19.11 +{
   19.12 +        return D_CLOSE;
   19.13 +}
   19.14 +
   19.15 +static int file_exit(void)
   19.16 +{
   19.17 +        quited = 1;
   19.18 +        return D_CLOSE;
   19.19 +}
   19.20 +
   19.21 +static int file_reset(void)
   19.22 +{
   19.23 +        resetpchard();
   19.24 +        return D_CLOSE;
   19.25 +}
   19.26 +
   19.27 +static MENU file_menu[]=
   19.28 +{
   19.29 +	{"&Return",     file_return, NULL, 0, NULL},
   19.30 +        {"&Hard Reset", file_reset, NULL, 0, NULL},
   19.31 +        {"E&xit",       file_exit,  NULL, 0, NULL},
   19.32 +        {NULL,NULL,NULL,0,NULL}
   19.33 +};
   19.34 +
   19.35 +static int disc_load_a()
   19.36 +{
   19.37 +        char fn[260];
   19.38 +        int ret;
   19.39 +        int xsize = SCREEN_W - 32, ysize = SCREEN_H - 64;
   19.40 +        strcpy(fn, discfns[0]);
   19.41 +        ret = file_select_ex("Please choose a disc image", fn, "IMG;IMA", 260, xsize, ysize);
   19.42 +        if (ret)
   19.43 +        {
   19.44 +                savedisc(0);
   19.45 +                loaddisc(0, fn);
   19.46 +                saveconfig();
   19.47 +        }
   19.48 +        return D_O_K;
   19.49 +}
   19.50 +
   19.51 +static int disc_load_b()
   19.52 +{
   19.53 +        char fn[260];
   19.54 +        int ret;
   19.55 +        int xsize = SCREEN_W - 32, ysize = SCREEN_H - 64;
   19.56 +        strcpy(fn, discfns[1]);
   19.57 +        ret = file_select_ex("Please choose a disc image", fn, "IMG;IMA", 260, xsize, ysize);
   19.58 +        if (ret)
   19.59 +        {
   19.60 +                savedisc(1);
   19.61 +                loaddisc(1, fn);
   19.62 +                saveconfig();
   19.63 +        }
   19.64 +        return D_O_K;
   19.65 +}
   19.66 +
   19.67 +static int disc_eject_a()
   19.68 +{
   19.69 +        savedisc(0);
   19.70 +        ejectdisc(0);
   19.71 +        saveconfig();
   19.72 +        
   19.73 +        return D_O_K;
   19.74 +}
   19.75 +
   19.76 +static int disc_eject_b()
   19.77 +{
   19.78 +        savedisc(1);
   19.79 +        ejectdisc(1);
   19.80 +        saveconfig();
   19.81 +        
   19.82 +        return D_O_K;
   19.83 +}
   19.84 +
   19.85 +static MENU disc_menu[]=
   19.86 +{
   19.87 +        {"Load drive &A:...",   disc_load_a, NULL, 0, NULL},
   19.88 +        {"Load drive &B:...",   disc_load_b, NULL, 0, NULL},
   19.89 +        {"&Eject drive &A:", disc_eject_a, NULL, 0, NULL},
   19.90 +        {"Eject drive &B:",  disc_eject_b, NULL, 0, NULL},
   19.91 +        {"&Configure hard discs...", disc_hdconf, NULL, 0, NULL},
   19.92 +        {NULL,NULL,NULL,0,NULL}
   19.93 +};
   19.94 +
   19.95 +static MENU cdrom_menu[];
   19.96 +
   19.97 +static void cdrom_update()
   19.98 +{
   19.99 +	int c;
  19.100 +       
  19.101 +	for (c = 0; cdrom_menu[c].text; c++)
  19.102 +		cdrom_menu[c].flags = 0;
  19.103 +
  19.104 +	if (!cdrom_enabled)
  19.105 +		cdrom_menu[0].flags = D_SELECTED;
  19.106 +	else
  19.107 +		cdrom_menu[1].flags = D_SELECTED;
  19.108 +
  19.109 +	return D_O_K;
  19.110 +}
  19.111 +
  19.112 +static int cdrom_disabled()
  19.113 +{
  19.114 +	if (!cdrom_enabled)
  19.115 +		return D_O_K;
  19.116 +
  19.117 +	if (alert("This will reset PCem!", "Okay to continue?", NULL, "OK", "Cancel", 0, 0) == 1)
  19.118 +	{
  19.119 +		atapi->exit();
  19.120 +		cdrom_enabled = 0;                                             
  19.121 +		saveconfig();
  19.122 +		resetpchard();
  19.123 +		cdrom_update();
  19.124 +	}
  19.125 +
  19.126 +	return D_O_K;
  19.127 +}
  19.128 +
  19.129 +static int cdrom_empty()
  19.130 +{
  19.131 +	if (cdrom_enabled)
  19.132 +	{
  19.133 +		atapi->exit();
  19.134 +		cdrom_drive = -1;
  19.135 +		cdrom_null_open(cdrom_drive);
  19.136 +		return D_O_K;
  19.137 +	}
  19.138 +
  19.139 +	if (alert("This will reset PCem!", "Okay to continue?", NULL, "OK", "Cancel", 0, 0) == 1)
  19.140 +	{
  19.141 +		cdrom_drive = -1;
  19.142 +		cdrom_enabled = 1;
  19.143 +		cdrom_null_open(cdrom_drive);
  19.144 +		saveconfig();
  19.145 +		resetpchard();
  19.146 +		cdrom_update();
  19.147 +	}
  19.148 +}
  19.149 +
  19.150 +static int cdrom_dev()
  19.151 +{
  19.152 +	if (cdrom_enabled)
  19.153 +	{
  19.154 +		atapi->exit();
  19.155 +		cdrom_drive = 0;
  19.156 +		ioctl_open(cdrom_drive);
  19.157 +		return D_O_K;
  19.158 +	}
  19.159 +
  19.160 +	if (alert("This will reset PCem!", "Okay to continue?", NULL, "OK", "Cancel", 0, 0) == 1)
  19.161 +	{
  19.162 +		cdrom_drive = 0;
  19.163 +		cdrom_enabled = 1;
  19.164 +		ioctl_open(cdrom_drive);
  19.165 +		saveconfig();
  19.166 +		resetpchard();
  19.167 +		cdrom_update();
  19.168 +	}
  19.169 +}
  19.170 +
  19.171 +static MENU cdrom_menu[] =
  19.172 +{
  19.173 +        {"&Disabled", cdrom_disabled, NULL, 0, NULL},
  19.174 +        {"&Empty", cdrom_empty, NULL, 0, NULL},
  19.175 +        {"/dev/cdrom", cdrom_dev, NULL, 0, NULL},
  19.176 +        {NULL,NULL,NULL,0,NULL}
  19.177 +};
  19.178 +
  19.179 +static MENU settings_menu[]=
  19.180 +{
  19.181 +        {"&Configure...",   settings_configure, NULL, 0, NULL},
  19.182 +	{"CD-ROM", NULL, cdrom_menu, 0, NULL},
  19.183 +        {NULL,NULL,NULL,0,NULL}
  19.184 +};
  19.185 +
  19.186 +static MENU main_menu[]=
  19.187 +{
  19.188 +        {"&File", NULL, file_menu, 0, NULL},
  19.189 +        {"&Disc", NULL, disc_menu, 0, NULL},
  19.190 +        {"&Settings", NULL, settings_menu, 0, NULL},
  19.191 +        {NULL,NULL,NULL,0,NULL}
  19.192 +};
  19.193 +
  19.194 +static DIALOG pcem_gui[]=
  19.195 +{
  19.196 +        {d_menu_proc,  0,   0,   0,  0, 15, 0, 0, 0, 0, 0, main_menu, NULL, NULL},
  19.197 +        {d_yield_proc, 0,   0,   0,  0, 15, 0, 0, 0, 0, 0, NULL,      NULL, NULL},
  19.198 +        {0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL}
  19.199 +};
  19.200 +
  19.201 +void gui_enter()
  19.202 +{
  19.203 +        DIALOG_PLAYER *dp;
  19.204 +        int x = 1;
  19.205 +        infocus = 0;
  19.206 +
  19.207 +        dp = init_dialog(pcem_gui, 0);
  19.208 +        show_mouse(screen);
  19.209 +        while (x && !(mouse_b & 2) && !key[KEY_ESC])
  19.210 +        {
  19.211 +                x = update_dialog(dp);
  19.212 +        }
  19.213 +        show_mouse(NULL);
  19.214 +        shutdown_dialog(dp);
  19.215 +
  19.216 +        clear(screen);
  19.217 +        clear_keybuf();
  19.218 +        
  19.219 +        infocus = 1;
  19.220 +
  19.221 +	device_force_redraw();
  19.222 +}
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/src/allegro-gui.h	Thu Sep 04 21:07:24 2014 +0100
    20.3 @@ -0,0 +1,10 @@
    20.4 +void gui_enter();
    20.5 +
    20.6 +extern int quited;
    20.7 +
    20.8 +extern int romspresent[ROM_MAX];
    20.9 +extern int gfx_present[GFX_MAX];
   20.10 +
   20.11 +int disc_hdconf();
   20.12 +
   20.13 +int settings_configure();
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/src/allegro-joystick.c	Thu Sep 04 21:07:24 2014 +0100
    21.3 @@ -0,0 +1,30 @@
    21.4 +#include "allegro-main.h"
    21.5 +#include "plat-joystick.h"
    21.6 +
    21.7 +joystick_t joystick_state[2];
    21.8 +int joysticks_present;
    21.9 +
   21.10 +void joystick_init()
   21.11 +{
   21.12 +        install_joystick(JOY_TYPE_AUTODETECT);
   21.13 +        joysticks_present = MIN(num_joysticks, 2);
   21.14 +}
   21.15 +void joystick_close()
   21.16 +{
   21.17 +}
   21.18 +void joystick_poll()
   21.19 +{
   21.20 +        int c;
   21.21 +        
   21.22 +        poll_joystick();
   21.23 +
   21.24 +        for (c = 0; c < MIN(num_joysticks, 2); c++)
   21.25 +        {                
   21.26 +                joystick_state[c].x = joy[c].stick[0].axis[0].pos * 256;
   21.27 +                joystick_state[c].y = joy[c].stick[0].axis[1].pos * 256;
   21.28 +                joystick_state[c].b[0] = joy[c].button[0].b;
   21.29 +                joystick_state[c].b[1] = joy[c].button[1].b;
   21.30 +                joystick_state[c].b[2] = joy[c].button[2].b;
   21.31 +                joystick_state[c].b[3] = joy[c].button[3].b;
   21.32 +        }
   21.33 +}
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/src/allegro-keyboard.c	Thu Sep 04 21:07:24 2014 +0100
    22.3 @@ -0,0 +1,49 @@
    22.4 +#include "allegro-main.h"
    22.5 +#include "plat-keyboard.h"
    22.6 +
    22.7 +int pcem_key[272];
    22.8 +int rawinputkey[272];
    22.9 +
   22.10 +static int key_convert[128] =
   22.11 +{
   22.12 +          -1, 0x1e, 0x30, 0x2e, 0x20, 0x12, 0x21, 0x22, /*   ,   A,   B,   C,  D,  E,  F,  G*/
   22.13 +        0x23, 0x17, 0x24, 0x25, 0x26, 0x32, 0x31, 0x18, /*  H,   I,   J,   K,  L,  M,  N,  O*/
   22.14 +        0x19, 0x10, 0x13, 0x1f, 0x14, 0x16, 0x2f, 0x11, /*  P,   Q,   R,   S,  T,  U,  V,  W*/
   22.15 +        0x2d, 0x15, 0x2c, 0x0b, 0x02, 0x03, 0x04, 0x05, /*  X,   Y,   Z,   0,  1,  2,  3,  4*/
   22.16 +        0x06, 0x07, 0x08, 0x09, 0x0a, 0x52, 0x4f, 0x50, /*  5,   6,   7,   8,  9, p0, p1, p2*/
   22.17 +        0x51, 0x4b, 0x4c, 0x4d, 0x47, 0x48, 0x49, 0x3b, /* p3,  p4,  p5,  p6, p7, p8, p9, F1*/
   22.18 +        0x3c, 0x3d, 0x3e, 0x3f, 0x40, 0x41, 0x42, 0x43, /* F2,  F3,  F4,  F5, F6, F7, F8, F9*/
   22.19 +        0x44, 0x57, 0x58, 0x01, 0x29, 0x0c, 0x0d, 0x0e, /*F10, F11, F12, ESC, `ª, -_, =+, backspace*/
   22.20 +        0x0f, 0x1a, 0x1b, 0x1c, 0x27, 0x28, 0x2b, 0x56, /*TAB,  [{,  ]}, ENT, ;:, '@, \|, #~*/
   22.21 +        0x33, 0x34, 0x35, 0x39, 0xd2, 0xd3, 0xc7, 0xcf, /* ,<,  .>,  /?, SPC, INS, DEL, HOME, END*/
   22.22 +        0xc9, 0xd1, 0xcb, 0xcd, 0xc8, 0xd0, 0xb5, 0x37, /*PGU, PGD, LFT, RHT,  UP,  DN,  /, * */
   22.23 +        0x4a, 0x4e, 0x53, 0x9c, 0xff,   -1,   -1,   -1, /* p-,  p+, pDL, pEN, psc, pse, abnt, yen*/
   22.24 +          -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, /*kana, convert, noconvert, at, circumflex, colon2, kanji, pad equals*/
   22.25 +          -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
   22.26 +          -1,   -1,   -1, 0x2a, 0x36, 0x1d, 0x9d, 0x38, /*, , lshift, rshift, lctrl, rctrl, alt*/
   22.27 +        0xb8, 0xdb, 0xdc, 0xdd, 0x46, 0x45, 0x3a,   -1  /*altgr, lwin, rwin, menu, scrlock, numlock, capslock*/
   22.28 +};
   22.29 +
   22.30 +void keyboard_init()
   22.31 +{
   22.32 +        install_keyboard();
   22.33 +}
   22.34 +
   22.35 +void keyboard_close()
   22.36 +{
   22.37 +}
   22.38 +
   22.39 +void keyboard_poll_host()
   22.40 +{
   22.41 +        int c;
   22.42 +        
   22.43 +        for (c = 0; c < 128; c++)
   22.44 +        {
   22.45 +                int key_idx = key_convert[c];
   22.46 +                if (key_idx == -1)
   22.47 +                        continue;
   22.48 +                
   22.49 +                if (key[c] != pcem_key[key_idx])
   22.50 +                        pcem_key[key_idx] = key[c];
   22.51 +        }
   22.52 +}
    23.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.2 +++ b/src/allegro-main.c	Thu Sep 04 21:07:24 2014 +0100
    23.3 @@ -0,0 +1,167 @@
    23.4 +#include "allegro-main.h"
    23.5 +#include "ibm.h"
    23.6 +#include "cpu.h"
    23.7 +#include "model.h"
    23.8 +#include "nvr.h"
    23.9 +#include "video.h"
   23.10 +
   23.11 +#undef printf
   23.12 +
   23.13 +int mousecapture = 0;
   23.14 +int quited = 0;
   23.15 +int winsizex = -1, winsizey = -1;
   23.16 +
   23.17 +int romspresent[ROM_MAX];
   23.18 +int gfx_present[GFX_MAX];
   23.19 +
   23.20 +void updatewindowsize(int x, int y)
   23.21 +{
   23.22 +        if (x < 128)
   23.23 +                x = 128;
   23.24 +        if (y < 128)
   23.25 +                y = 128;
   23.26 +        if (winsizex != x || winsizey != y)
   23.27 +        {
   23.28 +                winsizex = x;
   23.29 +                winsizey = y;
   23.30 +                allegro_video_update_size(x, y);
   23.31 +        }
   23.32 +}
   23.33 +
   23.34 +void startblit()
   23.35 +{
   23.36 +}
   23.37 +
   23.38 +void endblit()
   23.39 +{
   23.40 +}
   23.41 +
   23.42 +static int ticks = 0;
   23.43 +static void timer_rout()
   23.44 +{
   23.45 +        ticks++;
   23.46 +}
   23.47 +
   23.48 +uint64_t timer_freq;
   23.49 +uint64_t timer_read()
   23.50 +{
   23.51 +        return 0;
   23.52 +}
   23.53 +
   23.54 +int main()
   23.55 +{
   23.56 +        int frames = 0;
   23.57 +        int c, d;
   23.58 +        allegro_init();
   23.59 +        allegro_video_init();
   23.60 +        install_timer();
   23.61 +        install_int_ex(timer_rout, BPS_TO_TIMER(100));
   23.62 +	install_int_ex(onesec, BPS_TO_TIMER(1));
   23.63 +	midi_init();
   23.64 +        
   23.65 +        initpc();
   23.66 +
   23.67 +        d = romset;
   23.68 +        for (c = 0; c < ROM_MAX; c++)
   23.69 +        {
   23.70 +                romset = c;
   23.71 +                romspresent[c] = loadbios();
   23.72 +                pclog("romset %i - %i\n", c, romspresent[c]);
   23.73 +        }
   23.74 +        
   23.75 +        for (c = 0; c < ROM_MAX; c++)
   23.76 +        {
   23.77 +                if (romspresent[c])
   23.78 +                   break;
   23.79 +        }
   23.80 +        if (c == ROM_MAX)
   23.81 +        {
   23.82 +                printf("No ROMs present!\nYou must have at least one romset to use PCem.");
   23.83 +                return 0;
   23.84 +        }
   23.85 +
   23.86 +        romset=d;
   23.87 +        c=loadbios();
   23.88 +
   23.89 +        if (!c)
   23.90 +        {
   23.91 +                if (romset != -1)
   23.92 +			printf("Configured romset not available.\nDefaulting to available romset.");
   23.93 +                for (c = 0; c < ROM_MAX; c++)
   23.94 +                {
   23.95 +                        if (romspresent[c])
   23.96 +                        {
   23.97 +                                romset = c;
   23.98 +                                model = model_getmodel(romset);
   23.99 +                                saveconfig();
  23.100 +                                resetpchard();
  23.101 +                                break;
  23.102 +                        }
  23.103 +                }
  23.104 +        }
  23.105 +
  23.106 +        for (c = 0; c < GFX_MAX; c++)
  23.107 +                gfx_present[c] = video_card_available(video_old_to_new(c));
  23.108 +
  23.109 +        if (!video_card_available(video_old_to_new(gfxcard)))
  23.110 +        {
  23.111 +                if (gfxcard) printf("Configured video BIOS not available.\nDefaulting to available romset.");
  23.112 +                for (c = GFX_MAX-1; c >= 0; c--)
  23.113 +                {
  23.114 +                        if (gfx_present[c])
  23.115 +                        {
  23.116 +                                gfxcard = c;
  23.117 +                                saveconfig();
  23.118 +                                resetpchard();
  23.119 +                                break;
  23.120 +                        }
  23.121 +                }
  23.122 +        }
  23.123 +
  23.124 +        ticks = 0;
  23.125 +        while (!quited)
  23.126 +        {
  23.127 +                if (ticks)
  23.128 +                {
  23.129 +                        ticks--;
  23.130 +                        runpc();
  23.131 +                        frames++;
  23.132 +                        if (frames >= 200 && nvr_dosave)
  23.133 +                        {
  23.134 +                                frames = 0;
  23.135 +                                nvr_dosave = 0;
  23.136 +                                savenvr();
  23.137 +                        }
  23.138 +                }
  23.139 +                else
  23.140 +                        rest(1);
  23.141 +
  23.142 +		if (ticks > 10)
  23.143 +			ticks = 0;
  23.144 +                
  23.145 +		if ((mouse_b & 1) && !mousecapture)
  23.146 +			mousecapture = 1;
  23.147 +
  23.148 +		if (((key[KEY_LCONTROL] || key[KEY_RCONTROL]) && key[KEY_END]) || (mouse_b & 4))
  23.149 +			mousecapture = 0;
  23.150 +
  23.151 +                if ((key[KEY_LCONTROL] || key[KEY_RCONTROL]) && key[KEY_ALT] && key[KEY_PGDN])
  23.152 +                {
  23.153 +			int old_winsizex = winsizex, old_winsizey = winsizey;
  23.154 +			if (winsizex < 512 || winsizey < 350)
  23.155 +				updatewindowsize(512, 350);
  23.156 +                        gui_enter();
  23.157 +			if (old_winsizex < 512 || old_winsizey < 350)
  23.158 +				updatewindowsize(old_winsizex, old_winsizey);
  23.159 +                        ticks = 0;
  23.160 +                }
  23.161 +        }
  23.162 +        
  23.163 +        closepc();
  23.164 +
  23.165 +	midi_close();
  23.166 +
  23.167 +        return 0;
  23.168 +}
  23.169 +
  23.170 +END_OF_MAIN();
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/src/allegro-main.h	Thu Sep 04 21:07:24 2014 +0100
    24.3 @@ -0,0 +1,15 @@
    24.4 +#define getr8 allegro_getr8
    24.5 +#define setr8 allegro_setr8
    24.6 +#define get_filename allegro_get_filename
    24.7 +#define append_filename allegro_append_filename
    24.8 +#define put_backslash allegro_put_backslash
    24.9 +#define GFX_VGA allegro_GFX_VGA
   24.10 +
   24.11 +#include <allegro.h>
   24.12 +
   24.13 +#undef GFX_VGA
   24.14 +#undef getr8
   24.15 +#undef setr8
   24.16 +#undef get_filename
   24.17 +#undef append_filename
   24.18 +#undef put_backslash
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/src/allegro-midi.c	Thu Sep 04 21:07:24 2014 +0100
    25.3 @@ -0,0 +1,45 @@
    25.4 +#include "allegro-main.h"
    25.5 +#include "ibm.h"
    25.6 +#include "plat-midi.h"
    25.7 +
    25.8 +//#define USE_ALLEGRO_MIDI
    25.9 +
   25.10 +void midi_init()
   25.11 +{
   25.12 +#ifdef USE_ALLEGRO_MIDI
   25.13 +	install_sound(DIGI_NONE, MIDI_AUTODETECT, NULL);
   25.14 +#endif
   25.15 +}
   25.16 +
   25.17 +void midi_close()
   25.18 +{
   25.19 +#ifdef USE_ALLEGRO_MIDI
   25.20 +	remove_sound();
   25.21 +#endif
   25.22 +}
   25.23 +
   25.24 +static int midi_cmd_pos, midi_len;
   25.25 +static uint8_t midi_command[3];
   25.26 +static int midi_lengths[8] = {3, 3, 3, 3, 2, 2, 3, 0};
   25.27 +
   25.28 +void midi_write(uint8_t val)
   25.29 +{
   25.30 +        if (val & 0x80)
   25.31 +        {
   25.32 +                midi_cmd_pos = 0;
   25.33 +                midi_len = midi_lengths[(val >> 4) & 7];
   25.34 +                midi_command[0] = midi_command[1] = midi_command[2] = 0;
   25.35 +        }
   25.36 +
   25.37 +        if (midi_len && midi_cmd_pos < 3)
   25.38 +        {                
   25.39 +                midi_command[midi_cmd_pos] = val;
   25.40 +                
   25.41 +                midi_cmd_pos++;
   25.42 +                
   25.43 +#ifdef USE_ALLEGRO_MIDI
   25.44 +                if (midi_cmd_pos == midi_len)
   25.45 +                        midi_out(midi_command, midi_len);
   25.46 +#endif
   25.47 +        }
   25.48 +}
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/src/allegro-mouse.c	Thu Sep 04 21:07:24 2014 +0100
    26.3 @@ -0,0 +1,31 @@
    26.4 +#include "allegro-main.h"
    26.5 +#include "plat-mouse.h"
    26.6 +
    26.7 +int mouse_buttons;
    26.8 +
    26.9 +void mouse_init()
   26.10 +{
   26.11 +        install_mouse();
   26.12 +}
   26.13 +
   26.14 +void mouse_close()
   26.15 +{
   26.16 +}
   26.17 +
   26.18 +void mouse_poll_host()
   26.19 +{
   26.20 +        //poll_mouse();
   26.21 +	mouse_buttons = mouse_b;
   26.22 +}
   26.23 +
   26.24 +void mouse_get_mickeys(int *x, int *y)
   26.25 +{
   26.26 +	if (mousecapture)
   26.27 +	{
   26.28 +	        get_mouse_mickeys(x, y);
   26.29 +//        	position_mouse(64, 64);
   26.30 +	}
   26.31 +	else
   26.32 +	        *x = *y = 0;
   26.33 +}
   26.34 +
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/src/allegro-video.c	Thu Sep 04 21:07:24 2014 +0100
    27.3 @@ -0,0 +1,109 @@
    27.4 +#include "allegro-main.h"
    27.5 +#include "ibm.h"
    27.6 +#include "video.h"
    27.7 +
    27.8 +#include "allegro-video.h"
    27.9 +
   27.10 +static PALETTE cgapal=
   27.11 +{
   27.12 +        {0,0,0},{0,42,0},{42,0,0},{42,21,0},
   27.13 +        {0,0,0},{0,42,42},{42,0,42},{42,42,42},
   27.14 +        {0,0,0},{21,63,21},{63,21,21},{63,63,21},
   27.15 +        {0,0,0},{21,63,63},{63,21,63},{63,63,63},
   27.16 +
   27.17 +        {0,0,0},{0,0,42},{0,42,0},{0,42,42},
   27.18 +        {42,0,0},{42,0,42},{42,21,00},{42,42,42},
   27.19 +        {21,21,21},{21,21,63},{21,63,21},{21,63,63},
   27.20 +        {63,21,21},{63,21,63},{63,63,21},{63,63,63},
   27.21 +
   27.22 +        {0,0,0},{0,21,0},{0,0,42},{0,42,42},
   27.23 +        {42,0,21},{21,10,21},{42,0,42},{42,0,63},
   27.24 +        {21,21,21},{21,63,21},{42,21,42},{21,63,63},
   27.25 +        {63,0,0},{42,42,0},{63,21,42},{41,41,41},
   27.26 +        
   27.27 +        {0,0,0},{0,42,42},{42,0,0},{42,42,42},
   27.28 +        {0,0,0},{0,42,42},{42,0,0},{42,42,42},
   27.29 +        {0,0,0},{0,63,63},{63,0,0},{63,63,63},
   27.30 +        {0,0,0},{0,63,63},{63,0,0},{63,63,63},
   27.31 +};
   27.32 +
   27.33 +static uint32_t pal_lookup[256];
   27.34 +
   27.35 +static void allegro_blit_memtoscreen(int x, int y, int y1, int y2, int w, int h);
   27.36 +static void allegro_blit_memtoscreen_8(int x, int y, int w, int h);
   27.37 +static BITMAP *buffer32_vscale;
   27.38 +void allegro_video_init()
   27.39 +{
   27.40 +	int c;
   27.41 +
   27.42 +        set_color_depth(32);
   27.43 +        set_gfx_mode(GFX_AUTODETECT_WINDOWED, 640, 480, 0, 0);
   27.44 +        video_blit_memtoscreen = allegro_blit_memtoscreen;
   27.45 +        video_blit_memtoscreen_8 = allegro_blit_memtoscreen_8;
   27.46 +
   27.47 +        for (c = 0; c < 256; c++)
   27.48 +        	pal_lookup[c] = makecol(cgapal[c].r << 2, cgapal[c].g << 2, cgapal[c].b << 2);
   27.49 +
   27.50 +	buffer32_vscale = create_bitmap(2048, 2048);
   27.51 +}
   27.52 +
   27.53 +void allegro_video_close()
   27.54 +{
   27.55 +	destroy_bitmap(buffer32_vscale);
   27.56 +}
   27.57 +
   27.58 +void allegro_video_update_size(int x, int y)
   27.59 +{
   27.60 +        if (set_gfx_mode(GFX_AUTODETECT_WINDOWED, x, y, 0, 0))
   27.61 +                fatal("Failed to set gfx mode %i,%i : %s\n", x, y, allegro_error);
   27.62 +}
   27.63 +
   27.64 +static void allegro_blit_memtoscreen(int x, int y, int y1, int y2, int w, int h)
   27.65 +{
   27.66 +	if (h < winsizey)
   27.67 +	{
   27.68 +		int yy;
   27.69 +
   27.70 +		for (yy = y+y1; yy < y+y2; yy++)
   27.71 +		{
   27.72 +			if (yy >= 0)
   27.73 +			{
   27.74 +				memcpy(&((uint32_t *)buffer32_vscale->line[yy*2])[x], &((uint32_t *)buffer32->line[yy])[x], w*4);
   27.75 +				memcpy(&((uint32_t *)buffer32_vscale->line[(yy*2)+1])[x], &((uint32_t *)buffer32->line[yy])[x], w*4);
   27.76 +			}
   27.77 +		}
   27.78 +
   27.79 +	        blit(buffer32_vscale, screen, x, (y+y1)*2, 0, y1, w, (y2-y1)*2);
   27.80 +	}
   27.81 +	else
   27.82 +	        blit(buffer32, screen, x, y+y1, 0, y1, w, y2-y1);
   27.83 +}
   27.84 +
   27.85 +static void allegro_blit_memtoscreen_8(int x, int y, int w, int h)
   27.86 +{
   27.87 +	int xx, yy;
   27.88 +
   27.89 +	if (y < 0)
   27.90 +	{
   27.91 +		h += y;
   27.92 +		y = 0;
   27.93 +	}
   27.94 +
   27.95 +	for (yy = y; yy < y+h; yy++)
   27.96 +	{
   27.97 +		int dy = yy*2;
   27.98 +		for (xx = x; xx < x+w; xx++)
   27.99 +		{
  27.100 +			((uint32_t *)buffer32->line[dy])[xx] =
  27.101 +			((uint32_t *)buffer32->line[dy + 1])[xx] = pal_lookup[buffer->line[yy][xx]];
  27.102 +		}
  27.103 +	}
  27.104 +
  27.105 +	if (readflash)
  27.106 +	{
  27.107 +		rectfill(buffer32, x+SCREEN_W-40, y*2+8, SCREEN_W-8, y*2+14, makecol(255, 255, 255));
  27.108 +		readflash = 0;
  27.109 +	}
  27.110 +
  27.111 +        blit(buffer32, screen, x, y*2, 0, 0, w, h*2);
  27.112 +}
    28.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.2 +++ b/src/allegro-video.h	Thu Sep 04 21:07:24 2014 +0100
    28.3 @@ -0,0 +1,3 @@
    28.4 +void allegro_video_init();
    28.5 +void allegro_video_close();
    28.6 +void allegro_video_update_size(int x, int y);
    29.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.2 +++ b/src/cdrom-ioctl-linux.c	Thu Sep 04 21:07:24 2014 +0100
    29.3 @@ -0,0 +1,501 @@
    29.4 +/*Linux CD-ROM support via IOCTL*/
    29.5 +
    29.6 +#include <linux/cdrom.h>
    29.7 +#include <fcntl.h>
    29.8 +#include <sys/ioctl.h>
    29.9 +#include "ibm.h"
   29.10 +#include "ide.h"
   29.11 +#include "cdrom-ioctl.h"
   29.12 +
   29.13 +static ATAPI ioctl_atapi;
   29.14 +
   29.15 +static uint32_t last_block = 0;
   29.16 +static int ioctl_inited = 0;
   29.17 +static char ioctl_path[8];
   29.18 +static void ioctl_close(void);
   29.19 +static int tocvalid = 0;
   29.20 +static struct cdrom_tocentry toc[100];
   29.21 +static int first_track, last_track;
   29.22 +
   29.23 +#define MSFtoLBA(m,s,f)  (((((m*60)+s)*75)+f)-150)
   29.24 +
   29.25 +enum
   29.26 +{
   29.27 +    CD_STOPPED = 0,
   29.28 +    CD_PLAYING,
   29.29 +    CD_PAUSED
   29.30 +};
   29.31 +
   29.32 +static int ioctl_cd_state = CD_STOPPED;
   29.33 +static uint32_t ioctl_cd_pos = 0, ioctl_cd_end = 0;
   29.34 +
   29.35 +#define BUF_SIZE 32768
   29.36 +static int16_t cd_buffer[BUF_SIZE];
   29.37 +static int cd_buflen = 0;
   29.38 +void ioctl_audio_callback(int16_t *output, int len)
   29.39 +{
   29.40 +	int fd;
   29.41 +	struct cdrom_read_audio read_audio;
   29.42 +
   29.43 +//        pclog("Audio callback %08X %08X %i %i %i %04X %i\n", ioctl_cd_pos, ioctl_cd_end, ioctl_cd_state, cd_buflen, len, cd_buffer[4], GetTickCount());
   29.44 +        if (ioctl_cd_state != CD_PLAYING) 
   29.45 +        {
   29.46 +                memset(output, 0, len * 2);
   29.47 +                return;
   29.48 +        }
   29.49 +	fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
   29.50 +
   29.51 +	if (fd <= 0)
   29.52 +        {
   29.53 +                memset(output, 0, len * 2);
   29.54 +                return;
   29.55 +        }
   29.56 +
   29.57 +        while (cd_buflen < len)
   29.58 +        {
   29.59 +                if (ioctl_cd_pos < ioctl_cd_end)
   29.60 +                {
   29.61 +			read_audio.addr.lba = ioctl_cd_pos;
   29.62 +			read_audio.addr_format = CDROM_LBA;
   29.63 +			read_audio.nframes = 1;
   29.64 +			read_audio.buf = (__u8 *)&cd_buffer[cd_buflen];
   29.65 +			
   29.66 +        		if (ioctl(fd, CDROMREADAUDIO, &read_audio) < 0)
   29.67 +        		{
   29.68 +//                                pclog("DeviceIoControl returned false\n");
   29.69 +                                memset(&cd_buffer[cd_buflen], 0, (BUF_SIZE - cd_buflen) * 2);
   29.70 +                                ioctl_cd_state = CD_STOPPED;
   29.71 +                                cd_buflen = len;
   29.72 +                        }
   29.73 +                        else
   29.74 +                        {
   29.75 +//                                pclog("DeviceIoControl returned true\n");
   29.76 +                                ioctl_cd_pos++;
   29.77 +                                cd_buflen += (2352 / 2);
   29.78 +                        }
   29.79 +                }
   29.80 +                else
   29.81 +                {
   29.82 +                        memset(&cd_buffer[cd_buflen], 0, (BUF_SIZE - cd_buflen) * 2);
   29.83 +                        ioctl_cd_state = CD_STOPPED;
   29.84 +                        cd_buflen = len;
   29.85 +                }
   29.86 +        }
   29.87 +	close(fd);
   29.88 +        memcpy(output, cd_buffer, len * 2);
   29.89 +//        for (c = 0; c < BUF_SIZE - len; c++)
   29.90 +//            cd_buffer[c] = cd_buffer[c + cd_buflen];
   29.91 +        memcpy(&cd_buffer[0], &cd_buffer[len], (BUF_SIZE - len) * 2);
   29.92 +        cd_buflen -= len;
   29.93 +//        pclog("Done %i\n", GetTickCount());
   29.94 +}
   29.95 +
   29.96 +void ioctl_audio_stop()
   29.97 +{
   29.98 +	ioctl_cd_state = CD_STOPPED;
   29.99 +}
  29.100 +
  29.101 +static int get_track_nr(uint32_t pos)
  29.102 +{
  29.103 +        int c;
  29.104 +        int track = 0;
  29.105 +        
  29.106 +        if (!tocvalid)
  29.107 +                return 0;
  29.108 +
  29.109 +        for (c = first_track; c < last_track; c++)
  29.110 +        {
  29.111 +                uint32_t track_address = toc[c].cdte_addr.msf.frame +
  29.112 +                                         (toc[c].cdte_addr.msf.second * 75) +
  29.113 +                                         (toc[c].cdte_addr.msf.minute * 75 * 60);
  29.114 +//pclog("get_track_nr: track=%i pos=%x track_address=%x\n", c, pos, track_address);
  29.115 +                if (track_address <= pos)
  29.116 +                        track = c;
  29.117 +        }
  29.118 +        return track;
  29.119 +}
  29.120 +
  29.121 +static void ioctl_playaudio(uint32_t pos, uint32_t len, int ismsf)
  29.122 +{
  29.123 +//        pclog("Play audio - %08X %08X %i\n", pos, len, ismsf);
  29.124 +        if (ismsf)
  29.125 +        {
  29.126 +                pos = (pos & 0xff) + (((pos >> 8) & 0xff) * 75) + (((pos >> 16) & 0xff) * 75 * 60);
  29.127 +                len = (len & 0xff) + (((len >> 8) & 0xff) * 75) + (((len >> 16) & 0xff) * 75 * 60);
  29.128 +//                pclog("MSF - pos = %08X len = %08X\n", pos, len);
  29.129 +        }
  29.130 +        else
  29.131 +        	len += pos;
  29.132 +        ioctl_cd_pos   = pos;// + 150;
  29.133 +        ioctl_cd_end   = pos+len;// + 150;
  29.134 +        ioctl_cd_state = CD_PLAYING;
  29.135 +//        pclog("Audio start %08X %08X %i %i %i\n", ioctl_cd_pos, ioctl_cd_end, ioctl_cd_state, 0, len);
  29.136 +}
  29.137 +
  29.138 +static void ioctl_pause(void)
  29.139 +{
  29.140 +        if (ioctl_cd_state == CD_PLAYING)
  29.141 +        	ioctl_cd_state = CD_PAUSED;
  29.142 +}
  29.143 +
  29.144 +static void ioctl_resume(void)
  29.145 +{
  29.146 +        if (ioctl_cd_state == CD_PAUSED)
  29.147 +        	ioctl_cd_state = CD_PLAYING;
  29.148 +}
  29.149 +
  29.150 +static void ioctl_stop(void)
  29.151 +{
  29.152 +        ioctl_cd_state = CD_STOPPED;
  29.153 +}
  29.154 +
  29.155 +static void ioctl_seek(uint32_t pos)
  29.156 +{
  29.157 +//        pclog("Seek %08X\n", pos);
  29.158 +        ioctl_cd_pos   = pos;
  29.159 +        ioctl_cd_state = CD_STOPPED;
  29.160 +}
  29.161 +
  29.162 +static int read_toc(int fd)
  29.163 +{
  29.164 +	struct cdrom_tochdr toc_hdr;
  29.165 +	int track, err;
  29.166 +//pclog("read_toc\n");
  29.167 +	err = ioctl(fd, CDROMREADTOCHDR, &toc_hdr);
  29.168 +	if (err == -1)
  29.169 +	{
  29.170 +		pclog("read_toc: CDROMREADTOCHDR failed\n");
  29.171 +		return 0;
  29.172 +	}
  29.173 +
  29.174 +	first_track = toc_hdr.cdth_trk0;
  29.175 +	last_track = toc_hdr.cdth_trk1;
  29.176 +//pclog("read_toc: first_track=%i last_track=%i\n", first_track, last_track);
  29.177 +	memset(toc, 0, sizeof(toc));
  29.178 +
  29.179 +	for (track = toc_hdr.cdth_trk0; track <= toc_hdr.cdth_trk1; track++)
  29.180 +	{
  29.181 +		toc[track].cdte_track = track;
  29.182 +		toc[track].cdte_format = CDROM_MSF;
  29.183 +		err = ioctl(fd, CDROMREADTOCENTRY, &toc[track]);
  29.184 +		if (err == -1)
  29.185 +		{
  29.186 +//			pclog("read_toc: CDROMREADTOCENTRY failed on track %i\n", track);
  29.187 +			return 0;
  29.188 +		}
  29.189 +//		pclog("read_toc: Track %02X - number %02X control %02X adr %02X address %02X %02X %02X %02X\n", track, toc[track].cdte_track, toc[track].cdte_ctrl, toc[track].cdte_adr, 0, toc[track].cdte_addr.msf.minute, toc[track].cdte_addr.msf.second, toc[track].cdte_addr.msf.frame);
  29.190 +	}
  29.191 +	return 1;
  29.192 +}
  29.193 +
  29.194 +static int ioctl_ready(void)
  29.195 +{
  29.196 +        long size;
  29.197 +        int temp;
  29.198 +	struct cdrom_tochdr toc_hdr;
  29.199 +	struct cdrom_tocentry toc_entry;
  29.200 +	int err;
  29.201 +	int fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.202 +
  29.203 +	if (fd <= 0)
  29.204 +		return 0;
  29.205 +
  29.206 +	err = ioctl(fd, CDROMREADTOCHDR, &toc_hdr);
  29.207 +	if (err == -1)
  29.208 +	{
  29.209 +		close(fd);
  29.210 +		return 0;
  29.211 +	}
  29.212 +//	pclog("CDROMREADTOCHDR: start track=%i end track=%i\n", toc_hdr.cdth_trk0, toc_hdr.cdth_trk1);
  29.213 +	toc_entry.cdte_track = toc_hdr.cdth_trk1;
  29.214 +	toc_entry.cdte_format = CDROM_MSF;
  29.215 +	err = ioctl(fd, CDROMREADTOCENTRY, &toc_entry);
  29.216 +	if (err == -1)
  29.217 +	{
  29.218 +		close(fd);
  29.219 +		return 0;
  29.220 +	}
  29.221 +//	pclog("CDROMREADTOCENTRY: addr=%02i:%02i:%02i\n", toc_entry.cdte_addr.msf.minute, toc_entry.cdte_addr.msf.second, toc_entry.cdte_addr.msf.frame);
  29.222 +        if ((toc_entry.cdte_addr.msf.minute != toc[toc_hdr.cdth_trk1].cdte_addr.msf.minute) ||
  29.223 +            (toc_entry.cdte_addr.msf.second != toc[toc_hdr.cdth_trk1].cdte_addr.msf.second) ||
  29.224 +            (toc_entry.cdte_addr.msf.frame  != toc[toc_hdr.cdth_trk1].cdte_addr.msf.frame ) ||
  29.225 +            !tocvalid)
  29.226 +        {
  29.227 +		int track;
  29.228 +                ioctl_cd_state = CD_STOPPED;
  29.229 +
  29.230 +		tocvalid = read_toc(fd);
  29.231 +		close(fd);
  29.232 +                return 0;
  29.233 +        }
  29.234 +	close(fd);
  29.235 +        return 1;
  29.236 +}
  29.237 +
  29.238 +static uint8_t ioctl_getcurrentsubchannel(uint8_t *b, int msf)
  29.239 +{
  29.240 +	struct cdrom_subchnl sub;
  29.241 +        uint32_t cdpos = ioctl_cd_pos;
  29.242 +        int track = get_track_nr(cdpos);
  29.243 +        uint32_t track_address = toc[track].cdte_addr.msf.frame +
  29.244 +                                (toc[track].cdte_addr.msf.second * 75) +
  29.245 +                                (toc[track].cdte_addr.msf.minute * 75 * 60);
  29.246 +	long size;
  29.247 +	int pos=0;
  29.248 +	int err;
  29.249 +	uint8_t ret;
  29.250 +//pclog("ioctl_getsubchannel: cdpos=%x track_address=%x track=%i\n", cdpos, track_address, track);
  29.251 +        if (ioctl_cd_state == CD_PLAYING)
  29.252 +		ret = 0x11;
  29.253 +	else if (ioctl_cd_state == CD_PAUSED)
  29.254 +		ret = 0x12;
  29.255 +	else
  29.256 +		ret = 0x13;
  29.257 +
  29.258 +        b[pos++] = (toc[track].cdte_adr << 4) | toc[track].cdte_ctrl;
  29.259 +        b[pos++] = track;
  29.260 +        b[pos++] = 0;
  29.261 +
  29.262 +        if (msf)
  29.263 +        {
  29.264 +                uint32_t dat = cdpos;
  29.265 +                b[pos + 3] = (uint8_t)(dat % 75); dat /= 75;
  29.266 +                b[pos + 2] = (uint8_t)(dat % 60); dat /= 60;
  29.267 +                b[pos + 1] = (uint8_t)dat;
  29.268 +                b[pos]     = 0;
  29.269 +                pos += 4;
  29.270 +                dat = cdpos - track_address;
  29.271 +                b[pos + 3] = (uint8_t)(dat % 75); dat /= 75;
  29.272 +                b[pos + 2] = (uint8_t)(dat % 60); dat /= 60;
  29.273 +                b[pos + 1] = (uint8_t)dat;
  29.274 +                b[pos]     = 0;
  29.275 +                pos += 4;
  29.276 +        }
  29.277 +        else
  29.278 +        {
  29.279 +                b[pos++] = (cdpos >> 24) & 0xff;
  29.280 +                b[pos++] = (cdpos >> 16) & 0xff;
  29.281 +                b[pos++] = (cdpos >> 8) & 0xff;
  29.282 +                b[pos++] = cdpos & 0xff;
  29.283 +                cdpos -= track_address;
  29.284 +                b[pos++] = (cdpos >> 24) & 0xff;
  29.285 +                b[pos++] = (cdpos >> 16) & 0xff;
  29.286 +                b[pos++] = (cdpos >> 8) & 0xff;
  29.287 +                b[pos++] = cdpos & 0xff;
  29.288 +        }
  29.289 +
  29.290 +        return ret;
  29.291 +}
  29.292 +
  29.293 +static void ioctl_eject(void)
  29.294 +{
  29.295 +	int fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.296 +
  29.297 +	if (fd <= 0)
  29.298 +		return;
  29.299 +
  29.300 +	ioctl(fd, CDROMEJECT);
  29.301 +
  29.302 +	close(fd);
  29.303 +}
  29.304 +
  29.305 +static void ioctl_load(void)
  29.306 +{
  29.307 +	int fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.308 +
  29.309 +	if (fd <= 0)
  29.310 +		return;
  29.311 +
  29.312 +	ioctl(fd, CDROMEJECT);
  29.313 +
  29.314 +	close(fd);
  29.315 +}
  29.316 +
  29.317 +static void ioctl_readsector(uint8_t *b, int sector)
  29.318 +{
  29.319 +	int cdrom = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.320 +        if (cdrom <= 0)
  29.321 +		return;
  29.322 +        lseek(cdrom, sector*2048, SEEK_SET);
  29.323 +        read(cdrom, b, 2048);
  29.324 +	close(cdrom);
  29.325 +}
  29.326 +
  29.327 +static int ioctl_readtoc(unsigned char *b, unsigned char starttrack, int msf, int maxlen, int single)
  29.328 +{
  29.329 +        int len=4;
  29.330 +        long size;
  29.331 +        int c,d;
  29.332 +        uint32_t temp;
  29.333 +	int fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.334 +
  29.335 +	if (fd <= 0)
  29.336 +		return 0;
  29.337 +
  29.338 +        ioctl_cd_state = CD_STOPPED;
  29.339 +
  29.340 +	tocvalid = read_toc(fd);
  29.341 +
  29.342 +	close(fd);
  29.343 +
  29.344 +	if (!tocvalid)
  29.345 +		return 4;
  29.346 +
  29.347 +//        pclog("Read TOC done! %i\n",single);
  29.348 +        b[2] = first_track;
  29.349 +        b[3] = last_track;
  29.350 +        d = 0;
  29.351 +//pclog("Read TOC starttrack=%i\n", starttrack);
  29.352 +        for (c = 1; c <= last_track; c++)
  29.353 +        {
  29.354 +                if (toc[c].cdte_track >= starttrack)
  29.355 +                {
  29.356 +                        d = c;
  29.357 +                        break;
  29.358 +                }
  29.359 +        }
  29.360 +        b[2] = toc[c].cdte_track;
  29.361 +        last_block = 0;
  29.362 +        for (c = d; c <= last_track; c++)
  29.363 +        {
  29.364 +                uint32_t address;
  29.365 +                if ((len + 8) > maxlen)
  29.366 +			break;
  29.367 +//                pclog("Len %i max %i Track %02X - %02X %02X %02i:%02i:%02i %08X\n",len,maxlen,toc[c].cdte_track,toc[c].cdte_adr,toc[c].cdte_ctrl,toc[c].cdte_addr.msf.minute, toc[c].cdte_addr.msf.second, toc[c].cdte_addr.msf.frame,MSFtoLBA(toc[c].cdte_addr.msf.minute, toc[c].cdte_addr.msf.second, toc[c].cdte_addr.msf.frame));
  29.368 +                b[len++] = 0; /*Reserved*/
  29.369 +                b[len++] = (toc[c].cdte_adr << 4) | toc[c].cdte_ctrl;
  29.370 +                b[len++] = toc[c].cdte_track;
  29.371 +                b[len++] = 0; /*Reserved*/
  29.372 +                address = MSFtoLBA(toc[c].cdte_addr.msf.minute, toc[c].cdte_addr.msf.second, toc[c].cdte_addr.msf.frame);
  29.373 +                if (address > last_block)
  29.374 +                        last_block = address;
  29.375 +
  29.376 +                if (msf)
  29.377 +                {
  29.378 +                        b[len++] = 0;
  29.379 +                        b[len++] = toc[c].cdte_addr.msf.minute;
  29.380 +                        b[len++] = toc[c].cdte_addr.msf.second;
  29.381 +                        b[len++] = toc[c].cdte_addr.msf.frame;
  29.382 +                }
  29.383 +                else
  29.384 +                {
  29.385 +                        temp = MSFtoLBA(toc[c].cdte_addr.msf.minute, toc[c].cdte_addr.msf.second, toc[c].cdte_addr.msf.frame);
  29.386 +                        b[len++] = temp >> 24;
  29.387 +                        b[len++] = temp >> 16;
  29.388 +                        b[len++] = temp >> 8;
  29.389 +                        b[len++] = temp;
  29.390 +                }
  29.391 +                if (single)
  29.392 +			break;
  29.393 +        }
  29.394 +        b[0] = (uint8_t)(((len-2) >> 8) & 0xff);
  29.395 +        b[1] = (uint8_t)((len-2) & 0xff);
  29.396 +/*        pclog("Table of Contents (%i bytes) : \n", size);
  29.397 +        pclog("First track - %02X\n", first_track);
  29.398 +        pclog("Last  track - %02X\n", last_track);
  29.399 +        for (c = 0; c <= last_track; c++)
  29.400 +            pclog("Track %02X - number %02X control %02X adr %02X address %02X %02X %02X %02X\n", c, toc[c].cdte_track, toc[c].cdte_ctrl, toc[c].cdte_adr, 0, toc[c].cdte_addr.msf.minute, toc[c].cdte_addr.msf.second, toc[c].cdte_addr.msf.frame);
  29.401 +        for (c = 0;c <= last_track; c++)
  29.402 +            pclog("Track %02X - number %02X control %02X adr %02X address %06X\n", c, toc[c].cdte_track, toc[c].cdte_ctrl, toc[c].cdte_adr, MSFtoLBA(toc[c].cdte_addr.msf.minute, toc[c].cdte_addr.msf.second, toc[c].cdte_addr.msf.frame));*/
  29.403 +        return len;
  29.404 +}
  29.405 +
  29.406 +static void ioctl_readtoc_session(unsigned char *b, int msf, int maxlen)
  29.407 +{
  29.408 +	struct cdrom_multisession session;
  29.409 +        int len = 4;
  29.410 +	int err;
  29.411 +	int fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.412 +
  29.413 +	if (fd <= 0)
  29.414 +		return;
  29.415 +
  29.416 +	session.addr_format = CDROM_MSF;
  29.417 +	err = ioctl(fd, CDROMMULTISESSION, &session);
  29.418 +
  29.419 +	if (err == -1)
  29.420 +	{
  29.421 +		close(fd);
  29.422 +		return;
  29.423 +	}
  29.424 +
  29.425 +        b[2] = 0;
  29.426 +        b[3] = 0;
  29.427 +        b[len++] = 0; /*Reserved*/
  29.428 +        b[len++] = (toc[0].cdte_adr << 4) | toc[0].cdte_ctrl;
  29.429 +        b[len++] = toc[0].cdte_track;
  29.430 +        b[len++] = 0; /*Reserved*/
  29.431 +        if (msf)
  29.432 +        {
  29.433 +                b[len++] = 0;
  29.434 +                b[len++] = session.addr.msf.minute;
  29.435 +                b[len++] = session.addr.msf.second;
  29.436 +                b[len++] = session.addr.msf.frame;
  29.437 +        }
  29.438 +        else
  29.439 +        {
  29.440 +                uint32_t temp = MSFtoLBA(session.addr.msf.minute, session.addr.msf.second, session.addr.msf.frame);
  29.441 +                b[len++] = temp >> 24;
  29.442 +                b[len++] = temp >> 16;
  29.443 +                b[len++] = temp >> 8;
  29.444 +                b[len++] = temp;
  29.445 +        }
  29.446 +}
  29.447 +
  29.448 +static uint32_t ioctl_size()
  29.449 +{
  29.450 +        unsigned char b[4096];
  29.451 +
  29.452 +        atapi->readtoc(b, 0, 0, 4096, 0);
  29.453 +        
  29.454 +        return last_block;
  29.455 +}
  29.456 +
  29.457 +void ioctl_reset()
  29.458 +{
  29.459 +	int fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK);
  29.460 +//pclog("ioctl_reset: fd=%i\n", fd);
  29.461 +	tocvalid = 0;
  29.462 +
  29.463 +	if (fd <= 0)
  29.464 +		return;
  29.465 +
  29.466 +	tocvalid = read_toc(fd);
  29.467 +
  29.468 +	close(fd);
  29.469 +}
  29.470 +
  29.471 +int ioctl_open(char d)
  29.472 +{
  29.473 +	atapi=&ioctl_atapi;
  29.474 +        return 0;
  29.475 +}
  29.476 +
  29.477 +static void ioctl_close(void)
  29.478 +{
  29.479 +}
  29.480 +
  29.481 +static void ioctl_exit(void)
  29.482 +{
  29.483 +        ioctl_stop();
  29.484 +        ioctl_inited = 0;
  29.485 +        tocvalid=0;
  29.486 +}
  29.487 +
  29.488 +static ATAPI ioctl_atapi=
  29.489 +{
  29.490 +        ioctl_ready,
  29.491 +        ioctl_readtoc,
  29.492 +        ioctl_readtoc_session,
  29.493 +        ioctl_getcurrentsubchannel,
  29.494 +        ioctl_readsector,
  29.495 +        ioctl_playaudio,
  29.496 +        ioctl_seek,
  29.497 +        ioctl_load,
  29.498 +        ioctl_eject,
  29.499 +        ioctl_pause,
  29.500 +        ioctl_resume,
  29.501 +        ioctl_size,
  29.502 +        ioctl_stop,
  29.503 +        ioctl_exit
  29.504 +};
    30.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.2 +++ b/src/cdrom-null.c	Thu Sep 04 21:07:24 2014 +0100
    30.3 @@ -0,0 +1,108 @@
    30.4 +#include "ibm.h"
    30.5 +#include "ide.h"
    30.6 +#include "cdrom-ioctl.h"
    30.7 +
    30.8 +int cdrom_drive;
    30.9 +
   30.10 +static ATAPI null_atapi;
   30.11 +
   30.12 +void cdrom_null_audio_callback(int16_t *output, int len)
   30.13 +{
   30.14 +        memset(output, 0, len * 2);
   30.15 +}
   30.16 +
   30.17 +void cdrom_null_audio_stop()
   30.18 +{
   30.19 +}
   30.20 +
   30.21 +static void null_playaudio(uint32_t pos, uint32_t len, int ismsf)
   30.22 +{
   30.23 +}
   30.24 +
   30.25 +static void null_pause(void)
   30.26 +{
   30.27 +}
   30.28 +
   30.29 +static void null_resume(void)
   30.30 +{
   30.31 +}
   30.32 +
   30.33 +static void null_stop(void)
   30.34 +{
   30.35 +}
   30.36 +
   30.37 +static void null_seek(uint32_t pos)
   30.38 +{
   30.39 +}
   30.40 +
   30.41 +static int null_ready(void)
   30.42 +{
   30.43 +        return 0;
   30.44 +}
   30.45 +
   30.46 +static uint8_t null_getcurrentsubchannel(uint8_t *b, int msf)
   30.47 +{
   30.48 +        return 0x13;
   30.49 +}
   30.50 +
   30.51 +static void null_eject(void)
   30.52 +{
   30.53 +}
   30.54 +
   30.55 +static void null_load(void)
   30.56 +{
   30.57 +}
   30.58 +
   30.59 +static void null_readsector(uint8_t *b, int sector)
   30.60 +{
   30.61 +}
   30.62 +
   30.63 +static int null_readtoc(unsigned char *b, unsigned char starttrack, int msf, int maxlen, int single)
   30.64 +{
   30.65 +        return 0;
   30.66 +}
   30.67 +
   30.68 +static void null_readtoc_session(unsigned char *b, int msf, int maxlen)
   30.69 +{
   30.70 +}
   30.71 +
   30.72 +static uint32_t null_size()
   30.73 +{
   30.74 +        return 0;
   30.75 +}
   30.76 +
   30.77 +void cdrom_null_reset()
   30.78 +{
   30.79 +}
   30.80 +
   30.81 +int cdrom_null_open(char d)
   30.82 +{
   30.83 +        atapi = &null_atapi;
   30.84 +        return 0;
   30.85 +}
   30.86 +
   30.87 +static void null_close(void)
   30.88 +{
   30.89 +}
   30.90 +
   30.91 +static void null_exit(void)
   30.92 +{
   30.93 +}
   30.94 +
   30.95 +static ATAPI null_atapi =
   30.96 +{
   30.97 +        null_ready,
   30.98 +        null_readtoc,
   30.99 +        null_readtoc_session,
  30.100 +        null_getcurrentsubchannel,
  30.101 +        null_readsector,
  30.102 +        null_playaudio,
  30.103 +        null_seek,
  30.104 +        null_load,
  30.105 +        null_eject,
  30.106 +        null_pause,
  30.107 +        null_resume,
  30.108 +        null_size,
  30.109 +        null_stop,
  30.110 +        null_exit
  30.111 +};
    31.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.2 +++ b/src/cdrom-null.h	Thu Sep 04 21:07:24 2014 +0100
    31.3 @@ -0,0 +1,10 @@
    31.4 +#ifndef CDROM_IOCTL_H
    31.5 +#define CDROM_IOCTL_H
    31.6 +
    31.7 +/* this header file lists the functions provided by
    31.8 +   various platform specific cdrom-ioctl files */
    31.9 +
   31.10 +extern int cdrom_null_open(char d);
   31.11 +extern void cdrom_null_reset();
   31.12 +
   31.13 +#endif /* ! CDROM_IOCTL_H */
    32.1 --- a/src/config.c	Mon Aug 25 15:22:51 2014 +0100
    32.2 +++ b/src/config.c	Thu Sep 04 21:07:24 2014 +0100
    32.3 @@ -191,11 +191,6 @@
    32.4  
    32.5  
    32.6  
    32.7 -void set_config_file(char *s)
    32.8 -{
    32.9 -        strcpy(config_file, s);
   32.10 -}
   32.11 -
   32.12  void config_new()
   32.13  {
   32.14          FILE *f = fopen(config_file, "wt");
   32.15 @@ -258,7 +253,7 @@
   32.16          return new_entry;
   32.17  }
   32.18          
   32.19 -int get_config_int(char *head, char *name, int def)
   32.20 +int config_get_int(char *head, char *name, int def)
   32.21  {
   32.22          section_t *section;
   32.23          entry_t *entry;
   32.24 @@ -279,7 +274,7 @@
   32.25          return value;
   32.26  }
   32.27  
   32.28 -char *get_config_string(char *head, char *name, char *def)
   32.29 +char *config_get_string(char *head, char *name, char *def)
   32.30  {
   32.31          section_t *section;
   32.32          entry_t *entry;
   32.33 @@ -298,7 +293,7 @@
   32.34          return entry->data; 
   32.35  }
   32.36  
   32.37 -void set_config_int(char *head, char *name, int val)
   32.38 +void config_set_int(char *head, char *name, int val)
   32.39  {
   32.40          section_t *section;
   32.41          entry_t *entry;
   32.42 @@ -316,7 +311,7 @@
   32.43          sprintf(entry->data, "%i", val);
   32.44  }
   32.45  
   32.46 -void set_config_string(char *head, char *name, char *val)
   32.47 +void config_set_string(char *head, char *name, char *val)
   32.48  {
   32.49          section_t *section;
   32.50          entry_t *entry;
    33.1 --- a/src/config.h	Mon Aug 25 15:22:51 2014 +0100
    33.2 +++ b/src/config.h	Thu Sep 04 21:07:24 2014 +0100
    33.3 @@ -1,8 +1,7 @@
    33.4 -void set_config_file(char *s);
    33.5 -int get_config_int(char *head, char *name, int def);
    33.6 -char *get_config_string(char *head, char *name, char *def);
    33.7 -void set_config_int(char *head, char *name, int val);
    33.8 -void set_config_string(char *head, char *name, char *val);
    33.9 +int config_get_int(char *head, char *name, int def);
   33.10 +char *config_get_string(char *head, char *name, char *def);
   33.11 +void config_set_int(char *head, char *name, int val);
   33.12 +void config_set_string(char *head, char *name, char *val);
   33.13  
   33.14  char *get_filename(char *s);
   33.15  void append_filename(char *dest, char *s1, char *s2, int size);
    34.1 --- a/src/device.c	Mon Aug 25 15:22:51 2014 +0100
    34.2 +++ b/src/device.c	Thu Sep 04 21:07:24 2014 +0100
    34.3 @@ -112,7 +112,7 @@
    34.4          while (config->type != -1)
    34.5          {
    34.6                  if (!strcmp(s, config->name))
    34.7 -                        return get_config_int(current_device->name, s, config->default_int);
    34.8 +                        return config_get_int(current_device->name, s, config->default_int);
    34.9  
   34.10                  config++;
   34.11          }
   34.12 @@ -126,7 +126,7 @@
   34.13          while (config->type != -1)
   34.14          {
   34.15                  if (!strcmp(s, config->name))
   34.16 -                        return get_config_string(current_device->name, s, config->default_string);
   34.17 +                        return config_get_string(current_device->name, s, config->default_string);
   34.18  
   34.19                  config++;
   34.20          }
    35.1 --- a/src/dosbox/dbopl.cpp	Mon Aug 25 15:22:51 2014 +0100
    35.2 +++ b/src/dosbox/dbopl.cpp	Thu Sep 04 21:07:24 2014 +0100
    35.3 @@ -1442,7 +1442,7 @@
    35.4  		//Add back the bits for highest ones
    35.5  		if ( i >= 16 )
    35.6  			index += 9;
    35.7 -		Bitu blah = reinterpret_cast<Bitu>( &(chip->chan[ index ]) );
    35.8 +		intptr_t blah = reinterpret_cast<intptr_t>( &(chip->chan[ index ]) );
    35.9  		ChanOffsetTable[i] = blah;
   35.10  	}
   35.11  	//Same for operators
   35.12 @@ -1457,7 +1457,7 @@
   35.13  			chNum += 16 - 12;
   35.14  		Bitu opNum = ( i % 8 ) / 3;
   35.15  		DBOPL::Channel* chan = 0;
   35.16 -		Bitu blah = reinterpret_cast<Bitu>( &(chan->op[opNum]) );
   35.17 +		intptr_t blah = reinterpret_cast<intptr_t>( &(chan->op[opNum]) );
   35.18  		OpOffsetTable[i] = ChanOffsetTable[ chNum ] + blah;
   35.19  	}
   35.20  #if 0
    36.1 --- a/src/ibm.h	Mon Aug 25 15:22:51 2014 +0100
    36.2 +++ b/src/ibm.h	Thu Sep 04 21:07:24 2014 +0100
    36.3 @@ -9,17 +9,17 @@
    36.4  uint32_t rammask;
    36.5  
    36.6  int readlookup[256],readlookupp[256];
    36.7 -uint32_t *readlookup2;
    36.8 +uintptr_t *readlookup2;
    36.9  int readlnext;
   36.10  int writelookup[256],writelookupp[256];
   36.11 -uint32_t *writelookup2;
   36.12 +uintptr_t *writelookup2;
   36.13  int writelnext;
   36.14  
   36.15  extern int mmu_perm;
   36.16  
   36.17 -#define readmemb(a) ((readlookup2[(a)>>12]==0xFFFFFFFF)?readmembl(a):*(uint8_t *)(readlookup2[(a) >> 12] + (a)))
   36.18 -#define readmemw(s,a) ((readlookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFE)?readmemwl(s,a):*(uint16_t *)(readlookup2[((s)+(a))>>12]+(s)+(a)))
   36.19 -#define readmeml(s,a) ((readlookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFC)?readmemll(s,a):*(uint32_t *)(readlookup2[((s)+(a))>>12]+(s)+(a)))
   36.20 +#define readmemb(a) ((readlookup2[(a)>>12]==-1)?readmembl(a):*(uint8_t *)(readlookup2[(a) >> 12] + (a)))
   36.21 +#define readmemw(s,a) ((readlookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFE)?readmemwl(s,a):*(uint16_t *)(readlookup2[((s)+(a))>>12]+(s)+(a)))
   36.22 +#define readmeml(s,a) ((readlookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFC)?readmemll(s,a):*(uint32_t *)(readlookup2[((s)+(a))>>12]+(s)+(a)))
   36.23  
   36.24  //#define writememb(a,v) if (writelookup2[(a)>>12]==0xFFFFFFFF) writemembl(a,v); else ram[writelookup2[(a)>>12]+((a)&0xFFF)]=v
   36.25  //#define writememw(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF) writememwl(s,a,v); else *((uint16_t *)(&ram[writelookup2[((s)+(a))>>12]+(((s)+(a))&0xFFF)]))=v
   36.26 @@ -473,3 +473,8 @@
   36.27  
   36.28  
   36.29  void loadconfig(char *fn);
   36.30 +
   36.31 +extern int infocus;
   36.32 +
   36.33 +void onesec();
   36.34 +
    37.1 --- a/src/keyboard.c	Mon Aug 25 15:22:51 2014 +0100
    37.2 +++ b/src/keyboard.c	Thu Sep 04 21:07:24 2014 +0100
    37.3 @@ -248,22 +248,24 @@
    37.4                  
    37.5          for (c = 0; c < 272; c++)
    37.6          {
    37.7 -                if (key[c]) keydelay[c]++;
    37.8 -                else        keydelay[c] = 0;
    37.9 +                if (pcem_key[c])
   37.10 +                        keydelay[c]++;
   37.11 +                else
   37.12 +                        keydelay[c] = 0;
   37.13          }
   37.14          
   37.15          for (c = 0; c < 272; c++)
   37.16          {
   37.17 -                if (key[c] != oldkey[c])
   37.18 +                if (pcem_key[c] != oldkey[c])
   37.19                  {
   37.20 -                        oldkey[c] = key[c];
   37.21 -                        if ( key[c] && scancodes[c].scancodes_make[0]  == -1)
   37.22 +                        oldkey[c] = pcem_key[c];
   37.23 +                        if ( pcem_key[c] && scancodes[c].scancodes_make[0]  == -1)
   37.24                             continue;
   37.25 -                        if (!key[c] && scancodes[c].scancodes_break[0] == -1)
   37.26 +                        if (!pcem_key[c] && scancodes[c].scancodes_break[0] == -1)
   37.27                             continue;
   37.28  //                        pclog("Key %02X start\n", c);
   37.29                          d = 0;
   37.30 -                        if (key[c])
   37.31 +                        if (pcem_key[c])
   37.32                          {
   37.33                                  while (scancodes[c].scancodes_make[d] != -1)
   37.34                                        keyboard_send(scancodes[c].scancodes_make[d++]);
    38.1 --- a/src/keyboard.h	Mon Aug 25 15:22:51 2014 +0100
    38.2 +++ b/src/keyboard.h	Thu Sep 04 21:07:24 2014 +0100
    38.3 @@ -1,3 +1,5 @@
    38.4  extern void (*keyboard_send)(uint8_t val);
    38.5  extern void (*keyboard_poll)();
    38.6  extern int keyboard_scan;
    38.7 +
    38.8 +extern int pcem_key[272];
    39.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.2 +++ b/src/linux-time.c	Thu Sep 04 21:07:24 2014 +0100
    39.3 @@ -0,0 +1,48 @@
    39.4 +#include <sys/time.h>
    39.5 +#include <time.h>
    39.6 +#include "ibm.h"
    39.7 +#include "nvr.h"
    39.8 +
    39.9 +void time_get(char *nvrram)
   39.10 +{
   39.11 +        int c,d;
   39.12 +        uint8_t baknvr[10];
   39.13 +	time_t cur_time;
   39.14 +	struct tm cur_time_tm;
   39.15 +
   39.16 +        memcpy(baknvr,nvrram,10);
   39.17 +
   39.18 +	cur_time = time(NULL);
   39.19 +	localtime_r(&cur_time, &cur_time_tm);
   39.20 +
   39.21 +        d = cur_time_tm.tm_sec % 10;
   39.22 +        c = cur_time_tm.tm_sec / 10;
   39.23 +        nvrram[0] = d | (c << 4);
   39.24 +        d = cur_time_tm.tm_min % 10;
   39.25 +        c = cur_time_tm.tm_min / 10;
   39.26 +        nvrram[2] = d | (c << 4);
   39.27 +        d = cur_time_tm.tm_hour % 10;
   39.28 +        c = cur_time_tm.tm_hour / 10;
   39.29 +        nvrram[4] = d | (c << 4);
   39.30 +        d = cur_time_tm.tm_wday % 10;
   39.31 +        c = cur_time_tm.tm_wday / 10;
   39.32 +        nvrram[6] = d | (c << 4);
   39.33 +        d = cur_time_tm.tm_mday % 10;
   39.34 +        c = cur_time_tm.tm_mday / 10;
   39.35 +        nvrram[7] = d | (c << 4);
   39.36 +        d = cur_time_tm.tm_mon % 10;
   39.37 +        c = cur_time_tm.tm_mon / 10;
   39.38 +        nvrram[8] = d | (c << 4);
   39.39 +        d = cur_time_tm.tm_year % 10;
   39.40 +        c = (cur_time_tm.tm_year / 10) % 10;
   39.41 +        nvrram[9] = d | (c << 4);
   39.42 +        if (baknvr[0] != nvrram[0] ||
   39.43 +            baknvr[2] != nvrram[2] ||
   39.44 +            baknvr[4] != nvrram[4] ||
   39.45 +            baknvr[6] != nvrram[6] ||
   39.46 +            baknvr[7] != nvrram[7] ||
   39.47 +            baknvr[8] != nvrram[8] ||
   39.48 +            baknvr[9] != nvrram[9])
   39.49 +		nvrram[0xA] |= 0x80;
   39.50 +}
   39.51 +
    40.1 --- a/src/mem.c	Mon Aug 25 15:22:51 2014 +0100
    40.2 +++ b/src/mem.c	Thu Sep 04 21:07:24 2014 +0100
    40.3 @@ -430,10 +430,10 @@
    40.4  {
    40.5          int c;
    40.6  //        /*if (output) */pclog("resetreadlookup\n");
    40.7 -        memset(readlookup2,0xFF,1024*1024*4);
    40.8 +        memset(readlookup2,0xFF,1024*1024*sizeof(uintptr_t));
    40.9          for (c=0;c<256;c++) readlookup[c]=0xFFFFFFFF;
   40.10          readlnext=0;
   40.11 -        memset(writelookup2,0xFF,1024*1024*4);
   40.12 +        memset(writelookup2,0xFF,1024*1024*sizeof(uintptr_t));
   40.13          for (c=0;c<256;c++) writelookup[c]=0xFFFFFFFF;
   40.14          writelnext=0;
   40.15          pccache=0xFFFFFFFF;
   40.16 @@ -671,7 +671,7 @@
   40.17                  readlookup2[readlookup[readlnext]]=0xFFFFFFFF;
   40.18  //                readlnum--;
   40.19          }
   40.20 -        readlookup2[virt>>12] = (uint32_t)&ram[(phys & ~0xFFF) -  (virt & ~0xfff)];
   40.21 +        readlookup2[virt>>12] = (uintptr_t)&ram[(uintptr_t)(phys & ~0xFFF) - (uintptr_t)(virt & ~0xfff)];
   40.22          readlookupp[readlnext]=mmu_perm;
   40.23          readlookup[readlnext++]=virt>>12;
   40.24          readlnext&=(cachesize-1);
   40.25 @@ -712,7 +712,7 @@
   40.26                  writelookup2[writelookup[writelnext]]=0xFFFFFFFF;
   40.27  //                writelnum--;
   40.28          }
   40.29 -        writelookup2[virt>>12] = (uint32_t)&ram[(phys & ~0xFFF) - (virt & ~0xfff)];
   40.30 +        writelookup2[virt>>12] = (uintptr_t)&ram[(uintptr_t)(phys & ~0xFFF) - (uintptr_t)(virt & ~0xfff)];
   40.31          writelookupp[writelnext]=mmu_perm;
   40.32          writelookup[writelnext++]=virt>>12;
   40.33          writelnext&=(cachesize-1);
   40.34 @@ -721,56 +721,31 @@
   40.35  #undef printf
   40.36  uint8_t *getpccache(uint32_t a)
   40.37  {
   40.38 -//        int logit=(a>0xFFFFF);
   40.39          uint32_t a2=a;
   40.40 -        //if (readlookup2[a>>12]!=0xFFFFFFFF) return &ram[(uint8_t *)readlookup2[a>>12] - (uint8_t *)(a&~0xFFF)];
   40.41 +
   40.42          if (cr0>>31)
   40.43          {
   40.44 -//                if (output==3) pclog("Translate GetPCCache %08X\n",a);
   40.45 -pctrans=1;
   40.46 +		pctrans=1;
   40.47                  a = mmutranslate_read(a);
   40.48                  pctrans=0;
   40.49 -//                if (output==3) pclog("GetPCCache output %08X\n",a);
   40.50 +
   40.51                  if (a==0xFFFFFFFF) return ram;
   40.52 -/*                {
   40.53 -                        printf("Bad getpccache %08X\n",a);
   40.54 -                        dumpregs();
   40.55 -                        exit(-1);
   40.56 -                }*/
   40.57          }
   40.58          a&=rammask;
   40.59 -        //if (output==3) pclog("Getpccache %08X %i\n",a,shadowbios);
   40.60 +
   40.61          if (isram[a>>16])
   40.62          {
   40.63 -                //if (readlookup2[a>>12]!=0xFFFFFFFF) return &ram[readlookup2[a>>12]];
   40.64 -                if ((a>>16)!=0xF || shadowbios)
   40.65 -                   addreadlookup(a2,a);
   40.66 -//                if (a > 0xc0000000)
   40.67 -//                   printf("%016X %016X %016X\n", ((long)a&0xFFFFF000), ((long)a2&~0xFFF), (uint8_t *)(a&0xFFFFF000) - (uint8_t *)(a2&~0xFFF));
   40.68 -//                pclog("getpccache: virt=%08x phys=%08x RAM\n", a2, a);
   40.69 -                return &ram[(uint8_t *)(a&0xFFFFF000) - (uint8_t *)(a2&~0xFFF)];
   40.70 +                if ((a >> 16) != 0xF || shadowbios)
   40.71 +                	addreadlookup(a2, a);
   40.72 +                return &ram[(uintptr_t)(a & 0xFFFFF000) - (uintptr_t)(a2 & ~0xFFF)];
   40.73          }
   40.74 -//        if (logit) printf("PCCACHE - %08X -> %08X\n",a2,a);
   40.75 +
   40.76          if (_mem_exec[a >> 14])
   40.77          {
   40.78 -//                pclog("getpccache: %p %p %p\n", ram, rom, &_mem_exec[a >> 14][(a & 0x3000) - (a2 & ~0xFFF)]);
   40.79 -//                pclog("getpccache: virt=%08x phys=%08x %08x %08x %08x %08x\n", a2, a, _mem_exec[a >> 14], &_mem_exec[a >> 14][(a & 0x3000) - (a2 & ~0xFFF)], &_mem_exec[a >> 14][(a & 0x3000) - (a2 & ~0xFFF)] + 0xf0000, rom);
   40.80 -                return &_mem_exec[a >> 14][(a & 0x3000) - (a2 & ~0xFFF)];
   40.81 +                return &_mem_exec[a >> 14][(uintptr_t)(a & 0x3000) - (uintptr_t)(a2 & ~0xFFF)];
   40.82          }
   40.83 -/*        switch (a>>16)
   40.84 -        {
   40.85 -                case 0xC: if (a&0x8000) return &romext[(uint8_t *)(a&0x7000) - (uint8_t *)(a2&~0xFFF)];
   40.86 -                return &vrom[(uint8_t *)(a&0x7000) - (uint8_t *)(a2&~0xFFF)];
   40.87 -                case 0xE: if (shadowbios) return &ram[(uint8_t *)(a&0xFFF000) - (uint8_t *)(a2&~0xFFF)];
   40.88 -                return &rom[(uint8_t *)((a & biosmask) & ~ 0xfff) - (uint8_t *)(a2 & ~0xFFF)];
   40.89 -                case 0xF: if (shadowbios) return &ram[(uint8_t *)(a&0xFFF000) - (uint8_t *)(a2&~0xFFF)];
   40.90 -                return &rom[(uint8_t *)((a & biosmask) & ~ 0xfff) - (uint8_t *)(a2 & ~0xFFF)];
   40.91 -        }
   40.92 -        return &rom[(long)(a&0xF000) - (long)(a2&~0xFFF)];*/
   40.93 +
   40.94          fatal("Bad getpccache %08X\n", a);
   40.95 -                        /*printf("Bad getpccache %08X\n",a);
   40.96 -                        dumpregs();
   40.97 -                        exit(-1);*/
   40.98  }
   40.99  #define printf pclog
  40.100  
  40.101 @@ -1396,8 +1371,8 @@
  40.102          ram = malloc(mem_size * 1024 * 1024);
  40.103          rom = malloc(0x20000);
  40.104          vram = malloc(0x800000);
  40.105 -        readlookup2  = malloc(1024 * 1024 * 4);
  40.106 -        writelookup2 = malloc(1024 * 1024 * 4);
  40.107 +        readlookup2  = malloc(1024 * 1024 * sizeof(uintptr_t));
  40.108 +        writelookup2 = malloc(1024 * 1024 * sizeof(uintptr_t));
  40.109          cachelookup2 = malloc(1024 * 1024);
  40.110          biosmask = 0xffff;
  40.111  
    41.1 --- a/src/mouse_ps2.c	Mon Aug 25 15:22:51 2014 +0100
    41.2 +++ b/src/mouse_ps2.c	Thu Sep 04 21:07:24 2014 +0100
    41.3 @@ -124,11 +124,11 @@
    41.4                     packet[0] |= 0x10;
    41.5                  if (ps2_y < 0)
    41.6                     packet[0] |= 0x20;
    41.7 -                if (mouse_b & 1)
    41.8 +                if (mouse_buttons & 1)
    41.9                     packet[0] |= 1;
   41.10 -                if (mouse_b & 2)
   41.11 +                if (mouse_buttons & 2)
   41.12                     packet[0] |= 2;
   41.13 -                if (mouse_b & 4)
   41.14 +                if (mouse_buttons & 4)
   41.15                     packet[0] |= 4;
   41.16                  packet[1] = ps2_x & 0xff;
   41.17                  packet[2] = ps2_y & 0xff;
    42.1 --- a/src/nvr.c	Mon Aug 25 15:22:51 2014 +0100
    42.2 +++ b/src/nvr.c	Thu Sep 04 21:07:24 2014 +0100
    42.3 @@ -1,5 +1,4 @@
    42.4  #include <stdio.h>
    42.5 -#include <windows.h>
    42.6  #include "ibm.h"
    42.7  #include "io.h"
    42.8  #include "nvr.h"
    42.9 @@ -11,46 +10,11 @@
   42.10  uint8_t nvrram[128];
   42.11  int nvraddr;
   42.12  
   42.13 -SYSTEMTIME systemtime;
   42.14 -
   42.15  int nvr_dosave = 0;
   42.16  
   42.17  void getnvrtime()
   42.18  {
   42.19 -        int c,d;
   42.20 -        uint8_t baknvr[10];
   42.21 -//        memset(nvrram,0,10);
   42.22 -//        return;
   42.23 -        memcpy(baknvr,nvrram,10);
   42.24 -        GetLocalTime(&systemtime);
   42.25 -        d=systemtime.wSecond%10;
   42.26 -        c=systemtime.wSecond/10;
   42.27 -        nvrram[0]=d|(c<<4);
   42.28 -        d=systemtime.wMinute%10;
   42.29 -        c=systemtime.wMinute/10;
   42.30 -        nvrram[2]=d|(c<<4);
   42.31 -        d=systemtime.wHour%10;
   42.32 -        c=systemtime.wHour/10;
   42.33 -        nvrram[4]=d|(c<<4);
   42.34 -        d=systemtime.wDayOfWeek%10;
   42.35 -        c=systemtime.wDayOfWeek/10;
   42.36 -        nvrram[6]=d|(c<<4);
   42.37 -        d=systemtime.wDay%10;
   42.38 -        c=systemtime.wDay/10;
   42.39 -        nvrram[7]=d|(c<<4);
   42.40 -        d=systemtime.wMonth%10;
   42.41 -        c=systemtime.wMonth/10;
   42.42 -        nvrram[8]=d|(c<<4);
   42.43 -        d=systemtime.wYear%10;
   42.44 -        c=(systemtime.wYear/10)%10;
   42.45 -        nvrram[9]=d|(c<<4);
   42.46 -        if (baknvr[0]!=nvrram[0] ||
   42.47 -            baknvr[2]!=nvrram[2] ||
   42.48 -            baknvr[4]!=nvrram[4] ||
   42.49 -            baknvr[6]!=nvrram[6] ||
   42.50 -            baknvr[7]!=nvrram[7] ||
   42.51 -            baknvr[8]!=nvrram[8] ||
   42.52 -            baknvr[9]!=nvrram[9]) nvrram[0xA]|=0x80;
   42.53 +	time_get(nvrram);
   42.54  }
   42.55  
   42.56  void nvr_recalc()
    43.1 --- a/src/nvr.h	Mon Aug 25 15:22:51 2014 +0100
    43.2 +++ b/src/nvr.h	Thu Sep 04 21:07:24 2014 +0100
    43.3 @@ -1,3 +1,6 @@
    43.4  void nvr_init();
    43.5  
    43.6  extern int nvr_dosave;
    43.7 +
    43.8 +void time_get(char *nvrram);
    43.9 +
    44.1 --- a/src/pc.c	Mon Aug 25 15:22:51 2014 +0100
    44.2 +++ b/src/pc.c	Thu Sep 04 21:07:24 2014 +0100
    44.3 @@ -7,6 +7,7 @@
    44.4  #include "ali1429.h"
    44.5  #include "amstrad.h"
    44.6  #include "cdrom-ioctl.h"
    44.7 +#include "cdrom-null.h"
    44.8  #include "config.h"
    44.9  #include "cpu.h"
   44.10  #include "dma.h"
   44.11 @@ -70,7 +71,7 @@
   44.12     vsprintf(buf, format, ap);
   44.13     va_end(ap);
   44.14     fputs(buf,pclogf);
   44.15 -fflush(pclogf);
   44.16 +//fflush(pclogf);
   44.17  #endif
   44.18  }
   44.19  
   44.20 @@ -102,11 +103,11 @@
   44.21          pollmouse_delay--;
   44.22          if (pollmouse_delay) return;
   44.23          pollmouse_delay = 2;
   44.24 -        poll_mouse();
   44.25 -        get_mouse_mickeys(&x,&y);
   44.26 +        mouse_poll_host();
   44.27 +        mouse_get_mickeys(&x,&y);
   44.28          if (mouse_poll)
   44.29 -           mouse_poll(x, y, mouse_b);
   44.30 -        if (mousecapture) position_mouse(64,64);
   44.31 +           mouse_poll(x, y, mouse_buttons);
   44.32 +//        if (mousecapture) position_mouse(64,64);
   44.33  }
   44.34  
   44.35  /*PC1512 languages -
   44.36 @@ -223,7 +224,12 @@
   44.37          loadnvr();
   44.38          sound_init();
   44.39          resetide();
   44.40 -        ioctl_open(cdrom_drive);
   44.41 +#if __unix
   44.42 +	if (cdrom_drive == -1)
   44.43 +	        cdrom_null_open(cdrom_drive);	
   44.44 +	else
   44.45 +#endif
   44.46 +	        ioctl_open(cdrom_drive);
   44.47          model_init();        
   44.48          video_init();
   44.49          speaker_init();        
   44.50 @@ -246,7 +252,12 @@
   44.51          shadowbios=0;
   44.52          voodoo_init();
   44.53          
   44.54 -        ioctl_reset();
   44.55 +#if __unix
   44.56 +	if (cdrom_drive == -1)
   44.57 +	        cdrom_null_reset();	
   44.58 +	else
   44.59 +#endif
   44.60 +	        ioctl_reset();
   44.61  }
   44.62  
   44.63  void resetpc()
   44.64 @@ -295,7 +306,12 @@
   44.65          
   44.66  //        output=3;
   44.67  
   44.68 -        ioctl_reset();
   44.69 +#if __unix
   44.70 +	if (cdrom_drive == -1)
   44.71 +	        cdrom_null_reset();	
   44.72 +	else
   44.73 +#endif
   44.74 +	        ioctl_reset();
   44.75  }
   44.76  
   44.77  char romsets[17][40]={"IBM PC","IBM XT","Generic Turbo XT","Euro PC","Tandy 1000","Amstrad PC1512","Sinclair PC200","Amstrad PC1640","IBM AT","AMI 286 clone","Dell System 200","Misc 286","IBM AT 386","Misc 386","386 clone","486 clone","486 clone 2"};
   44.78 @@ -329,7 +345,7 @@
   44.79                  keyboard_process();
   44.80  //                checkkeys();
   44.81                  pollmouse();
   44.82 -                poll_joystick();
   44.83 +                joystick_poll();
   44.84          endblit();
   44.85  
   44.86                  framecountx++;
   44.87 @@ -360,7 +376,7 @@
   44.88                  if (win_title_update)
   44.89                  {
   44.90                          win_title_update=0;
   44.91 -                        sprintf(s, "PCem v8.1 - %s - %s - %s - %i%%", model_getname(), models[model].cpu[cpu_manufacturer].cpus[cpu].name, (!mousecapture) ? "Click to capture mouse" : "Press CTRL-END or middle button to release mouse", fps);
   44.92 +                        sprintf(s, "PCem v8.1 - %i%% - %s - %s - %s", fps, model_getname(), models[model].cpu[cpu_manufacturer].cpus[cpu].name, (!mousecapture) ? "Click to capture mouse" : "Press CTRL-END or middle button to release mouse");
   44.93                          set_window_title(s);
   44.94                  }
   44.95                  done++;
   44.96 @@ -438,94 +454,94 @@
   44.97          else
   44.98                  config_load(fn);
   44.99          
  44.100 -        GAMEBLASTER = get_config_int(NULL, "gameblaster", 0);
  44.101 -        GUS = get_config_int(NULL, "gus", 0);
  44.102 -        SSI2001 = get_config_int(NULL, "ssi2001", 0);
  44.103 +        GAMEBLASTER = config_get_int(NULL, "gameblaster", 0);
  44.104 +        GUS = config_get_int(NULL, "gus", 0);
  44.105 +        SSI2001 = config_get_int(NULL, "ssi2001", 0);
  44.106          
  44.107 -        model = get_config_int(NULL, "model", 14);
  44.108 +        model = config_get_int(NULL, "model", 14);
  44.109  
  44.110          if (model >= model_count())
  44.111                  model = model_count() - 1;
  44.112  
  44.113          romset = model_getromset();
  44.114 -        cpu_manufacturer = get_config_int(NULL, "cpu_manufacturer", 0);
  44.115 -        cpu = get_config_int(NULL, "cpu", 0);
  44.116 +        cpu_manufacturer = config_get_int(NULL, "cpu_manufacturer", 0);
  44.117 +        cpu = config_get_int(NULL, "cpu", 0);
  44.118          
  44.119 -        gfxcard = get_config_int(NULL, "gfxcard", 0);
  44.120 -        video_speed = get_config_int(NULL, "video_speed", 3);
  44.121 -        sound_card_current = get_config_int(NULL, "sndcard", SB2);
  44.122 +        gfxcard = config_get_int(NULL, "gfxcard", 0);
  44.123 +        video_speed = config_get_int(NULL, "video_speed", 3);
  44.124 +        sound_card_current = config_get_int(NULL, "sndcard", SB2);
  44.125  
  44.126 -        p = (char *)get_config_string(NULL, "disc_a", "");
  44.127 +        p = (char *)config_get_string(NULL, "disc_a", "");
  44.128          if (p) strcpy(discfns[0], p);
  44.129          else   strcpy(discfns[0], "");
  44.130  
  44.131 -        p = (char *)get_config_string(NULL, "disc_b", "");
  44.132 +        p = (char *)config_get_string(NULL, "disc_b", "");
  44.133          if (p) strcpy(discfns[1], p);
  44.134          else   strcpy(discfns[1], "");
  44.135  
  44.136 -        mem_size = get_config_int(NULL, "mem_size", 4);
  44.137 -        cdrom_drive = get_config_int(NULL, "cdrom_drive", 0);
  44.138 -        cdrom_enabled = get_config_int(NULL, "cdrom_enabled", 0);
  44.139 +        mem_size = config_get_int(NULL, "mem_size", 4);
  44.140 +        cdrom_drive = config_get_int(NULL, "cdrom_drive", 0);
  44.141 +        cdrom_enabled = config_get_int(NULL, "cdrom_enabled", 0);
  44.142          
  44.143 -        slowega = get_config_int(NULL, "slow_video", 1);
  44.144 -        cache = get_config_int(NULL, "cache", 3);
  44.145 -        cga_comp = get_config_int(NULL, "cga_composite", 0);
  44.146 +        slowega = config_get_int(NULL, "slow_video", 1);
  44.147 +        cache = config_get_int(NULL, "cache", 3);
  44.148 +        cga_comp = config_get_int(NULL, "cga_composite", 0);
  44.149          
  44.150 -        vid_resize = get_config_int(NULL, "vid_resize", 0);
  44.151 -        vid_api = get_config_int(NULL, "vid_api", 0);
  44.152 -        video_fullscreen_scale = get_config_int(NULL, "video_fullscreen_scale", 0);
  44.153 -        video_fullscreen_first = get_config_int(NULL, "video_fullscreen_first", 1);
  44.154 +        vid_resize = config_get_int(NULL, "vid_resize", 0);
  44.155 +        vid_api = config_get_int(NULL, "vid_api", 0);
  44.156 +        video_fullscreen_scale = config_get_int(NULL, "video_fullscreen_scale", 0);
  44.157 +        video_fullscreen_first = config_get_int(NULL, "video_fullscreen_first", 1);
  44.158  
  44.159 -        hdc[0].spt = get_config_int(NULL, "hdc_sectors", 0);
  44.160 -        hdc[0].hpc = get_config_int(NULL, "hdc_heads", 0);
  44.161 -        hdc[0].tracks = get_config_int(NULL, "hdc_cylinders", 0);
  44.162 -        p = (char *)get_config_string(NULL, "hdc_fn", "");
  44.163 +        hdc[0].spt = config_get_int(NULL, "hdc_sectors", 0);
  44.164 +        hdc[0].hpc = config_get_int(NULL, "hdc_heads", 0);
  44.165 +        hdc[0].tracks = config_get_int(NULL, "hdc_cylinders", 0);
  44.166 +        p = (char *)config_get_string(NULL, "hdc_fn", "");
  44.167          if (p) strcpy(ide_fn[0], p);
  44.168          else   strcpy(ide_fn[0], "");
  44.169 -        hdc[1].spt = get_config_int(NULL, "hdd_sectors", 0);
  44.170 -        hdc[1].hpc = get_config_int(NULL, "hdd_heads", 0);
  44.171 -        hdc[1].tracks = get_config_int(NULL, "hdd_cylinders", 0);
  44.172 -        p = (char *)get_config_string(NULL, "hdd_fn", "");
  44.173 +        hdc[1].spt = config_get_int(NULL, "hdd_sectors", 0);
  44.174 +        hdc[1].hpc = config_get_int(NULL, "hdd_heads", 0);
  44.175 +        hdc[1].tracks = config_get_int(NULL, "hdd_cylinders", 0);
  44.176 +        p = (char *)config_get_string(NULL, "hdd_fn", "");
  44.177          if (p) strcpy(ide_fn[1], p);
  44.178          else   strcpy(ide_fn[1], "");
  44.179  }
  44.180  
  44.181  void saveconfig()
  44.182  {
  44.183 -        set_config_int(NULL, "gameblaster", GAMEBLASTER);
  44.184 -        set_config_int(NULL, "gus", GUS);
  44.185 -        set_config_int(NULL, "ssi2001", SSI2001);
  44.186 +        config_set_int(NULL, "gameblaster", GAMEBLASTER);
  44.187 +        config_set_int(NULL, "gus", GUS);
  44.188 +        config_set_int(NULL, "ssi2001", SSI2001);
  44.189          
  44.190 -        set_config_int(NULL, "model", model);
  44.191 -        set_config_int(NULL, "cpu_manufacturer", cpu_manufacturer);
  44.192 -        set_config_int(NULL, "cpu", cpu);
  44.193 +        config_set_int(NULL, "model", model);
  44.194 +        config_set_int(NULL, "cpu_manufacturer", cpu_manufacturer);
  44.195 +        config_set_int(NULL, "cpu", cpu);
  44.196          
  44.197 -        set_config_int(NULL, "gfxcard", gfxcard);
  44.198 -        set_config_int(NULL, "video_speed", video_speed);
  44.199 -        set_config_int(NULL, "sndcard", sound_card_current);
  44.200 -        set_config_int(NULL, "cpu_speed", cpuspeed);
  44.201 -        set_config_int(NULL, "has_fpu", hasfpu);
  44.202 -        set_config_int(NULL, "slow_video", slowega);
  44.203 -        set_config_int(NULL, "cache", cache);
  44.204 -        set_config_int(NULL, "cga_composite", cga_comp);
  44.205 -        set_config_string(NULL, "disc_a", discfns[0]);
  44.206 -        set_config_string(NULL, "disc_b", discfns[1]);
  44.207 -        set_config_int(NULL, "mem_size", mem_size);
  44.208 -        set_config_int(NULL, "cdrom_drive", cdrom_drive);
  44.209 -        set_config_int(NULL, "cdrom_enabled", cdrom_enabled);
  44.210 -        set_config_int(NULL, "vid_resize", vid_resize);
  44.211 -        set_config_int(NULL, "vid_api", vid_api);
  44.212 -        set_config_int(NULL, "video_fullscreen_scale", video_fullscreen_scale);
  44.213 -        set_config_int(NULL, "video_fullscreen_first", video_fullscreen_first);
  44.214 +        config_set_int(NULL, "gfxcard", gfxcard);
  44.215 +        config_set_int(NULL, "video_speed", video_speed);
  44.216 +        config_set_int(NULL, "sndcard", sound_card_current);
  44.217 +        config_set_int(NULL, "cpu_speed", cpuspeed);
  44.218 +        config_set_int(NULL, "has_fpu", hasfpu);
  44.219 +        config_set_int(NULL, "slow_video", slowega);
  44.220 +        config_set_int(NULL, "cache", cache);
  44.221 +        config_set_int(NULL, "cga_composite", cga_comp);
  44.222 +        config_set_string(NULL, "disc_a", discfns[0]);
  44.223 +        config_set_string(NULL, "disc_b", discfns[1]);
  44.224 +        config_set_int(NULL, "mem_size", mem_size);
  44.225 +        config_set_int(NULL, "cdrom_drive", cdrom_drive);
  44.226 +        config_set_int(NULL, "cdrom_enabled", cdrom_enabled);
  44.227 +        config_set_int(NULL, "vid_resize", vid_resize);
  44.228 +        config_set_int(NULL, "vid_api", vid_api);
  44.229 +        config_set_int(NULL, "video_fullscreen_scale", video_fullscreen_scale);
  44.230 +        config_set_int(NULL, "video_fullscreen_first", video_fullscreen_first);
  44.231          
  44.232 -        set_config_int(NULL, "hdc_sectors", hdc[0].spt);
  44.233 -        set_config_int(NULL, "hdc_heads", hdc[0].hpc);
  44.234 -        set_config_int(NULL, "hdc_cylinders", hdc[0].tracks);
  44.235 -        set_config_string(NULL, "hdc_fn", ide_fn[0]);
  44.236 -        set_config_int(NULL, "hdd_sectors", hdc[1].spt);
  44.237 -        set_config_int(NULL, "hdd_heads", hdc[1].hpc);
  44.238 -        set_config_int(NULL, "hdd_cylinders", hdc[1].tracks);
  44.239 -        set_config_string(NULL, "hdd_fn", ide_fn[1]);
  44.240 +        config_set_int(NULL, "hdc_sectors", hdc[0].spt);
  44.241 +        config_set_int(NULL, "hdc_heads", hdc[0].hpc);
  44.242 +        config_set_int(NULL, "hdc_cylinders", hdc[0].tracks);
  44.243 +        config_set_string(NULL, "hdc_fn", ide_fn[0]);
  44.244 +        config_set_int(NULL, "hdd_sectors", hdc[1].spt);
  44.245 +        config_set_int(NULL, "hdd_heads", hdc[1].hpc);
  44.246 +        config_set_int(NULL, "hdd_cylinders", hdc[1].tracks);
  44.247 +        config_set_string(NULL, "hdd_fn", ide_fn[1]);
  44.248          
  44.249          config_save(config_file_default);
  44.250  }
    45.1 --- a/src/piix.c	Mon Aug 25 15:22:51 2014 +0100
    45.2 +++ b/src/piix.c	Thu Sep 04 21:07:24 2014 +0100
    45.3 @@ -117,9 +117,9 @@
    45.4  
    45.5  static void piix_bus_master_next_addr(int channel)
    45.6  {
    45.7 -        piix_busmaster[channel].addr = (*(unsigned long *)(&ram[piix_busmaster[channel].ptr_cur])) & ~1;
    45.8 -        piix_busmaster[channel].count = (*(unsigned long *)(&ram[piix_busmaster[channel].ptr_cur + 4])) & 0xfffe;
    45.9 -        piix_busmaster[channel].eot = (*(unsigned long *)(&ram[piix_busmaster[channel].ptr_cur + 4])) >> 31;
   45.10 +        piix_busmaster[channel].addr = (*(uint32_t *)(&ram[piix_busmaster[channel].ptr_cur])) & ~1;
   45.11 +        piix_busmaster[channel].count = (*(uint32_t *)(&ram[piix_busmaster[channel].ptr_cur + 4])) & 0xfffe;
   45.12 +        piix_busmaster[channel].eot = (*(uint32_t *)(&ram[piix_busmaster[channel].ptr_cur + 4])) >> 31;
   45.13          piix_busmaster[channel].ptr_cur += 8;
   45.14  //        pclog("New DMA settings on channel %i - Addr %08X Count %04X EOT %i\n", channel, piix_busmaster[channel].addr, piix_busmaster[channel].count, piix_busmaster[channel].eot);
   45.15  }
    46.1 --- a/src/plat-joystick.h	Mon Aug 25 15:22:51 2014 +0100
    46.2 +++ b/src/plat-joystick.h	Thu Sep 04 21:07:24 2014 +0100
    46.3 @@ -3,7 +3,7 @@
    46.4  #endif
    46.5          void joystick_init();
    46.6          void joystick_close();
    46.7 -        void poll_joystick();
    46.8 +        void joystick_poll();
    46.9          
   46.10          typedef struct joystick_t
   46.11          {
   46.12 @@ -15,5 +15,4 @@
   46.13          extern int joysticks_present;
   46.14  #ifdef __cplusplus
   46.15  }
   46.16 -#endif
   46.17 -
   46.18 +#endif
   46.19 \ No newline at end of file
    47.1 --- a/src/plat-keyboard.h	Mon Aug 25 15:22:51 2014 +0100
    47.2 +++ b/src/plat-keyboard.h	Thu Sep 04 21:07:24 2014 +0100
    47.3 @@ -4,14 +4,16 @@
    47.4          void keyboard_init();
    47.5          void keyboard_close();
    47.6          void keyboard_poll_host();
    47.7 -        int key[272];
    47.8 -	int rawinputkey[272];
    47.9 +        extern int pcem_key[272];
   47.10 +	extern int rawinputkey[272];
   47.11  	
   47.12 +#ifndef __unix
   47.13          #define KEY_LCONTROL 0x1d
   47.14          #define KEY_RCONTROL (0x1d | 0x80)
   47.15          #define KEY_END      (0x4f | 0x80)
   47.16 +#endif
   47.17 +
   47.18  #ifdef __cplusplus
   47.19  }
   47.20  #endif
   47.21  
   47.22 -
    48.1 --- a/src/plat-midi.h	Mon Aug 25 15:22:51 2014 +0100
    48.2 +++ b/src/plat-midi.h	Thu Sep 04 21:07:24 2014 +0100
    48.3 @@ -1,3 +1,3 @@
    48.4  void midi_init();
    48.5  void midi_close();
    48.6 -void midi_out(uint8_t val);
    48.7 +void midi_write(uint8_t val);
    49.1 --- a/src/plat-mouse.h	Mon Aug 25 15:22:51 2014 +0100
    49.2 +++ b/src/plat-mouse.h	Thu Sep 04 21:07:24 2014 +0100
    49.3 @@ -1,13 +1,13 @@
    49.4  #ifdef __cplusplus
    49.5  extern "C" {
    49.6  #endif
    49.7 +
    49.8          void mouse_init();
    49.9          void mouse_close();
   49.10 -        extern int mouse_b;
   49.11 -        void poll_mouse();
   49.12 -        void position_mouse(int x, int y);
   49.13 -        void get_mouse_mickeys(int *x, int *y);
   49.14 +        extern int mouse_buttons;
   49.15 +        void mouse_poll_host();
   49.16 +        void mouse_get_mickeys(int *x, int *y);
   49.17 +	extern int mousecapture;
   49.18  #ifdef __cplusplus
   49.19  }
   49.20  #endif
   49.21 -
    50.1 --- a/src/sound_mpu401_uart.c	Mon Aug 25 15:22:51 2014 +0100
    50.2 +++ b/src/sound_mpu401_uart.c	Thu Sep 04 21:07:24 2014 +0100
    50.3 @@ -33,7 +33,7 @@
    50.4                          
    50.5          /*Data*/
    50.6          if (mpu->uart_mode)
    50.7 -                midi_out(val);
    50.8 +                midi_write(val);
    50.9  }
   50.10  
   50.11  static uint8_t mpu401_uart_read(uint16_t addr, void *p)
    51.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    51.2 +++ b/src/thread-pthread.c	Thu Sep 04 21:07:24 2014 +0100
    51.3 @@ -0,0 +1,89 @@
    51.4 +#include <stdlib.h>
    51.5 +#include <stdio.h>
    51.6 +#include <time.h>
    51.7 +#include <pthread.h>
    51.8 +#include "thread.h"
    51.9 +
   51.10 +typedef struct event_pthread_t
   51.11 +{
   51.12 +	pthread_cond_t cond;
   51.13 +	pthread_mutex_t mutex;
   51.14 +} event_pthread_t;
   51.15 +
   51.16 +thread_t *thread_create(void (*thread_rout)(void *param), void *param)
   51.17 +{
   51.18 +	pthread_t *thread = malloc(sizeof(pthread_t));
   51.19 +        
   51.20 +	pthread_create(thread, NULL, thread_rout, param);
   51.21 +
   51.22 +	return thread;
   51.23 +}
   51.24 +
   51.25 +void thread_kill(thread_t *handle)
   51.26 +{
   51.27 +	pthread_t *thread = (pthread_t *)handle;
   51.28 +
   51.29 +	pthread_cancel(*thread);
   51.30 +	pthread_join(*thread, NULL);
   51.31 +
   51.32 +	free(thread);
   51.33 +}
   51.34 +
   51.35 +event_t *thread_create_event()
   51.36 +{
   51.37 +	event_pthread_t *event = malloc(sizeof(event_pthread_t));
   51.38 +
   51.39 +	pthread_cond_init(&event->cond, NULL);
   51.40 +	pthread_mutex_init(&event->mutex, NULL);
   51.41 +
   51.42 +        return (event_t *)event;
   51.43 +}
   51.44 +
   51.45 +void thread_set_event(event_t *handle)
   51.46 +{
   51.47 +	event_pthread_t *event = (event_pthread_t *)handle;
   51.48 +
   51.49 +	pthread_mutex_lock(&event->mutex);
   51.50 +	pthread_cond_broadcast(&event->cond);
   51.51 +	pthread_mutex_unlock(&event->mutex);
   51.52 +}
   51.53 +
   51.54 +void thread_reset_event(event_t *handle)
   51.55 +{
   51.56 +}
   51.57 +
   51.58 +int thread_wait_event(event_t *handle, int timeout)
   51.59 +{
   51.60 +	event_pthread_t *event = (event_pthread_t *)handle;
   51.61 +	struct timespec abstime;
   51.62 +
   51.63 +	clock_gettime(CLOCK_REALTIME, &abstime);
   51.64 +	abstime.tv_nsec += (timeout % 1000) * 1000000;
   51.65 +	abstime.tv_sec += (timeout / 1000);
   51.66 +	if (abstime.tv_nsec > 1000000000)
   51.67 +	{
   51.68 +		abstime.tv_nsec -= 1000000000;
   51.69 +		abstime.tv_sec++;
   51.70 +	}
   51.71 +
   51.72 +	pthread_mutex_lock(&event->mutex);
   51.73 +	pthread_cond_timedwait(&event->cond, &event->mutex, &abstime);
   51.74 +	pthread_mutex_unlock(&event->mutex);
   51.75 +
   51.76 +        return 0;
   51.77 +}
   51.78 +
   51.79 +void thread_destroy_event(event_t *handle)
   51.80 +{
   51.81 +	event_pthread_t *event = (event_pthread_t *)handle;
   51.82 +
   51.83 +	pthread_cond_destroy(&event->cond);
   51.84 +	pthread_mutex_destroy(&event->mutex);
   51.85 +
   51.86 +	free(event);
   51.87 +}
   51.88 +
   51.89 +void thread_sleep(int t)
   51.90 +{
   51.91 +	usleep(t * 1000);
   51.92 +}
    52.1 --- a/src/vid_cga.c	Mon Aug 25 15:22:51 2014 +0100
    52.2 +++ b/src/vid_cga.c	Thu Sep 04 21:07:24 2014 +0100
    52.3 @@ -430,8 +430,6 @@
    52.4                                             video_blit_memtoscreen(0, cga->firstline - 4, 0, (cga->lastline - cga->firstline) + 8, xsize, (cga->lastline - cga->firstline) + 8);
    52.5                                          else          
    52.6                                             video_blit_memtoscreen_8(0, cga->firstline - 4, xsize, (cga->lastline - cga->firstline) + 8);
    52.7 -                                        if (readflash) rectfill(screen, winsizex - 40, 8, winsizex - 8, 14, 0xffffffff);
    52.8 -                                        readflash = 0;
    52.9                                          frames++;
   52.10  endblit();
   52.11                                          video_res_x = xsize - 16;
    53.1 --- a/src/vid_et4000.c	Mon Aug 25 15:22:51 2014 +0100
    53.2 +++ b/src/vid_et4000.c	Thu Sep 04 21:07:24 2014 +0100
    53.3 @@ -146,7 +146,7 @@
    53.4          et4000_t *et4000 = malloc(sizeof(et4000_t));
    53.5          memset(et4000, 0, sizeof(et4000_t));
    53.6  
    53.7 -        rom_init(&et4000->bios_rom, "roms/et4000.bin", 0xc0000, 0x8000, 0x7fff, 0, MEM_MAPPING_EXTERNAL);
    53.8 +        rom_init(&et4000->bios_rom, "roms/et4000.BIN", 0xc0000, 0x8000, 0x7fff, 0, MEM_MAPPING_EXTERNAL);
    53.9                  
   53.10          io_sethandler(0x03c0, 0x0020, et4000_in, NULL, NULL, et4000_out, NULL, NULL, et4000);
   53.11  
   53.12 @@ -161,7 +161,7 @@
   53.13  
   53.14  static int et4000_available()
   53.15  {
   53.16 -        return rom_present("roms/et4000.bin");
   53.17 +        return rom_present("roms/et4000.BIN");
   53.18  }
   53.19  
   53.20  void et4000_close(void *p)
   53.21 @@ -200,7 +200,7 @@
   53.22          0,
   53.23          et4000_init,
   53.24          et4000_close,
   53.25 -        NULL,
   53.26 +        et4000_available,
   53.27          et4000_speed_changed,
   53.28          et4000_force_redraw,
   53.29          et4000_add_status_info
    54.1 --- a/src/vid_olivetti_m24.c	Mon Aug 25 15:22:51 2014 +0100
    54.2 +++ b/src/vid_olivetti_m24.c	Thu Sep 04 21:07:24 2014 +0100
    54.3 @@ -396,10 +396,7 @@
    54.4                                                          updatewindowsize(xsize, ysize + 16);
    54.5                                                  }
    54.6  startblit();
    54.7 -pclog("m24 blit %i %i\n", m24->firstline, m24->lastline);
    54.8                                                  video_blit_memtoscreen_8(0, m24->firstline - 8, xsize, (m24->lastline - m24->firstline) + 16);
    54.9 -                                                if (readflash) rectfill(screen, winsizex - 40, 8, winsizex - 8, 14, 0xFFFFFFFF);
   54.10 -                                                readflash = 0;
   54.11                                                  frames++;
   54.12  endblit();
   54.13                                                  video_res_x = xsize - 16;
    55.1 --- a/src/vid_s3.c	Mon Aug 25 15:22:51 2014 +0100
    55.2 +++ b/src/vid_s3.c	Thu Sep 04 21:07:24 2014 +0100
    55.3 @@ -1381,6 +1381,7 @@
    55.4                                  {
    55.5                                          READ(s3->accel.dest + s3->accel.cx, dest_dat);
    55.6                                  
    55.7 +
    55.8  //                                if (CS != 0xc000) pclog("Write %05X  %02X %02X  %04X (%02X %02X)  ", s3->accel.dest + s3->accel.cx, src_dat, dest_dat, mix_dat, s3->accel.frgd_mix, s3->accel.bkgd_mix);
    55.9  
   55.10                                          MIX
   55.11 @@ -1955,7 +1956,7 @@
   55.12  
   55.13  void *s3_bahamas64_init()
   55.14  {
   55.15 -        s3_t *s3 = s3_init("roms/bahamas64.bin", S3_VISION864);
   55.16 +        s3_t *s3 = s3_init("roms/bahamas64.BIN", S3_VISION864);
   55.17  
   55.18          s3->id = 0xc1; /*Vision864P*/
   55.19          s3->id_ext = s3->id_ext_pci = 0xc1;
   55.20 @@ -1969,7 +1970,7 @@
   55.21  
   55.22  int s3_bahamas64_available()
   55.23  {
   55.24 -        return rom_present("roms/bahamas64.bin");
   55.25 +        return rom_present("roms/bahamas64.BIN");
   55.26  }
   55.27  
   55.28  void *s3_9fx_init()
    56.1 --- a/src/vid_svga.c	Mon Aug 25 15:22:51 2014 +0100
    56.2 +++ b/src/vid_svga.c	Thu Sep 04 21:07:24 2014 +0100
    56.3 @@ -1174,7 +1174,6 @@
    56.4                  ysize = wy + 1;
    56.5          }
    56.6          video_blit_memtoscreen(32, 0, y1, y2, xsize, ysize);
    56.7 -        if (readflash) rectfill(screen,winsizex-40,8,winsizex-8,14,0xFFFFFFFF);      
    56.8  //        pclog("svga_doblit end\n");
    56.9  }
   56.10  
    57.1 --- a/src/vid_tvga.c	Mon Aug 25 15:22:51 2014 +0100
    57.2 +++ b/src/vid_tvga.c	Thu Sep 04 21:07:24 2014 +0100
    57.3 @@ -279,7 +279,7 @@
    57.4          tvga->vram_size = device_get_config_int("memory") << 10;
    57.5          tvga->vram_mask = tvga->vram_size - 1;
    57.6          
    57.7 -        rom_init(&tvga->bios_rom, "roms/trident.bin", 0xc0000, 0x8000, 0x7fff, 0, MEM_MAPPING_EXTERNAL);
    57.8 +        rom_init(&tvga->bios_rom, "roms/TRIDENT.BIN", 0xc0000, 0x8000, 0x7fff, 0, MEM_MAPPING_EXTERNAL);
    57.9          
   57.10          svga_init(&tvga->svga, tvga, tvga->vram_size,
   57.11                     tvga_recalctimings,
   57.12 @@ -294,7 +294,7 @@
   57.13  
   57.14  static int tvga8900d_available()
   57.15  {
   57.16 -        return rom_present("roms/trident.bin");
   57.17 +        return rom_present("roms/TRIDENT.BIN");
   57.18  }
   57.19  
   57.20  void tvga_close(void *p)
    58.1 --- a/src/video.h	Mon Aug 25 15:22:51 2014 +0100
    58.2 +++ b/src/video.h	Thu Sep 04 21:07:24 2014 +0100
    58.3 @@ -1,3 +1,34 @@
    58.4 +#ifdef __unix
    58.5 +
    58.6 +#include "allegro-main.h"
    58.7 +
    58.8 +#else
    58.9 +
   58.10 +typedef struct
   58.11 +{
   58.12 +        int w, h;
   58.13 +        uint8_t *dat;
   58.14 +        uint8_t *line[0];
   58.15 +} BITMAP;
   58.16 +
   58.17 +extern BITMAP *screen;
   58.18 +
   58.19 +BITMAP *create_bitmap(int w, int h);
   58.20 +
   58.21 +typedef struct
   58.22 +{
   58.23 +        uint8_t r, g, b;
   58.24 +} RGB;
   58.25 +        
   58.26 +typedef RGB PALETTE[256];
   58.27 +
   58.28 +#define makecol(r, g, b)    ((b) | ((g) << 8) | ((r) << 16))
   58.29 +#define makecol32(r, g, b)  ((b) | ((g) << 8) | ((r) << 16))
   58.30 +
   58.31 +#endif
   58.32 +
   58.33 +extern BITMAP *buffer, *buffer32;
   58.34 +
   58.35  int video_card_available(int card);
   58.36  char *video_card_getname(int card);
   58.37  struct device_t *video_card_getdevice(int card);
   58.38 @@ -21,19 +52,6 @@
   58.39  extern int fullchange;
   58.40  extern int changeframecount;
   58.41  
   58.42 -typedef struct
   58.43 -{
   58.44 -        int w, h;
   58.45 -        uint8_t *dat;
   58.46 -        uint8_t *line[0];
   58.47 -} BITMAP;
   58.48 -
   58.49 -extern BITMAP *buffer, *buffer32;
   58.50 -
   58.51 -extern BITMAP *screen;
   58.52 -
   58.53 -BITMAP *create_bitmap(int w, int h);
   58.54 -
   58.55  extern uint8_t fontdat[256][8];
   58.56  extern uint8_t fontdatm[256][16];
   58.57  
   58.58 @@ -41,20 +59,10 @@
   58.59  
   58.60  extern int xsize,ysize;
   58.61  
   58.62 -typedef struct
   58.63 -{
   58.64 -        uint8_t r, g, b;
   58.65 -} RGB;
   58.66 -        
   58.67 -typedef RGB PALETTE[256];
   58.68 -
   58.69  extern float cpuclock;
   58.70  
   58.71  extern int emu_fps, frames;
   58.72  
   58.73 -#define makecol(r, g, b)    ((b) | ((g) << 8) | ((r) << 16))
   58.74 -#define makecol32(r, g, b)  ((b) | ((g) << 8) | ((r) << 16))
   58.75 -
   58.76  extern int readflash;
   58.77  
   58.78  extern void (*video_recalctimings)();
    59.1 --- a/src/win-deviceconfig.c	Mon Aug 25 15:22:51 2014 +0100
    59.2 +++ b/src/win-deviceconfig.c	Thu Sep 04 21:07:24 2014 +0100
    59.3 @@ -31,7 +31,7 @@
    59.4                                  switch (config->type)
    59.5                                  {
    59.6                                          case CONFIG_BINARY:
    59.7 -                                        val_int = get_config_int(config_device->name, config->name, config->default_int);
    59.8 +                                        val_int = config_get_int(config_device->name, config->name, config->default_int);
    59.9                                          
   59.10                                          SendMessage(h, BM_SETCHECK, val_int, 0);
   59.11                                                  
   59.12 @@ -39,7 +39,7 @@
   59.13                                          break;
   59.14                                       
   59.15                                          case CONFIG_SELECTION:
   59.16 -                                        val_int = get_config_int(config_device->name, config->name, config->default_int);
   59.17 +                                        val_int = config_get_int(config_device->name, config->name, config->default_int);
   59.18                                          
   59.19                                          c = 0;
   59.20                                          while (selection->description[0])
   59.21 @@ -79,7 +79,7 @@
   59.22                                          switch (config->type)
   59.23                                          {
   59.24                                                  case CONFIG_BINARY:
   59.25 -                                                val_int = get_config_int(config_device->name, config->name, config->default_int);
   59.26 +                                                val_int = config_get_int(config_device->name, config->name, config->default_int);
   59.27  
   59.28                                                  if (val_int != SendMessage(h, BM_GETCHECK, 0, 0))
   59.29                                                          changed = 1;
   59.30 @@ -88,7 +88,7 @@
   59.31                                                  break;
   59.32                                       
   59.33                                                  case CONFIG_SELECTION:
   59.34 -                                                val_int = get_config_int(config_device->name, config->name, config->default_int);
   59.35 +                                                val_int = config_get_int(config_device->name, config->name, config->default_int);
   59.36  
   59.37                                                  c = SendMessage(h, CB_GETCURSEL, 0, 0);
   59.38  
   59.39 @@ -129,7 +129,7 @@
   59.40                                          switch (config->type)
   59.41                                          {
   59.42                                                  case CONFIG_BINARY:
   59.43 -                                                set_config_int(config_device->name, config->name, SendMessage(h, BM_GETCHECK, 0, 0));
   59.44 +                                                config_set_int(config_device->name, config->name, SendMessage(h, BM_GETCHECK, 0, 0));
   59.45                                                  
   59.46                                                  id++;
   59.47                                                  break;
   59.48 @@ -138,7 +138,7 @@
   59.49                                                  c = SendMessage(h, CB_GETCURSEL, 0, 0);
   59.50                                                  for (; c > 0; c--)
   59.51                                                          selection++;
   59.52 -                                                set_config_int(config_device->name, config->name, selection->value);
   59.53 +                                                config_set_int(config_device->name, config->name, selection->value);
   59.54                                          
   59.55                                                  id += 2;
   59.56                                                  break;
    60.1 --- a/src/win-joystick.cc	Mon Aug 25 15:22:51 2014 +0100
    60.2 +++ b/src/win-joystick.cc	Thu Sep 04 21:07:24 2014 +0100
    60.3 @@ -101,7 +101,7 @@
    60.4          }
    60.5  }
    60.6  
    60.7 -void poll_joystick()
    60.8 +void joystick_poll()
    60.9  {
   60.10          int c;
   60.11  
    61.1 --- a/src/win-keyboard.cc	Mon Aug 25 15:22:51 2014 +0100
    61.2 +++ b/src/win-keyboard.cc	Thu Sep 04 21:07:24 2014 +0100
    61.3 @@ -9,7 +9,7 @@
    61.4  #include "win.h"
    61.5  #include "video.h"
    61.6  
    61.7 -extern "C" int key[272];
    61.8 +extern "C" int pcem_key[272];
    61.9  
   61.10  extern "C" void fatal(const char *format, ...);
   61.11  extern "C" void pclog(const char *format, ...);
   61.12 @@ -18,11 +18,13 @@
   61.13  extern "C" void keyboard_close();
   61.14  extern "C" void keyboard_poll();
   61.15  
   61.16 +int pcem_key[272];
   61.17 +
   61.18  void keyboard_init()
   61.19  {
   61.20          atexit(keyboard_close);
   61.21          
   61.22 -        memset(key, 0, sizeof(key));
   61.23 +        memset(pcem_key, 0, sizeof(pcem_key));
   61.24  	pclog("Keyboard initialized!\n");
   61.25  }
   61.26  
   61.27 @@ -35,7 +37,7 @@
   61.28          int c;
   61.29  
   61.30          for (c = 0; c < 272; c++)
   61.31 -		key[c] = rawinputkey[c];
   61.32 +		pcem_key[c] = rawinputkey[c];
   61.33  
   61.34           if ((rawinputkey[0x1D] || rawinputkey[0x9D]) && 
   61.35               (rawinputkey[0x38] || rawinputkey[0xB8]) && 
    62.1 --- a/src/win-midi.c	Mon Aug 25 15:22:51 2014 +0100
    62.2 +++ b/src/win-midi.c	Thu Sep 04 21:07:24 2014 +0100
    62.3 @@ -41,7 +41,7 @@
    62.4  static uint32_t midi_command;
    62.5  static int midi_lengths[8] = {3, 3, 3, 3, 2, 2, 3, 0};
    62.6  
    62.7 -void midi_out(uint8_t val)
    62.8 +void midi_write(uint8_t val)
    62.9  {
   62.10          if (val & 0x80)
   62.11          {
    63.1 --- a/src/win-mouse.cc	Mon Aug 25 15:22:51 2014 +0100
    63.2 +++ b/src/win-mouse.cc	Thu Sep 04 21:07:24 2014 +0100
    63.3 @@ -10,15 +10,14 @@
    63.4  
    63.5  extern "C" void mouse_init();
    63.6  extern "C" void mouse_close();
    63.7 -extern "C" void poll_mouse();
    63.8 -extern "C" void position_mouse(int x, int y);
    63.9 -extern "C" void get_mouse_mickeys(int *x, int *y);
   63.10 +extern "C" void mouse_poll_host();
   63.11 +extern "C" void mouse_get_mickeys(int *x, int *y);
   63.12  
   63.13  static LPDIRECTINPUT lpdi;
   63.14  static LPDIRECTINPUTDEVICE lpdi_mouse = NULL;
   63.15  static DIMOUSESTATE mousestate;
   63.16  static int mouse_x = 0, mouse_y = 0;
   63.17 -int mouse_b = 0;
   63.18 +int mouse_buttons = 0;
   63.19  
   63.20  void mouse_init()
   63.21  {
   63.22 @@ -45,31 +44,27 @@
   63.23          }
   63.24  }
   63.25  
   63.26 -void poll_mouse()
   63.27 +void mouse_poll_host()
   63.28  {
   63.29          if (FAILED(lpdi_mouse->GetDeviceState(sizeof(DIMOUSESTATE), (LPVOID)&mousestate)))
   63.30          {
   63.31                  lpdi_mouse->Acquire();
   63.32                  lpdi_mouse->GetDeviceState(sizeof(DIMOUSESTATE), (LPVOID)&mousestate);
   63.33          }                
   63.34 -        mouse_b = 0;
   63.35 +        mouse_buttons = 0;
   63.36          if (mousestate.rgbButtons[0] & 0x80)
   63.37 -           mouse_b |= 1;
   63.38 +           mouse_buttons |= 1;
   63.39          if (mousestate.rgbButtons[1] & 0x80)
   63.40 -           mouse_b |= 2;
   63.41 +           mouse_buttons |= 2;
   63.42          if (mousestate.rgbButtons[2] & 0x80)
   63.43 -           mouse_b |= 4;
   63.44 +           mouse_buttons |= 4;
   63.45          mouse_x += mousestate.lX;
   63.46          mouse_y += mousestate.lY;        
   63.47          if (!mousecapture && !video_fullscreen)
   63.48 -           mouse_x = mouse_y = mouse_b = 0;
   63.49 +           mouse_x = mouse_y = mouse_buttons = 0;
   63.50  }
   63.51  
   63.52 -void position_mouse(int x, int y)
   63.53 -{
   63.54 -}
   63.55 -
   63.56 -void get_mouse_mickeys(int *x, int *y)
   63.57 +void mouse_get_mickeys(int *x, int *y)
   63.58  {
   63.59          *x = mouse_x;
   63.60          *y = mouse_y;
    64.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    64.2 +++ b/src/win-time.c	Thu Sep 04 21:07:24 2014 +0100
    64.3 @@ -0,0 +1,43 @@
    64.4 +#include <windows.h>
    64.5 +#include "ibm.h"
    64.6 +#include "nvr.h"
    64.7 +
    64.8 +void time_get(char *nvrram)
    64.9 +{
   64.10 +	SYSTEMTIME systemtime;
   64.11 +	int c, d;
   64.12 +	uint8_t baknvr[10];
   64.13 +
   64.14 +        memcpy(baknvr,nvrram,10);
   64.15 +        GetLocalTime(&systemtime);
   64.16 +
   64.17 +        d = systemtime.wSecond % 10;
   64.18 +        c = systemtime.wSecond / 10;
   64.19 +        nvrram[0] = d | (c << 4);
   64.20 +        d = systemtime.wMinute % 10;
   64.21 +        c = systemtime.wMinute / 10;
   64.22 +        nvrram[2] = d | (c << 4);
   64.23 +        d = systemtime.wHour % 10;
   64.24 +        c = systemtime.wHour / 10;
   64.25 +        nvrram[4] = d | (c << 4);
   64.26 +        d = systemtime.wDayOfWeek % 10;
   64.27 +        c = systemtime.wDayOfWeek / 10;
   64.28 +        nvrram[6] = d | (c << 4);
   64.29 +        d = systemtime.wDay % 10;
   64.30 +        c = systemtime.wDay / 10;
   64.31 +        nvrram[7] = d | (c << 4);
   64.32 +        d = systemtime.wMonth % 10;
   64.33 +        c = systemtime.wMonth / 10;
   64.34 +        nvrram[8] = d | (c << 4);
   64.35 +        d = systemtime.wYear % 10;
   64.36 +        c = (systemtime.wYear / 10) % 10;
   64.37 +        nvrram[9] = d | (c << 4);
   64.38 +        if (baknvr[0] != nvrram[0] ||
   64.39 +            baknvr[2] != nvrram[2] ||
   64.40 +            baknvr[4] != nvrram[4] ||
   64.41 +            baknvr[6] != nvrram[6] ||
   64.42 +            baknvr[7] != nvrram[7] ||
   64.43 +            baknvr[8] != nvrram[8] ||
   64.44 +            baknvr[9] != nvrram[9])
   64.45 +		nvrram[0xA]|=0x80;
   64.46 +}
    65.1 --- a/src/win.c	Mon Aug 25 15:22:51 2014 +0100
    65.2 +++ b/src/win.c	Thu Sep 04 21:07:24 2014 +0100
    65.3 @@ -40,6 +40,8 @@
    65.4  
    65.5  uint64_t timer_freq;
    65.6  
    65.7 +int rawinputkey[272];
    65.8 +
    65.9  static RAWINPUTDEVICE device;
   65.10  static uint16_t scancode_map[65536];
   65.11  
   65.12 @@ -571,7 +573,7 @@
   65.13                          }
   65.14  //;                        else
   65.15  //                           sleep(0);
   65.16 -                        if ((key[KEY_LCONTROL] || key[KEY_RCONTROL]) && key[KEY_END] && mousecapture)
   65.17 +                        if ((pcem_key[KEY_LCONTROL] || pcem_key[KEY_RCONTROL]) && pcem_key[KEY_END] && mousecapture)
   65.18                          {
   65.19                                  ClipCursor(&oldclip);
   65.20                                  mousecapture=0;
   65.21 @@ -583,7 +585,7 @@
   65.22                          if (messages.message==WM_QUIT) quited=1;
   65.23                          TranslateMessage(&messages);
   65.24                          DispatchMessage(&messages);                        
   65.25 -                        if ((key[KEY_LCONTROL] || key[KEY_RCONTROL]) && key[KEY_END] && mousecapture)
   65.26 +                        if ((pcem_key[KEY_LCONTROL] || pcem_key[KEY_RCONTROL]) && pcem_key[KEY_END] && mousecapture)
   65.27                          {
   65.28                                  ClipCursor(&oldclip);
   65.29                                  ShowCursor(TRUE);
    66.1 --- a/src/x87.c	Mon Aug 25 15:22:51 2014 +0100
    66.2 +++ b/src/x87.c	Thu Sep 04 21:07:24 2014 +0100
    66.3 @@ -19,11 +19,11 @@
    66.4  #undef readmemb
    66.5  #undef writememb
    66.6  
    66.7 -#define readmemb(s,a) ((readlookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF)?readmemb386l(s,a): *((uint8_t *)readlookup2[((s)+(a))>>12]+ (s) + (a)) )
    66.8 -#define writememb(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF) writememb386l(s,a,v); else *(uint8_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
    66.9 +#define readmemb(s,a) ((readlookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF)?readmemb386l(s,a): *((uint8_t *)readlookup2[((s)+(a))>>12]+ (s) + (a)) )
   66.10 +#define writememb(s,a,v) if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF) writememb386l(s,a,v); else *(uint8_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   66.11  
   66.12 -#define writememw(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFE) writememwl(s,a,v); else *(uint16_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   66.13 -#define writememl(s,a,v) if (writelookup2[((s)+(a))>>12]==0xFFFFFFFF || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFC) writememll(s,a,v); else *(uint32_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   66.14 +#define writememw(s,a,v) if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFE) writememwl(s,a,v); else *(uint16_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   66.15 +#define writememl(s,a,v) if (writelookup2[((s)+(a))>>12]==-1 || (s)==0xFFFFFFFF || (((s)+(a))&0xFFF)>0xFFC) writememll(s,a,v); else *(uint32_t *)(writelookup2[((s) + (a)) >> 12] + (s) + (a)) = v
   66.16  
   66.17  static inline uint8_t geteab()
   66.18  {