OSDN Git Service

2001-07-11 Frank Ch. Eigler <fche@redhat.com>
authorbje <bje>
Sat, 4 Aug 2001 11:57:49 +0000 (11:57 +0000)
committerbje <bje>
Sat, 4 Aug 2001 11:57:49 +0000 (11:57 +0000)
* hw-cpu-arm7t.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-cpu-arm7t.txt: Generate.

2001-06-29  graydon hoare  <graydon@redhat.com>

* hw-cpu-arm7t.xml: Add.

2001-06-28  Jeff Johnston  <jjohnstn@redhat.com>

* arm7f.cxx (arm7f_cpu::arm_tbit_set): Change reference to
debug_exec_p to use new warnings_enabled flag.

2001-06-21  matthew green  <mrg@redhat.com>

* Makefile.am: Formatting consistency.
* Makefile.in: Regenerate.

2001-06-21  matthew green  <mrg@redhat.com>

* Makefile.am (BFDINCLUDES): New define.
(INCLUDES): Add $(BFDINCLUDES)
* Makefile.in: Regenerate.

sid/component/cgen-cpu/arm7t/ChangeLog
sid/component/cgen-cpu/arm7t/Makefile.am
sid/component/cgen-cpu/arm7t/Makefile.in
sid/component/cgen-cpu/arm7t/aclocal.m4
sid/component/cgen-cpu/arm7t/configure
sid/component/cgen-cpu/arm7t/configure.in

index 95d5560..8d5095b 100644 (file)
@@ -6,14 +6,35 @@
 
        * Makefile.am (check-local): Rename target from "checkme".
 
+2001-07-11  Frank Ch. Eigler  <fche@redhat.com>
+
+       * hw-cpu-arm7t.xml: Add <?xml ... ?> prefix.
+
+2001-07-04  graydon hoare  <graydon@redhat.com>
+
+       * configure.in: Add maintainer-mode doc building configury.
+       * configure: Regenerate.
+       * Makefile.am: Add maintainer-mode doc building.
+       * Makefile.in: Regenerate.
+
+2001-07-04  Ben Elliston  <bje@redhat.com>
+
+       * hw-cpu-arm7t.txt: Generate.
+
+2001-06-29  graydon hoare  <graydon@redhat.com>
+
+       * hw-cpu-arm7t.xml: Add.
+
 2001-06-28  Jeff Johnston  <jjohnstn@redhat.com>
 
-        * arm7f.cxx (arm7f_cpu::memory_trap): Remove code under now
-        non-existent debug_exec_p flag.
-        (arm7f_cpu::arm_tbit_set): Change reference to debug_exec_p to 
-       use new warnings_enabled flag.
-        * hw-cpu-arm7t.txt: Change all debug-exec? references to
-       enable-warnings?.
+       * arm7f.cxx (arm7f_cpu::arm_tbit_set): Change reference to
+       debug_exec_p to use new warnings_enabled flag.
+
+2001-06-28  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * arm7f.cxx (arm7f_cpu::memory_trap): Remove code under now
+       non-existent debug_exec_p flag.
+       * hw-cpu-arm7t.txt: Remove all debug-exec? references.
 
 2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
 
 
        * arm7f.cxx (arm7f_cpu::memory_trap): Ignore bus::delayed.
 
+2001-06-21  matthew green  <mrg@redhat.com>
+       
+       * Makefile.am: Formatting consistency.
+       * Makefile.in: Regenerate.
+
+2001-06-21  matthew green  <mrg@redhat.com>
+
+       * Makefile.am (BFDINCLUDES): New define.
+       (INCLUDES): Add $(BFDINCLUDES)
+       * Makefile.in: Regenerate.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index 50959f0..835df9c 100644 (file)
@@ -5,7 +5,8 @@ ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 noinst_LTLIBRARIES = libarm7t.la
 
-INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I../../../include -I$(srcdir)/../../../include
+BFDINCLUDES =  -I../../../../bfd -I$(srcdir)/../../../../include
+INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I../../../include -I$(srcdir)/../../../include $(BFDINCLUDES)
 CXXFLAGS = $(TOP_CXXFLAGS)
 
 pkgdata_DATA = hw-cpu-arm7t.txt
@@ -50,3 +51,6 @@ cgen-arm7f-thumb:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache with-pbb" arm7f thumb arm7tdmi thumb "thumb-" \
        "decode.h decode.cxx semantics.cxx sem-switch.cxx"
+
+html_stylesheet=$(srcdir)/../../component_html.xsl
+include $(srcdir)/../../../config/Makefile.docs
index 4c74da7..9f18d8a 100644 (file)
 # PARTICULAR PURPOSE.
 
 
+# Makefile.docs -*- Makefile -*-
+# Copyright (C) 2001 Red Hat.
+# This file is part of SID and is licensed under the GPL.
+# See the file COPYING.SID for conditions for redistribution.
+#
+# ... to be included in document-building Makefile.am's
+#
+
+
 SHELL = @SHELL@
 
 srcdir = @srcdir@
@@ -68,6 +77,7 @@ DLLTOOL = @DLLTOOL@
 EXEEXT = @EXEEXT@
 LD = @LD@
 LIBTOOL = @LIBTOOL@
+LINKS = @LINKS@
 LN_S = @LN_S@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
@@ -75,14 +85,17 @@ NM = @NM@
 OBJDUMP = @OBJDUMP@
 PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
+SABLOTRON = @SABLOTRON@
 VERSION = @VERSION@
+XSLTPROC = @XSLTPROC@
 
 AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 noinst_LTLIBRARIES = libarm7t.la
 
-INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I../../../include -I$(srcdir)/../../../include
+BFDINCLUDES = -I../../../../bfd -I$(srcdir)/../../../../include
+INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I../../../include -I$(srcdir)/../../../include $(BFDINCLUDES)
 CXXFLAGS = $(TOP_CXXFLAGS)
 
 pkgdata_DATA = hw-cpu-arm7t.txt
@@ -99,6 +112,10 @@ cgendir = $(srcdir)/../../../../cgen
 CGENFLAGS = -v
 
 CGEN_ALL = cgen-arm cgen-arm7f cgen-arm7f-arm cgen-arm7f-thumb
+
+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 = 
@@ -116,6 +133,11 @@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_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 =  ChangeLog Makefile.am Makefile.in aclocal.m4 configure \
@@ -134,8 +156,8 @@ OBJECTS = $(libarm7t_la_OBJECTS)
 
 all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .cxx .lo .o .s
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
+.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)
@@ -458,6 +480,16 @@ cgen-arm7f-thumb:
        arm "with-multiple-isa with-scache with-pbb" arm7f thumb arm7tdmi thumb "thumb-" \
        "decode.h decode.cxx semantics.cxx sem-switch.cxx"
 
+@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) $< $@
+
+@MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@.html.txt:
+@MAINTAINER_MODE_TRUE@@HAVE_LINKS_TRUE@        links -dump $< > $@
+@MAINTAINER_MODE_TRUE@@HAVE_LINKS_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 711182d..f300daf 100644 (file)
@@ -577,3 +577,30 @@ AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
 dnl This is just to silence aclocal about the macro not being used
 ifelse([AC_DISABLE_FAST_INSTALL])dnl
 
+dnl docbuild.m4  -*- m4 -*-
+
+dnl Copyright (C) 2001 Red Hat.
+dnl This file is part of SID and is licensed under the GPL.
+dnl See the file COPYING.SID for conditions for redistribution.
+
+dnl Use RH_DOCBUILD_CHECK in configure.in to configure support for
+dnl building docs from xml/sgml source, when in maintainer mode.
+
+dnl 
+
+AC_DEFUN(RH_DOCBUILD_CHECK, [
+
+dnl check for presence of "links" text web browser
+AC_CHECK_PROG(LINKS,links,true,false)
+AM_CONDITIONAL(HAVE_LINKS, test x$LINKS = xtrue)
+
+dnl check for presence of "xsltproc" XSLT processor
+AC_CHECK_PROG(XSLTPROC,xsltproc,true,false)
+AM_CONDITIONAL(HAVE_XSLTPROC, test x$XSLTPROC = xtrue)
+
+dnl check for presence of "sablotron" XSLT processor
+AC_CHECK_PROG(SABLOTRON,sabcmd,true,false)
+AM_CONDITIONAL(HAVE_SABLOTRON, test x$SABLOTRON = xtrue)
+
+])
+
index ffb1278..7a908be 100755 (executable)
@@ -2150,6 +2150,130 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
 cross_compiling=$ac_cv_prog_cxx_cross
 
 
+
+
+# Extract the first word of "links", so it can be a program name with args.
+set dummy links; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:2159: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_LINKS'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  if test -n "$LINKS"; then
+  ac_cv_prog_LINKS="$LINKS" # Let the user override the test.
+else
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_prog_LINKS="true"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  test -z "$ac_cv_prog_LINKS" && ac_cv_prog_LINKS="false"
+fi
+fi
+LINKS="$ac_cv_prog_LINKS"
+if test -n "$LINKS"; then
+  echo "$ac_t""$LINKS" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+
+
+if test x$LINKS = xtrue; then
+  HAVE_LINKS_TRUE=
+  HAVE_LINKS_FALSE='#'
+else
+  HAVE_LINKS_TRUE='#'
+  HAVE_LINKS_FALSE=
+fi
+
+# Extract the first word of "xsltproc", so it can be a program name with args.
+set dummy xsltproc; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:2199: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_XSLTPROC'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  if test -n "$XSLTPROC"; then
+  ac_cv_prog_XSLTPROC="$XSLTPROC" # Let the user override the test.
+else
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_prog_XSLTPROC="true"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  test -z "$ac_cv_prog_XSLTPROC" && ac_cv_prog_XSLTPROC="false"
+fi
+fi
+XSLTPROC="$ac_cv_prog_XSLTPROC"
+if test -n "$XSLTPROC"; then
+  echo "$ac_t""$XSLTPROC" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+
+
+if test x$XSLTPROC = xtrue; then
+  HAVE_XSLTPROC_TRUE=
+  HAVE_XSLTPROC_FALSE='#'
+else
+  HAVE_XSLTPROC_TRUE='#'
+  HAVE_XSLTPROC_FALSE=
+fi
+
+# Extract the first word of "sabcmd", so it can be a program name with args.
+set dummy sabcmd; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:2239: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_SABLOTRON'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  if test -n "$SABLOTRON"; then
+  ac_cv_prog_SABLOTRON="$SABLOTRON" # Let the user override the test.
+else
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_prog_SABLOTRON="true"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  test -z "$ac_cv_prog_SABLOTRON" && ac_cv_prog_SABLOTRON="false"
+fi
+fi
+SABLOTRON="$ac_cv_prog_SABLOTRON"
+if test -n "$SABLOTRON"; then
+  echo "$ac_t""$SABLOTRON" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+
+
+if test x$SABLOTRON = xtrue; then
+  HAVE_SABLOTRON_TRUE=
+  HAVE_SABLOTRON_FALSE='#'
+else
+  HAVE_SABLOTRON_TRUE='#'
+  HAVE_SABLOTRON_FALSE=
+fi
+
+
+
 trap '' 1 2 15
 cat > confcache <<\EOF
 # This file is a shell script that caches the results of configure
@@ -2332,6 +2456,15 @@ s%@LIBTOOL@%$LIBTOOL%g
 s%@CXX@%$CXX%g
 s%@CXXCPP@%$CXXCPP%g
 s%@EXEEXT@%$EXEEXT%g
+s%@LINKS@%$LINKS%g
+s%@HAVE_LINKS_TRUE@%$HAVE_LINKS_TRUE%g
+s%@HAVE_LINKS_FALSE@%$HAVE_LINKS_FALSE%g
+s%@XSLTPROC@%$XSLTPROC%g
+s%@HAVE_XSLTPROC_TRUE@%$HAVE_XSLTPROC_TRUE%g
+s%@HAVE_XSLTPROC_FALSE@%$HAVE_XSLTPROC_FALSE%g
+s%@SABLOTRON@%$SABLOTRON%g
+s%@HAVE_SABLOTRON_TRUE@%$HAVE_SABLOTRON_TRUE%g
+s%@HAVE_SABLOTRON_FALSE@%$HAVE_SABLOTRON_FALSE%g
 
 CEOF
 EOF
@@ -2340,7 +2473,7 @@ cat >> $CONFIG_STATUS <<\EOF
 
 # Split the substitutions into bite-sized pieces for seds with
 # small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
+ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script.
 ac_file=1 # Number of current file.
 ac_beg=1 # First line for current file.
 ac_end=$ac_max_sed_cmds # Line after last line for current file.
index 799a754..7c5dfac 100644 (file)
@@ -12,5 +12,8 @@ AC_PROG_CXXCPP
 AC_EXEEXT
 AC_LANG_CPLUSPLUS
 
+dnl building docs
+RH_DOCBUILD_CHECK
+
 dnl Outputs
 AC_OUTPUT(Makefile)