OSDN Git Service

Regenerated to add ms1.
authorbrolley <brolley>
Fri, 24 Jun 2005 18:28:31 +0000 (18:28 +0000)
committerbrolley <brolley>
Fri, 24 Jun 2005 18:28:31 +0000 (18:28 +0000)
28 files changed:
sid/Makefile.in
sid/bsp/Makefile.in
sid/bsp/pregen/Makefile.in
sid/component/Makefile.in
sid/component/cache/Makefile.in
sid/component/cgen-cpu/ms1/Makefile.in
sid/component/consoles/Makefile.in
sid/component/gdb/Makefile.in
sid/component/gloss/Makefile.in
sid/component/glue/Makefile.in
sid/component/ide/Makefile.in
sid/component/interrupt/Makefile.in
sid/component/lcd/Makefile.in
sid/component/lcd/testsuite/Makefile.in
sid/component/loader/Makefile.in
sid/component/mapper/Makefile.in
sid/component/mapper/testsuite/Makefile.in
sid/component/memory/Makefile.in
sid/component/mmu/Makefile.in
sid/component/parport/Makefile.in
sid/component/profiling/Makefile.in
sid/component/rtc/Makefile.in
sid/component/sched/Makefile.in
sid/component/testsuite/Makefile.in
sid/component/uart/Makefile.in
sid/component/uart/testsuite/Makefile.in
sid/doc/Makefile.in
sid/main/dynamic/Makefile.in

index cf035f9..3167efe 100644 (file)
@@ -123,6 +123,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -166,6 +168,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 6d2283a..9e6aec4 100644 (file)
@@ -115,6 +115,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -149,6 +151,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
@@ -160,6 +163,7 @@ SUBDIRS = . pregen
 @SIDTARGET_ARM_TRUE@FAM0SCRIPTS = arm-elf-sid
 @SIDTARGET_M32R_TRUE@FAM2SCRIPTS = m32r-elf-sid
 @SIDTARGET_M68K_TRUE@FAM3SCRIPTS = m68k-elf-sid
+@SIDTARGET_MS1_TRUE@FAM8SCRIPTS = ms1-elf-sid
 @SIDTARGET_XSTORMY16_TRUE@FAM10SCRIPTS = xstormy16-elf-sid
 @SIDTARGET_X86_TRUE@FAM11SCRIPTS = i386-elf-sid
 ALLFAMSCRIPTS = $(FAM0SCRIPTS) $(FAM1SCRIPTS) $(FAM2SCRIPTS) $(FAM3SCRIPTS) \
index 8707f63..1692fe5 100644 (file)
@@ -84,6 +84,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -118,6 +120,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index e9a1969..f8f8696 100644 (file)
@@ -155,6 +155,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -215,6 +217,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index e577673..0d38b5e 100644 (file)
@@ -170,6 +170,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -230,6 +232,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index ba4b8d2..51ec221 100644 (file)
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -10,6 +12,7 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
 
 # Makefile.docs -*- Makefile -*-
 # Copyright (C) 2001 Red Hat.
 #
 
 
-SHELL = @SHELL@
+SOURCES = $(libms1_la_SOURCES)
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = .
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+DIST_COMMON = $(am__configure_deps) \
+       $(srcdir)/../../../config/Makefile.docs \
+       $(srcdir)/../../../config/config.guess \
+       $(srcdir)/../../../config/config.sub \
+       $(srcdir)/../../../config/depcomp \
+       $(srcdir)/../../../config/install-sh \
+       $(srcdir)/../../../config/ltmain.sh \
+       $(srcdir)/../../../config/missing \
+       $(srcdir)/../../../config/mkinstalldirs $(srcdir)/Makefile.am \
+       $(srcdir)/Makefile.in $(top_srcdir)/configure \
+       ../../../config/ChangeLog ../../../config/config.guess \
+       ../../../config/config.sub ../../../config/depcomp \
+       ../../../config/install-sh ../../../config/ltconfig \
+       ../../../config/ltmain.sh ../../../config/missing \
+       ../../../config/mkinstalldirs ChangeLog
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/../../../config/mkinstalldirs
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+libms1_la_DEPENDENCIES = ms1-asm.lo ms1-dis.lo ms1-opc.lo ms1-ibld.lo \
+       ms1-desc.lo
+am_libms1_la_OBJECTS = ms1.lo ms1-decode.lo ms1-sem.lo ms1-write.lo
+libms1_la_OBJECTS = $(am_libms1_la_OBJECTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir)
+depcomp = $(SHELL) $(top_srcdir)/../../../config/depcomp
+am__depfiles_maybe = depfiles
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
+       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+       $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+       $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libms1_la_SOURCES)
+DIST_SOURCES = $(libms1_la_SOURCES)
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(pkgdatadir)"
+pkgdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(pkgdata_DATA)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
 AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = $(TOP_CXXFLAGS)
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
+ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
 EXEEXT = @EXEEXT@
-LD = @LD@
+F77 = @F77@
+FFLAGS = @FFLAGS@
+HAVE_LINKS_FALSE = @HAVE_LINKS_FALSE@
+HAVE_LINKS_TRUE = @HAVE_LINKS_TRUE@
+HAVE_SABLOTRON_FALSE = @HAVE_SABLOTRON_FALSE@
+HAVE_SABLOTRON_TRUE = @HAVE_SABLOTRON_TRUE@
+HAVE_XSLTPROC_FALSE = @HAVE_XSLTPROC_FALSE@
+HAVE_XSLTPROC_TRUE = @HAVE_XSLTPROC_TRUE@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LINKS = @LINKS@
 LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 MAKEINFO = @MAKEINFO@
-NM = @NM@
 OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 RANLIB = @RANLIB@
 SABLOTRON = @SABLOTRON@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
 VERSION = @VERSION@
 XSLTPROC = @XSLTPROC@
-
+ac_ct_AR = @ac_ct_AR@
+ac_ct_AS = @ac_ct_AS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
+ac_ct_F77 = @ac_ct_F77@
+ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
+ac_ct_RANLIB = @ac_ct_RANLIB@
+ac_ct_STRIP = @ac_ct_STRIP@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
-
 noinst_LTLIBRARIES = libms1.la
-
 BFDINCLUDES = -I../../../../bfd -I$(srcdir)/../../../../include
 INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I../../../include -I$(srcdir)/../../../include $(BFDINCLUDES)
-CXXFLAGS = $(TOP_CXXFLAGS)
-
 pkgdata_DATA = hw-cpu-ms1.txt
-
 libms1_la_SOURCES = ms1.cxx ms1-decode.cxx ms1-sem.cxx ms1-write.cxx
 libms1_la_LDFLAGS = 
 libms1_la_LIBADD = ms1-asm.lo ms1-dis.lo ms1-opc.lo ms1-ibld.lo ms1-desc.lo
-
 OPCODES_COMPILE_FLAGS = -DHAVE_CONFIG_H \
        -I../../../../opcodes \
        -I../../../../bfd \
@@ -114,99 +244,91 @@ OPCODES_COMPILE_FLAGS = -DHAVE_CONFIG_H \
        -I$(srcdir)/../../../../intl    \
        -D_GNU_SOURCE 
 
-
 cgendir = $(srcdir)/../../../../cgen
 CGENFLAGS = -v
-
 CGEN_ALL = cgen-ms1
-
 html_stylesheet = $(srcdir)/../../component_html.xsl
-
 SUFFIXES = .xml .txt .html
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/../../../config/mkinstalldirs
-CONFIG_CLEAN_FILES = 
-LTLIBRARIES =  $(noinst_LTLIBRARIES)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) 
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-libms1_la_DEPENDENCIES =  ms1-asm.lo ms1-dis.lo ms1-opc.lo ms1-ibld.lo \
-ms1-desc.lo
-libms1_la_OBJECTS =  ms1.lo ms1-decode.lo ms1-sem.lo ms1-write.lo
-CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DATA =  $(pkgdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = gtar
-GZIP_ENV = --best
-DEP_FILES =  .deps/ms1-decode.P .deps/ms1-sem.P .deps/ms1-write.P \
-.deps/ms1.P
-SOURCES = $(libms1_la_SOURCES)
-OBJECTS = $(libms1_la_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .cxx .html .lo .o .s .txt .xml
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../config/Makefile.docs
-       cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
-       cd $(top_builddir) \
-         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
-       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+.SUFFIXES: .xml .txt .html .cxx .lo .o .obj
+am--refresh:
+       @:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../config/Makefile.docs $(am__configure_deps)
+       @for dep in $?; do \
+         case '$(am__configure_deps)' in \
+           *$$dep*) \
+             echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+             cd $(srcdir) && $(AUTOMAKE) --foreign  \
+               && exit 0; \
+             exit 1;; \
+         esac; \
+       done; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+       cd $(top_srcdir) && \
+         $(AUTOMAKE) --foreign  Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+       @case '$?' in \
+         *config.status*) \
+           echo ' $(SHELL) ./config.status'; \
+           $(SHELL) ./config.status;; \
+         *) \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+       esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
-$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
-       cd $(srcdir) && $(AUTOCONF)
 
-mostlyclean-noinstLTLIBRARIES:
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+       cd $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 clean-noinstLTLIBRARIES:
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-
-distclean-noinstLTLIBRARIES:
-
-maintainer-clean-noinstLTLIBRARIES:
-
-.s.o:
-       $(COMPILE) -c $<
-
-.S.o:
-       $(COMPILE) -c $<
+       @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+         test "$$dir" != "$$p" || dir=.; \
+         echo "rm -f \"$${dir}/so_locations\""; \
+         rm -f "$${dir}/so_locations"; \
+       done
+libms1.la: $(libms1_la_OBJECTS) $(libms1_la_DEPENDENCIES) 
+       $(CXXLINK)  $(libms1_la_LDFLAGS) $(libms1_la_OBJECTS) $(libms1_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
-       -rm -f *.o core *.core
-
-clean-compile:
+       -rm -f *.$(OBJEXT)
 
 distclean-compile:
        -rm -f *.tab.c
 
-maintainer-clean-compile:
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms1-decode.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms1-sem.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms1-write.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms1.Plo@am__quote@
 
-.s.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.cxx.o:
+@am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+@am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
+
+.cxx.obj:
+@am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
+@am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
-.S.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.cxx.lo:
+@am__fastdepCXX_TRUE@  if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+@am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
        -rm -f *.lo
@@ -215,246 +337,299 @@ clean-libtool:
        -rm -rf .libs _libs
 
 distclean-libtool:
-
-maintainer-clean-libtool:
-
-libms1.la: $(libms1_la_OBJECTS) $(libms1_la_DEPENDENCIES)
-       $(CXXLINK)  $(libms1_la_LDFLAGS) $(libms1_la_OBJECTS) $(libms1_la_LIBADD) $(LIBS)
-.cxx.o:
-       $(CXXCOMPILE) -c $<
-.cxx.lo:
-       $(LTCXXCOMPILE) -c $<
-
+       -rm -f libtool
+uninstall-info-am:
 install-pkgdataDATA: $(pkgdata_DATA)
        @$(NORMAL_INSTALL)
-       $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+       test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
        @list='$(pkgdata_DATA)'; for p in $$list; do \
-         if test -f $(srcdir)/$$p; then \
-           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
-         else if test -f $$p; then \
-           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-           $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
-         fi; fi; \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f=$(am__strip_dir) \
+         echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
+         $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
        done
 
 uninstall-pkgdataDATA:
        @$(NORMAL_UNINSTALL)
-       list='$(pkgdata_DATA)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
+       @list='$(pkgdata_DATA)'; for p in $$list; do \
+         f=$(am__strip_dir) \
+         echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
+         rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
        done
 
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
+              END { for (i in files) print i; }'`; \
+       mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-       list='$(SOURCES) $(HEADERS)'; \
-       unique=`for i in $$list; do echo $$i; done | \
-         awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+               $(TAGS_FILES) $(LISP)
+       tags=; \
+       here=`pwd`; \
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
-       here=`pwd` && cd $(srcdir) \
-         && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+         test -n "$$unique" || unique=$$empty_fix; \
+         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+           $$tags $$unique; \
+       fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+               $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
-       list='$(SOURCES) $(HEADERS)'; \
-       unique=`for i in $$list; do echo $$i; done | \
-         awk '    { files[$$0] = 1; } \
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
-       test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
+       test -z "$(CTAGS_ARGS)$$tags$$unique" \
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+            $$tags $$unique
 
-mostlyclean-tags:
-
-clean-tags:
+GTAGS:
+       here=`$(am__cd) $(top_builddir) && pwd` \
+         && cd $(top_srcdir) \
+         && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-       -rm -f TAGS ID
-
-maintainer-clean-tags:
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
+distdir: $(DISTFILES)
+       $(am__remove_distdir)
+       mkdir $(distdir)
+       $(mkdir_p) $(distdir)/../../../config
+       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+       list='$(DISTFILES)'; for file in $$list; do \
+         case $$file in \
+           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
+         esac; \
+         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+           dir="/$$dir"; \
+           $(mkdir_p) "$(distdir)$$dir"; \
+         else \
+           dir=''; \
+         fi; \
+         if test -d $$d/$$file; then \
+           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+           fi; \
+           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+         else \
+           test -f $(distdir)/$$file \
+           || cp -p $$d/$$file $(distdir)/$$file \
+           || exit 1; \
+         fi; \
+       done
+       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+       || chmod -R a+r $(distdir)
+dist-gzip: distdir
+       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       $(am__remove_distdir)
+
+dist-bzip2: distdir
+       tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+       $(am__remove_distdir)
+
+dist-tarZ: distdir
+       tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+       $(am__remove_distdir)
+
+dist-shar: distdir
+       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       $(am__remove_distdir)
+
+dist-zip: distdir
+       -rm -f $(distdir).zip
+       zip -rq $(distdir).zip $(distdir)
+       $(am__remove_distdir)
+
+dist dist-all: distdir
+       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       $(am__remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another
 # tarfile.
 distcheck: dist
-       -rm -rf $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
-       mkdir $(distdir)/=build
-       mkdir $(distdir)/=inst
-       dc_install_base=`cd $(distdir)/=inst && pwd`; \
-       cd $(distdir)/=build \
-         && ../configure --srcdir=.. --prefix=$$dc_install_base \
+       case '$(DIST_ARCHIVES)' in \
+       *.tar.gz*) \
+         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
+       *.tar.bz2*) \
+         bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+       *.tar.Z*) \
+         uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+       *.shar.gz*) \
+         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
+       *.zip*) \
+         unzip $(distdir).zip ;;\
+       esac
+       chmod -R a-w $(distdir); chmod a+w $(distdir)
+       mkdir $(distdir)/_build
+       mkdir $(distdir)/_inst
+       chmod a-w $(distdir)
+       dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+         && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+         && cd $(distdir)/_build \
+         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+           $(DISTCHECK_CONFIGURE_FLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-         && $(MAKE) $(AM_MAKEFLAGS) dist
-       -rm -rf $(distdir)
-       @banner="$(distdir).tar.gz is ready for distribution"; \
-       dashes=`echo "$$banner" | sed s/./=/g`; \
-       echo "$$dashes"; \
-       echo "$$banner"; \
-       echo "$$dashes"
-dist: distdir
-       -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-       -rm -rf $(distdir)
-dist-all: distdir
-       -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-       -rm -rf $(distdir)
-distdir: $(DISTFILES)
-       -rm -rf $(distdir)
-       mkdir $(distdir)
-       -chmod 777 $(distdir)
-       here=`cd $(top_builddir) && pwd`; \
-       top_distdir=`cd $(distdir) && pwd`; \
-       distdir=`cd $(distdir) && pwd`; \
-       cd $(top_srcdir) \
-         && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
-       @for file in $(DISTFILES); do \
-         d=$(srcdir); \
-         if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
-         else \
-           test -f $(distdir)/$$file \
-           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-           || cp -p $$d/$$file $(distdir)/$$file || :; \
-         fi; \
-       done
-
-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-
--include $(DEP_FILES)
-
-mostlyclean-depend:
-
-clean-depend:
-
-distclean-depend:
-       -rm -rf .deps
-
-maintainer-clean-depend:
-
-%.o: %.c
-       @echo '$(COMPILE) -c $<'; \
-       $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
-       @-cp .deps/$(*F).pp .deps/$(*F).P; \
-       tr ' ' '\012' < .deps/$(*F).pp \
-         | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
-           >> .deps/$(*F).P; \
-       rm .deps/$(*F).pp
-
-%.lo: %.c
-       @echo '$(LTCOMPILE) -c $<'; \
-       $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
-       @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
-         < .deps/$(*F).pp > .deps/$(*F).P; \
-       tr ' ' '\012' < .deps/$(*F).pp \
-         | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
-           >> .deps/$(*F).P; \
-       rm -f .deps/$(*F).pp
-
-%.o: %.cxx
-       @echo '$(CXXCOMPILE) -c $<'; \
-       $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
-       @-cp .deps/$(*F).pp .deps/$(*F).P; \
-       tr ' ' '\012' < .deps/$(*F).pp \
-         | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
-           >> .deps/$(*F).P; \
-       rm .deps/$(*F).pp
-
-%.lo: %.cxx
-       @echo '$(LTCXXCOMPILE) -c $<'; \
-       $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
-       @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
-         < .deps/$(*F).pp > .deps/$(*F).P; \
-       tr ' ' '\012' < .deps/$(*F).pp \
-         | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
-           >> .deps/$(*F).P; \
-       rm -f .deps/$(*F).pp
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
+         && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+         && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+               distuninstallcheck \
+         && chmod -R a-w "$$dc_install_base" \
+         && ({ \
+              (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+                   distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+             } || { rm -rf "$$dc_destdir"; exit 1; }) \
+         && rm -rf "$$dc_destdir" \
+         && $(MAKE) $(AM_MAKEFLAGS) dist \
+         && rm -rf $(DIST_ARCHIVES) \
+         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+       $(am__remove_distdir)
+       @(echo "$(distdir) archives ready for distribution: "; \
+         list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+         sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
+distuninstallcheck:
+       @cd $(distuninstallcheck_dir) \
+       && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+          || { echo "ERROR: files left after uninstall:" ; \
+               if test -n "$(DESTDIR)"; then \
+                 echo "  (check DESTDIR support)"; \
+               fi ; \
+               $(distuninstallcheck_listfiles) ; \
+               exit 1; } >&2
+distcleancheck: distclean
+       @if test '$(srcdir)' = . ; then \
+         echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+         exit 1 ; \
+       fi
+       @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+         || { echo "ERROR: files left in build directory after distclean:" ; \
+              $(distcleancheck_listfiles) ; \
+              exit 1; } >&2
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(LTLIBRARIES) $(DATA)
+installdirs:
+       for dir in "$(DESTDIR)$(pkgdatadir)"; do \
+         test -z "$$dir" || $(mkdir_p) "$$dir"; \
+       done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-pkgdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-pkgdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(LTLIBRARIES) $(DATA)
-all-redirect: all-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-       $(mkinstalldirs)  $(DESTDIR)$(pkgdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+         `test -z '$(STRIP)' || \
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
-       -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
-               mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
-               mostlyclean-generic
+       @echo "This command is intended for maintainers to use"
+       @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+       mostlyclean-am
 
-clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
-               clean-tags clean-depend clean-generic mostlyclean-am
+distclean: distclean-am
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -rf ./$(DEPDIR)
+       -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+       distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
-               distclean-libtool distclean-tags distclean-depend \
-               distclean-generic clean-am
-       -rm -f libtool
+dvi-am:
 
-distclean: distclean-am
-       -rm -f config.status
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
-               maintainer-clean-compile maintainer-clean-libtool \
-               maintainer-clean-tags maintainer-clean-depend \
-               maintainer-clean-generic distclean-am
-       @echo "This command is intended for maintainers to use;"
-       @echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-pkgdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
-       -rm -f config.status
-
-.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
-clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool uninstall-pkgdataDATA \
-install-pkgdataDATA tags mostlyclean-tags distclean-tags clean-tags \
-maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
-clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
-check-am installcheck-am installcheck install-exec-am install-exec \
-install-data-am install-data install-am install uninstall-am uninstall \
-all-redirect all-am all installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -rf $(top_srcdir)/autom4te.cache
+       -rm -rf ./$(DEPDIR)
+       -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+       mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-pkgdataDATA
+
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+       clean-generic clean-libtool clean-noinstLTLIBRARIES ctags dist \
+       dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
+       distcheck distclean distclean-compile distclean-generic \
+       distclean-libtool distclean-tags distcleancheck distdir \
+       distuninstallcheck dvi dvi-am html html-am info info-am \
+       install install-am install-data install-data-am install-exec \
+       install-exec-am install-info install-info-am install-man \
+       install-pkgdataDATA install-strip installcheck installcheck-am \
+       installdirs maintainer-clean maintainer-clean-generic \
+       mostlyclean mostlyclean-compile mostlyclean-generic \
+       mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+       uninstall-am uninstall-info-am uninstall-pkgdataDATA
 
 
 ms1-asm.lo: ../../../../opcodes/ms1-asm.c
@@ -480,16 +655,15 @@ cgen-ms1:
        $(srcdir)/../../../../cpu/ms1.cpu \
        "desc.h cpu.h decode.h decode.cxx write.cxx semantics.cxx defs.h"
 
-@MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_TRUE@.xml.html:
-@MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_TRUE@     xsltproc --output $@ $(html_stylesheet) $<
-
-@MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_FALSE@@HAVE_SABLOTRON_TRUE@.xml.html:
-@MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_FALSE@@HAVE_SABLOTRON_TRUE@       sabcmd $(html_stylesheet) $< $@
+@HAVE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@.xml.html:
+@HAVE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@     xsltproc --output $@ $(html_stylesheet) $<
 
-@MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@.html.txt:
-@MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@        links -dump $< > $@
-@MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@        cp $@ $(srcdir)/$@
+@HAVE_SABLOTRON_TRUE@@HAVE_XSLTPROC_FALSE@@MAINTAINER_MODE_TRUE@.xml.html:
+@HAVE_SABLOTRON_TRUE@@HAVE_XSLTPROC_FALSE@@MAINTAINER_MODE_TRUE@       sabcmd $(html_stylesheet) $< $@
 
+@HAVE_LINKS_TRUE@@MAINTAINER_MODE_TRUE@.html.txt:
+@HAVE_LINKS_TRUE@@MAINTAINER_MODE_TRUE@        links -dump $< > $@
+@HAVE_LINKS_TRUE@@MAINTAINER_MODE_TRUE@        cp $@ $(srcdir)/$@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
index 1fd2a63..c36da76 100644 (file)
@@ -163,6 +163,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -223,6 +225,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 6cd9a5b..ce9bfe3 100644 (file)
@@ -170,6 +170,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -230,6 +232,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index dfb8020..c6e1275 100644 (file)
@@ -167,6 +167,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -227,6 +229,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index ec0982b..f27b049 100644 (file)
@@ -161,6 +161,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -221,6 +223,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 5cc3273..96f274b 100644 (file)
@@ -161,6 +161,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -221,6 +223,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 036f266..4e716b6 100644 (file)
@@ -169,6 +169,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -229,6 +231,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index cb55b68..2ee7863 100644 (file)
@@ -177,6 +177,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -237,6 +239,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index fcb76a4..599dec3 100644 (file)
@@ -160,6 +160,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -220,6 +222,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 60d3d83..54d06cb 100644 (file)
@@ -170,6 +170,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -230,6 +232,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 8fa737c..6559645 100644 (file)
@@ -168,6 +168,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -228,6 +230,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 3eb7b0e..caea0e0 100644 (file)
@@ -141,6 +141,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -201,6 +203,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 335fd5e..63b41d9 100644 (file)
@@ -164,6 +164,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -224,6 +226,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 1bb9a71..9618388 100644 (file)
@@ -161,6 +161,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -221,6 +223,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index e37ac38..c8eeeb4 100644 (file)
@@ -169,6 +169,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -229,6 +231,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 390c450..4a6988b 100644 (file)
@@ -161,6 +161,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -221,6 +223,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index f562017..90f617e 100644 (file)
@@ -161,6 +161,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -221,6 +223,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 436de9f..e8875a2 100644 (file)
@@ -161,6 +161,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -221,6 +223,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 800888b..70502d7 100644 (file)
@@ -123,6 +123,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -183,6 +185,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index b8ae2d7..ed63522 100644 (file)
@@ -168,6 +168,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -228,6 +230,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 031e9b9..ff8cb5c 100644 (file)
@@ -147,6 +147,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -207,6 +209,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 89c3229..7a04e80 100644 (file)
@@ -101,6 +101,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -144,6 +146,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@
index 1a94bd0..f74ec8f 100644 (file)
@@ -160,6 +160,8 @@ SIDTARGET_M68K_FALSE = @SIDTARGET_M68K_FALSE@
 SIDTARGET_M68K_TRUE = @SIDTARGET_M68K_TRUE@
 SIDTARGET_MIPS_FALSE = @SIDTARGET_MIPS_FALSE@
 SIDTARGET_MIPS_TRUE = @SIDTARGET_MIPS_TRUE@
+SIDTARGET_MS1_FALSE = @SIDTARGET_MS1_FALSE@
+SIDTARGET_MS1_TRUE = @SIDTARGET_MS1_TRUE@
 SIDTARGET_PPC_FALSE = @SIDTARGET_PPC_FALSE@
 SIDTARGET_PPC_TRUE = @SIDTARGET_PPC_TRUE@
 SIDTARGET_X86_FALSE = @SIDTARGET_X86_FALSE@
@@ -215,6 +217,7 @@ sidtarget_arm = @sidtarget_arm@
 sidtarget_m32r = @sidtarget_m32r@
 sidtarget_m68k = @sidtarget_m68k@
 sidtarget_mips = @sidtarget_mips@
+sidtarget_ms1 = @sidtarget_ms1@
 sidtarget_ppc = @sidtarget_ppc@
 sidtarget_x86 = @sidtarget_x86@
 sidtarget_xstormy16 = @sidtarget_xstormy16@