From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 30 Sep 2016 16:24:48 +0000 Subject: Makefile.def: Remove libjava. 2016-09-30 Andrew Haley * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662 --- libjava/classpath/doc/.cvsignore | 13 - libjava/classpath/doc/Makefile.am | 141 - libjava/classpath/doc/Makefile.in | 1074 --- libjava/classpath/doc/README.jaxp | 204 - libjava/classpath/doc/api/.cvsignore | 2 - libjava/classpath/doc/api/Makefile.am | 55 - libjava/classpath/doc/api/Makefile.in | 517 -- libjava/classpath/doc/cp-hacking.texinfo | 2081 ------ libjava/classpath/doc/cp-tools.texinfo | 3290 --------- libjava/classpath/doc/cp-vmintegration.texinfo | 1999 ----- libjava/classpath/doc/texi2pod.pl | 478 -- libjava/classpath/doc/texinfo.tex | 9291 ------------------------ 12 files changed, 19145 deletions(-) delete mode 100644 libjava/classpath/doc/.cvsignore delete mode 100644 libjava/classpath/doc/Makefile.am delete mode 100644 libjava/classpath/doc/Makefile.in delete mode 100644 libjava/classpath/doc/README.jaxp delete mode 100644 libjava/classpath/doc/api/.cvsignore delete mode 100644 libjava/classpath/doc/api/Makefile.am delete mode 100644 libjava/classpath/doc/api/Makefile.in delete mode 100644 libjava/classpath/doc/cp-hacking.texinfo delete mode 100644 libjava/classpath/doc/cp-tools.texinfo delete mode 100644 libjava/classpath/doc/cp-vmintegration.texinfo delete mode 100755 libjava/classpath/doc/texi2pod.pl delete mode 100644 libjava/classpath/doc/texinfo.tex (limited to 'libjava/classpath/doc') diff --git a/libjava/classpath/doc/.cvsignore b/libjava/classpath/doc/.cvsignore deleted file mode 100644 index 1c4ea81..0000000 --- a/libjava/classpath/doc/.cvsignore +++ /dev/null @@ -1,13 +0,0 @@ -Makefile -Makefile.in -*.info -*.aux -*.cp -*.dvi -*.fn -*.ky -*.log -*.pg -*.toc -*.tp -*.vr diff --git a/libjava/classpath/doc/Makefile.am b/libjava/classpath/doc/Makefile.am deleted file mode 100644 index 27a378d..0000000 --- a/libjava/classpath/doc/Makefile.am +++ /dev/null @@ -1,141 +0,0 @@ -SUBDIRS = api - -EXTRA_DIST = README.jaxp texi2pod.pl $(man_MANS) - -## GCJ LOCAL: we don't want to install all of Classpath's info files. -## info_TEXINFOS = cp-hacking.texinfo cp-vmintegration.texinfo cp-tools.texinfo -TEXINFO_TEX = ../../gcc/doc/include/texinfo.tex -info_TEXINFOS = cp-tools.texinfo - -# POSIX locale necessary to make grep work; see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586134 -.texinfo.dvi: - LC_ALL=POSIX texi2dvi --build-dir=$(builddir) -o $@ $< - -.dvi.ps: - dvips -o $@ $< - -docs: cp-hacking.ps cp-vmintegration.ps cp-tools.ps $(TOOLS_MANFILES) - -man_MANS = $(TOOLS_MANFILES) -TOOLS_MANFILES = \ - gappletviewer.1 \ - gjar.1 \ - gjarsigner.1 \ - gjavah.1 \ - gcjh.1 \ - gkeytool.1 \ - gnative2ascii.1 \ - gorbd.1 \ - grmid.1 \ - grmiregistry.1 \ - gserialver.1 \ - gtnameserv.1 \ - gjdoc.1 - -POD2MAN = pod2man --center="GNU" --release="$(VERSION)" --date=$(shell sed -n '1s/ .*//p' <$(srcdir)/../ChangeLog) -TEXI2POD = perl $(srcdir)/texi2pod.pl -STAMP = echo timestamp > - -.pod.1: - $(STAMP) $@ - -($(POD2MAN) --section=1 $< > $(@).T$$$$ && \ - mv -f $(@).T$$$$ $@) || \ - (rm -f $(@).T$$$$ && exit 1) - -.INTERMEDIATE: gappletviewer.pod gjarsigner.pod gjar.pod gjavah.pod \ - gkeytool.pod gnative2ascii.pod gorbd.pod grmid.pod grmiregistry.pod \ - gserialver.pod gtnameserv.pod gcjh.pod gjdoc.pod - -gappletviewer.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gappletviewer < $< > $@ - -gjarsigner.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjarsigner < $< > $@ - -gjar.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjar < $< > $@ - -gcjh.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gcjh < $< > $@ - -gjavah.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjavah < $< > $@ - -# hack around the cross references and the enumeration -gkeytool.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gkeytool < $< \ - | sed -e 's/^For more details.*/See I for more details./' \ - -e 's/1\.<\([^>]*\)>/- \1/' \ - > $@ - -gnative2ascii.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gnative2ascii < $< > $@ - -gorbd.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gorbd < $< > $@ - -grmid.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D grmid < $< > $@ - -grmiregistry.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D grmiregistry < $< > $@ - -gserialver.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gserialver < $< > $@ - -gtnameserv.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gtnameserv < $< > $@ - -gjdoc.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjdoc < $< > $@ - -# GCJ LOCAL CHANGE -#CLEANFILES = $(TOOLS_MANFILES) - -# GCJ LOCAL CHANGE -# The following commands allow us to release tarballs with the man pages -# and info documentation prebuilt. This feature is enabled via -# --enable-generated-files-in-srcdir in the configure script. - -if GENINSRC -STAMP_GENINSRC = stamp-geninsrc -else -STAMP_GENINSRC = -endif - -all-local: $(STAMP_GENINSRC) - -stamp-geninsrc: $(TOOLS_MANFILES) cp-tools.info - -cp -p gappletviewer.1 $(srcdir)/gappletviewer.1 - -cp -p gjar.1 $(srcdir)/gjar.1 - -cp -p gjarsigner.1 $(srcdir)/gjarsigner.1 - -cp -p gjavah.1 $(srcdir)/gjavah.1 - -cp -p gjdoc.1 $(srcdir)/gjdoc.1 - -cp -p gkeytool.1 $(srcdir)/gkeytool.1 - -cp -p gnative2ascii.1 $(srcdir)/gnative2ascii.1 - -cp -p gorbd.1 $(srcdir)/gorbd.1 - -cp -p grmid.1 $(srcdir)/grmid.1 - -cp -p grmiregistry.1 $(srcdir)/grmiregistry.1 - -cp -p gserialver.1 $(srcdir)/gserialver.1 - -cp -p gtnameserv.1 $(srcdir)/gtnameserv.1 - -cp -p cp-tools.info $(srcdir)/cp-tools.info - touch $@ - -CLEANFILES = stamp-geninsrc cp-tools.info -MAINTAINERCLEANFILES = \ - $(srcdir)/gappletviewer.1 \ - $(srcdir)/gjar.1 \ - $(srcdir)/gjarsigner.1 \ - $(srcdir)/gjavah.1 \ - $(srcdir)/gjdoc.1 \ - $(srcdir)/gkeytool.1 \ - $(srcdir)/gnative2ascii.1 \ - $(srcdir)/gorbd.1 \ - $(srcdir)/grmid.1 \ - $(srcdir)/grmiregistry.1 \ - $(srcdir)/gserialver.1 \ - $(srcdir)/gtnameserv.1 \ - $(srcdir)/cp-tools.info - -clean-local: - -rm -rf *.t2d diff --git a/libjava/classpath/doc/Makefile.in b/libjava/classpath/doc/Makefile.in deleted file mode 100644 index 1b4008e..0000000 --- a/libjava/classpath/doc/Makefile.in +++ /dev/null @@ -1,1074 +0,0 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ - esac; \ - test $$am__dry = yes; \ - } -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -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 = : -build_triplet = @build@ -host_triplet = @host@ -target_triplet = @target@ -subdir = doc -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \ - $(top_srcdir)/../../config/lead-dot.m4 \ - $(top_srcdir)/../../config/multi.m4 \ - $(top_srcdir)/../../config/no-executables.m4 \ - $(top_srcdir)/../../config/override.m4 \ - $(top_srcdir)/../../libtool.m4 \ - $(top_srcdir)/../../ltoptions.m4 \ - $(top_srcdir)/../../ltsugar.m4 \ - $(top_srcdir)/../../ltversion.m4 \ - $(top_srcdir)/../../lt~obsolete.m4 \ - $(top_srcdir)/m4/ac_prog_antlr.m4 \ - $(top_srcdir)/m4/ac_prog_java.m4 \ - $(top_srcdir)/m4/ac_prog_java_works.m4 \ - $(top_srcdir)/m4/ac_prog_javac.m4 \ - $(top_srcdir)/m4/ac_prog_javac_works.m4 \ - $(top_srcdir)/m4/acattribute.m4 $(top_srcdir)/m4/accross.m4 \ - $(top_srcdir)/m4/acinclude.m4 \ - $(top_srcdir)/m4/ax_create_stdint_h.m4 \ - $(top_srcdir)/m4/ax_func_which_gethostbyname_r.m4 \ - $(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/iconv.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/pkg.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs -CONFIG_HEADER = $(top_builddir)/include/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -INFO_DEPS = cp-tools.info -am__TEXINFO_TEX_DIR = $(srcdir)/../../gcc/doc/include -DVIS = cp-tools.dvi -PDFS = cp-tools.pdf -PSS = cp-tools.ps -HTMLS = cp-tools.html -TEXINFOS = cp-tools.texinfo -TEXI2DVI = texi2dvi -TEXI2PDF = $(TEXI2DVI) --pdf --batch -MAKEINFOHTML = $(MAKEINFO) --html -AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) -DVIPS = dvips -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(man_MANS) -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -ANTLR = @ANTLR@ -ANTLR_JAR = @ANTLR_JAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CAIRO_CFLAGS = @CAIRO_CFLAGS@ -CAIRO_LIBS = @CAIRO_LIBS@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CLASSPATH_CONVENIENCE = @CLASSPATH_CONVENIENCE@ -CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@ -CLASSPATH_MODULE = @CLASSPATH_MODULE@ -COLLECTIONS_PREFIX = @COLLECTIONS_PREFIX@ -CP = @CP@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATE = @DATE@ -DEFAULT_PREFS_PEER = @DEFAULT_PREFS_PEER@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -ECJ_JAR = @ECJ_JAR@ -EGREP = @EGREP@ -ERROR_CFLAGS = @ERROR_CFLAGS@ -EXAMPLESDIR = @EXAMPLESDIR@ -EXEEXT = @EXEEXT@ -EXTRA_CFLAGS = @EXTRA_CFLAGS@ -FGREP = @FGREP@ -FIND = @FIND@ -FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ -FREETYPE2_LIBS = @FREETYPE2_LIBS@ -GCONF_CFLAGS = @GCONF_CFLAGS@ -GCONF_LIBS = @GCONF_LIBS@ -GDK_CFLAGS = @GDK_CFLAGS@ -GDK_LIBS = @GDK_LIBS@ -GJDOC = @GJDOC@ -GLIB_CFLAGS = @GLIB_CFLAGS@ -GLIB_LIBS = @GLIB_LIBS@ -GMP_CFLAGS = @GMP_CFLAGS@ -GMP_LIBS = @GMP_LIBS@ -GREP = @GREP@ -GSTREAMER_BASE_CFLAGS = @GSTREAMER_BASE_CFLAGS@ -GSTREAMER_BASE_LIBS = @GSTREAMER_BASE_LIBS@ -GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ -GSTREAMER_FILE_READER = @GSTREAMER_FILE_READER@ -GSTREAMER_LIBS = @GSTREAMER_LIBS@ -GSTREAMER_MIXER_PROVIDER = @GSTREAMER_MIXER_PROVIDER@ -GSTREAMER_PLUGINS_BASE_CFLAGS = @GSTREAMER_PLUGINS_BASE_CFLAGS@ -GSTREAMER_PLUGINS_BASE_LIBS = @GSTREAMER_PLUGINS_BASE_LIBS@ -GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@ -GTK_CFLAGS = @GTK_CFLAGS@ -GTK_LIBS = @GTK_LIBS@ -INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -JAR = @JAR@ -JAVA = @JAVA@ -JAVAC = @JAVAC@ -JAVAC_IS_GCJ = @JAVAC_IS_GCJ@ -JAVAC_MEM_OPT = @JAVAC_MEM_OPT@ -JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@ -JAY = @JAY@ -JAY_SKELETON = @JAY_SKELETON@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBDEBUG = @LIBDEBUG@ -LIBICONV = @LIBICONV@ -LIBMAGIC = @LIBMAGIC@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIBVERSION = @LIBVERSION@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAKEINFO = @MAKEINFO@ -MKDIR = @MKDIR@ -MKDIR_P = @MKDIR_P@ -MOC = @MOC@ -MOC4 = @MOC4@ -MOZILLA_CFLAGS = @MOZILLA_CFLAGS@ -MOZILLA_LIBS = @MOZILLA_LIBS@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@ -PANGOFT2_LIBS = @PANGOFT2_LIBS@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PATH_TO_ESCHER = @PATH_TO_ESCHER@ -PATH_TO_GLIBJ_ZIP = @PATH_TO_GLIBJ_ZIP@ -PERL = @PERL@ -PKG_CONFIG = @PKG_CONFIG@ -PLUGIN_DIR = @PLUGIN_DIR@ -QT_CFLAGS = @QT_CFLAGS@ -QT_LIBS = @QT_LIBS@ -RANLIB = @RANLIB@ -REMOVE = @REMOVE@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@ -STRIP = @STRIP@ -TOOLSDIR = @TOOLSDIR@ -USER_JAVAH = @USER_JAVAH@ -VERSION = @VERSION@ -WANT_NATIVE_BIG_INTEGER = @WANT_NATIVE_BIG_INTEGER@ -WARNING_CFLAGS = @WARNING_CFLAGS@ -XMKMF = @XMKMF@ -XML_CFLAGS = @XML_CFLAGS@ -XML_LIBS = @XML_LIBS@ -XSLT_CFLAGS = @XSLT_CFLAGS@ -XSLT_LIBS = @XSLT_LIBS@ -XTEST_LIBS = @XTEST_LIBS@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ZIP = @ZIP@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_ANTLR = @ac_ct_ANTLR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -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@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -default_toolkit = @default_toolkit@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -glibjdir = @glibjdir@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -multi_basedir = @multi_basedir@ -nativeexeclibdir = @nativeexeclibdir@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target = @target@ -target_alias = @target_alias@ -target_cpu = @target_cpu@ -target_noncanonical = @target_noncanonical@ -target_os = @target_os@ -target_vendor = @target_vendor@ -toolexecdir = @toolexecdir@ -toolexeclibdir = @toolexeclibdir@ -toolexecmainlibdir = @toolexecmainlibdir@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -uudecode = @uudecode@ -vm_classes = @vm_classes@ -SUBDIRS = api -EXTRA_DIST = README.jaxp texi2pod.pl $(man_MANS) -TEXINFO_TEX = ../../gcc/doc/include/texinfo.tex -info_TEXINFOS = cp-tools.texinfo -man_MANS = $(TOOLS_MANFILES) -TOOLS_MANFILES = \ - gappletviewer.1 \ - gjar.1 \ - gjarsigner.1 \ - gjavah.1 \ - gcjh.1 \ - gkeytool.1 \ - gnative2ascii.1 \ - gorbd.1 \ - grmid.1 \ - grmiregistry.1 \ - gserialver.1 \ - gtnameserv.1 \ - gjdoc.1 - -POD2MAN = pod2man --center="GNU" --release="$(VERSION)" --date=$(shell sed -n '1s/ .*//p' <$(srcdir)/../ChangeLog) -TEXI2POD = perl $(srcdir)/texi2pod.pl -STAMP = echo timestamp > -@GENINSRC_FALSE@STAMP_GENINSRC = - -# GCJ LOCAL CHANGE -#CLEANFILES = $(TOOLS_MANFILES) - -# GCJ LOCAL CHANGE -# The following commands allow us to release tarballs with the man pages -# and info documentation prebuilt. This feature is enabled via -# --enable-generated-files-in-srcdir in the configure script. -@GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc -CLEANFILES = stamp-geninsrc cp-tools.info -MAINTAINERCLEANFILES = \ - $(srcdir)/gappletviewer.1 \ - $(srcdir)/gjar.1 \ - $(srcdir)/gjarsigner.1 \ - $(srcdir)/gjavah.1 \ - $(srcdir)/gjdoc.1 \ - $(srcdir)/gkeytool.1 \ - $(srcdir)/gnative2ascii.1 \ - $(srcdir)/gorbd.1 \ - $(srcdir)/grmid.1 \ - $(srcdir)/grmiregistry.1 \ - $(srcdir)/gserialver.1 \ - $(srcdir)/gtnameserv.1 \ - $(srcdir)/cp-tools.info - -all: all-recursive - -.SUFFIXES: -.SUFFIXES: .1 .dvi .pod .ps .texinfo -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu doc/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -cp-tools.info: cp-tools.texinfo - restore=: && backupdir="$(am__leading_dot)am$$$$" && \ - rm -rf $$backupdir && mkdir $$backupdir && \ - if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ - for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ - if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ - done; \ - else :; fi && \ - if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - -o $@ `test -f 'cp-tools.texinfo' || echo '$(srcdir)/'`cp-tools.texinfo; \ - then \ - rc=0; \ - else \ - rc=$$?; \ - $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ - fi; \ - rm -rf $$backupdir; exit $$rc - -cp-tools.dvi: cp-tools.texinfo - TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2DVI) -o $@ `test -f 'cp-tools.texinfo' || echo '$(srcdir)/'`cp-tools.texinfo - -cp-tools.pdf: cp-tools.texinfo - TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2PDF) -o $@ `test -f 'cp-tools.texinfo' || echo '$(srcdir)/'`cp-tools.texinfo - -cp-tools.html: cp-tools.texinfo - rm -rf $(@:.html=.htp) - if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - -o $(@:.html=.htp) `test -f 'cp-tools.texinfo' || echo '$(srcdir)/'`cp-tools.texinfo; \ - then \ - rm -rf $@; \ - if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ - mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ - else \ - if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ - rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ - exit 1; \ - fi - -uninstall-dvi-am: - @$(NORMAL_UNINSTALL) - @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ - rm -f "$(DESTDIR)$(dvidir)/$$f"; \ - done - -uninstall-html-am: - @$(NORMAL_UNINSTALL) - @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ - rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ - done - -uninstall-info-am: - @$(PRE_UNINSTALL) - @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ - list='$(INFO_DEPS)'; \ - for file in $$list; do \ - relfile=`echo "$$file" | sed 's|^.*/||'`; \ - echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ - if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ - then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ - done; \ - else :; fi - @$(NORMAL_UNINSTALL) - @list='$(INFO_DEPS)'; \ - for file in $$list; do \ - relfile=`echo "$$file" | sed 's|^.*/||'`; \ - relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ - (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ - echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ - rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ - else :; fi); \ - done - -uninstall-pdf-am: - @$(NORMAL_UNINSTALL) - @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ - done - -uninstall-ps-am: - @$(NORMAL_UNINSTALL) - @list='$(PSS)'; test -n "$(psdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ - rm -f "$(DESTDIR)$(psdir)/$$f"; \ - done - -dist-info: $(INFO_DEPS) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - list='$(INFO_DEPS)'; \ - for base in $$list; do \ - case $$base in \ - $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ - esac; \ - if test -f $$base; then d=.; else d=$(srcdir); fi; \ - base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ - for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ - if test -f $$file; then \ - relfile=`expr "$$file" : "$$d/\(.*\)"`; \ - test -f "$(distdir)/$$relfile" || \ - cp -p $$file "$(distdir)/$$relfile"; \ - else :; fi; \ - done; \ - done - -mostlyclean-aminfo: - -rm -rf cp-tools.aux cp-tools.cp cp-tools.cps cp-tools.fn cp-tools.fns \ - cp-tools.ky cp-tools.kys cp-tools.log cp-tools.pg \ - cp-tools.pgs cp-tools.tmp cp-tools.toc cp-tools.tp \ - cp-tools.tps cp-tools.vr cp-tools.vrs - -clean-aminfo: - -test -z "cp-tools.dvi cp-tools.pdf cp-tools.ps cp-tools.html" \ - || rm -rf cp-tools.dvi cp-tools.pdf cp-tools.ps cp-tools.html - -maintainer-clean-aminfo: - @list='$(INFO_DEPS)'; for i in $$list; do \ - i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ - echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ - rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ - done -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - 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; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -check-am: all-am -check: check-recursive -all-am: Makefile $(INFO_DEPS) $(MANS) all-local -installdirs: installdirs-recursive -installdirs-am: - for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi -mostlyclean-generic: - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -clean: clean-recursive - -clean-am: clean-aminfo clean-generic clean-libtool clean-local \ - mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: $(DVIS) - -html: html-recursive - -html-am: $(HTMLS) - -info: info-recursive - -info-am: $(INFO_DEPS) - -install-data-am: install-info-am install-man - -install-dvi: install-dvi-recursive - -install-dvi-am: $(DVIS) - @$(NORMAL_INSTALL) - @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ - done -install-exec-am: - -install-html: install-html-recursive - -install-html-am: $(HTMLS) - @$(NORMAL_INSTALL) - @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ - $(am__strip_dir) \ - d2=$$d$$p; \ - if test -d "$$d2"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ - $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ - echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ - $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ - else \ - list2="$$list2 $$d2"; \ - fi; \ - done; \ - test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ - done; } -install-info: install-info-recursive - -install-info-am: $(INFO_DEPS) - @$(NORMAL_INSTALL) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ - fi; \ - for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - esac; \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ - for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ - $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ - if test -f $$ifile; then \ - echo "$$ifile"; \ - else : ; fi; \ - done; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done - @$(POST_INSTALL) - @if $(am__can_run_installinfo); then \ - list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ - for file in $$list; do \ - relfile=`echo "$$file" | sed 's|^.*/||'`; \ - echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ - install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ - done; \ - else : ; fi -install-man: install-man1 - -install-pdf: install-pdf-recursive - -install-pdf-am: $(PDFS) - @$(NORMAL_INSTALL) - @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done -install-ps: install-ps-recursive - -install-ps-am: $(PSS) - @$(NORMAL_INSTALL) - @list='$(PSS)'; test -n "$(psdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-aminfo \ - maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: $(PDFS) - -ps: ps-recursive - -ps-am: $(PSS) - -uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ - uninstall-man uninstall-pdf-am uninstall-ps-am - -uninstall-man: uninstall-man1 - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am all-local check check-am clean clean-aminfo \ - clean-generic clean-libtool clean-local ctags ctags-recursive \ - dist-info distclean distclean-generic distclean-libtool \ - distclean-tags dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-man1 install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean \ - maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ - mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \ - pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ - uninstall-dvi-am uninstall-html-am uninstall-info-am \ - uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am - - -# POSIX locale necessary to make grep work; see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586134 -.texinfo.dvi: - LC_ALL=POSIX texi2dvi --build-dir=$(builddir) -o $@ $< - -.dvi.ps: - dvips -o $@ $< - -docs: cp-hacking.ps cp-vmintegration.ps cp-tools.ps $(TOOLS_MANFILES) - -.pod.1: - $(STAMP) $@ - -($(POD2MAN) --section=1 $< > $(@).T$$$$ && \ - mv -f $(@).T$$$$ $@) || \ - (rm -f $(@).T$$$$ && exit 1) - -.INTERMEDIATE: gappletviewer.pod gjarsigner.pod gjar.pod gjavah.pod \ - gkeytool.pod gnative2ascii.pod gorbd.pod grmid.pod grmiregistry.pod \ - gserialver.pod gtnameserv.pod gcjh.pod gjdoc.pod - -gappletviewer.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gappletviewer < $< > $@ - -gjarsigner.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjarsigner < $< > $@ - -gjar.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjar < $< > $@ - -gcjh.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gcjh < $< > $@ - -gjavah.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjavah < $< > $@ - -# hack around the cross references and the enumeration -gkeytool.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gkeytool < $< \ - | sed -e 's/^For more details.*/See I for more details./' \ - -e 's/1\.<\([^>]*\)>/- \1/' \ - > $@ - -gnative2ascii.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gnative2ascii < $< > $@ - -gorbd.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gorbd < $< > $@ - -grmid.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D grmid < $< > $@ - -grmiregistry.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D grmiregistry < $< > $@ - -gserialver.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gserialver < $< > $@ - -gtnameserv.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gtnameserv < $< > $@ - -gjdoc.pod: $(srcdir)/cp-tools.texinfo - -$(TEXI2POD) -D gjdoc < $< > $@ - -all-local: $(STAMP_GENINSRC) - -stamp-geninsrc: $(TOOLS_MANFILES) cp-tools.info - -cp -p gappletviewer.1 $(srcdir)/gappletviewer.1 - -cp -p gjar.1 $(srcdir)/gjar.1 - -cp -p gjarsigner.1 $(srcdir)/gjarsigner.1 - -cp -p gjavah.1 $(srcdir)/gjavah.1 - -cp -p gjdoc.1 $(srcdir)/gjdoc.1 - -cp -p gkeytool.1 $(srcdir)/gkeytool.1 - -cp -p gnative2ascii.1 $(srcdir)/gnative2ascii.1 - -cp -p gorbd.1 $(srcdir)/gorbd.1 - -cp -p grmid.1 $(srcdir)/grmid.1 - -cp -p grmiregistry.1 $(srcdir)/grmiregistry.1 - -cp -p gserialver.1 $(srcdir)/gserialver.1 - -cp -p gtnameserv.1 $(srcdir)/gtnameserv.1 - -cp -p cp-tools.info $(srcdir)/cp-tools.info - touch $@ - -clean-local: - -rm -rf *.t2d - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/libjava/classpath/doc/README.jaxp b/libjava/classpath/doc/README.jaxp deleted file mode 100644 index afafb08..0000000 --- a/libjava/classpath/doc/README.jaxp +++ /dev/null @@ -1,204 +0,0 @@ -This file describes the jaxp (xml processing) implementation of GNU Classpath. -GNU Classpath includes interfaces and implementations for basic XML processing -in in the java programming language, some general purpose SAX2 utilities, and -transformation. - -These classes used to be maintained as part of an external project GNU JAXP -but are now integrated with the rest of the core class library provided by -GNU Classpath. - -PACKAGES - -. javax.xml.* ... JAXP 1.3 interfaces - -. gnu.xml.aelfred2.* ... SAX2 parser + validator -. gnu.xml.dom.* ... DOM Level 3 Core, Traversal, XPath implementation -. gnu.xml.dom.ls.* ... DOM Level 3 Load & Save implementation -. gnu.xml.xpath.* ... JAXP XPath implementation -. gnu.xml.transform.* ... JAXP XSL transformer implementation -. gnu.xml.pipeline.* ... SAX2 event pipeline support -. gnu.xml.stream.* ... StAX pull parser and SAX-over-StAX driver -. gnu.xml.util.* ... various XML utility classes -. gnu.xml.libxmlj.dom.* ... libxmlj DOM Level 3 Core and XPath -. gnu.xml.libxmlj.sax.* ... libxmlj SAX parser -. gnu.xml.libxmlj.transform.* ... libxmlj XSL transformer -. gnu.xml.libxmlj.util.* ... libxmlj utility classes - -In the external directory you can find the following packages. -They are not maintained as part of GNU Classpath, but are used by the -classes in the above packages. - -. org.xml.sax.* ... SAX2 interfaces -. org.w3c.dom.* ... DOM Level 3 interfaces -. org.relaxng.datatype.* ... RELAX NG pluggable datatypes API - -CONFORMANCE - - The primary test resources are at http://xmlconf.sourceforge.net - and include: - - SAX2/XML conformance tests - That the "xml.testing.Driver" addresses the core XML 1.0 - specification requirements, which closely correspond to the - functionality SAX1 provides. The driver uses SAX2 APIs to - test that functionality It is used with a bugfixed version of - the NIST/OASIS XML conformance test cases. - - The AElfred2 parser is highly conformant, though it still takes - a few implementation shortcuts. See its package documentation - for information about known XML conformance issues in AElfred2. - - The primary issue is using Unicode character tables, rather than - those in the XML specification, for determining what names are - valid. Most applications won't notice the difference, and this - solution is smaller and faster than the alternative. - - For validation, a secondary issue is that issues relating to - entity modularity are not validated; they can't all be cleanly - layered. For example, validity constraints related to standalone - declarations and PE nesting are not checked. - - The current implementation has also been tested against Elliotte - Rusty Harold's SAXTest test suite (http://www.cafeconleche.org/SAXTest) - and achieves approximately 93% conformance to the SAX specification - according to these tests, higher than any other current Java parser. - - SAX2 - SAX2 API conformance currently has a minimal JUNIT (0.2) test suite, - which can be accessed at the xmlconf site listed above. It does - not cover namespaces or LexicalHandler and Declhandler extensions - anywhere as exhaustively as the SAX1 level functionality is - tested by the "xml.testing.Driver". However: - - - Applying the DOM unit tests to this implementation gives - the LexicalHandler (comments, and boundaries of DTDs, - CDATA sections, and general entities) a workout, and - does the same for DeclHandler entity declarations. - - - The pipeline package's layered validator demands that - element and attribute declarations are reported correctly. - - By those metrics, SAX2 conformance for AElfred2 is also strong. - - DOM Level 3 Core Tests - The DOM implementation has been tested against the W3C DOM Level 3 - Core conformance test suite (http://www.w3.org/DOM/Test/). Current - conformance according to these tests is 72.3%. Many of the test - failures are due to the fact that GNU JAXP does not currently - provide any W3C XML Schema support. - - XSL transformation - The transformer and XPath implementation have been tested against - the OASIS XSLT and XPath TC test suite. Conformance against the - Xalan tests is currently 77%. - - -libxmlj -======================================================================== - -libxmlj is an effort to create a 100% JAXP-compatible Java wrapper for -libxml2 and libxslt. JAXP is the Java API for XML processing, libxml2 -is the XML C library for Gnome, and libxslt is the XSLT C library for -Gnome. - -libxmlj currently supports most of the DOM Level 3 Core, Traversal, and -XPath APIs, SAX2, and XSLT transformations. There is no W3C XML Schema -support yet. - -libxmlj can parse and transform XML documents extremely quickly in -comparison to Java-based JAXP implementations. DOM manipulations, however, -involve JNI overhead, so the speed of DOM tree construction and traversal -can be slower than the Java implementation. - -libxmlj is highly experimental, doesn't always conform to the DOM -specification correctly, and may leak memory. Production use is not advised. - -The implementation can be found in gnu/xml/libxmlj and native/jni/xmlj. -See the INSTALL file for the required versions of libxml2 and libxslt. -configure --enable-xmlj will build it. - -Usage ------------------------------------------------------------------------- - -To enable the various GNU JAXP factories, set the following system properties -(command-line version shown, but they can equally be set programmatically): - - AElfred2: - -Djavax.xml.parsers.SAXParserFactory=gnu.xml.aelfred2.JAXPFactory - - GNU DOM (using DOM Level 3 Load & Save): - -Djavax.xml.parsers.DocumentBuilderFactory=gnu.xml.dom.DomDocumentBuilderFactory - - GNU DOM (using AElfred-only pipeline classes): - -Djavax.xml.parsers.DocumentBuilderFactory=gnu.xml.dom.JAXPFactory - - GNU XSL transformer: - -Djavax.xml.transform.TransformerFactory=gnu.xml.transform.TransformerFactoryImpl - - GNU StAX: - -Djavax.xml.stream.XMLEventFactory=gnu.xml.stream.XMLEventFactoryImpl - -Djavax.xml.stream.XMLInputFactory=gnu.xml.stream.XMLInputFactoryImpl - -Djavax.xml.stream.XMLOutputFactory=gnu.xml.stream.XMLOutputFactoryImpl - - GNU SAX-over-StAX: - -Djavax.xml.parsers.SAXParserFactory=gnu.xml.stream.SAXParserFactory - - libxmlj SAX: - -Djavax.xml.parsers.SAXParserFactory=gnu.xml.libxmlj.sax.GnomeSAXParserFactory - - libxmlj DOM: - -Djavax.xml.parsers.DocumentBuilderFactory=gnu.xml.libxmlj.dom.GnomeDocumentBuilderFactory - - libxmlj XSL transformer: - -Djavax.xml.transform.TransformerFactory=gnu.xml.libxmlj.transform.GnomeTransformerFactory - -When using libxmlj, the libxmlj shared library must be available. -In general it is picked up by the runtime using GNU Classpath. If not you -might want to try adding the directory where libxmlj.so is installed -(by default ${prefix}/lib/classpath/) with ldconfig or specifying in the -LD_LIBRARY_PATH environment variable. Additionally, you may need to specify -the location of your shared libraries to the runtime environment using the -java.library.path system property. - -Missing (libxmlj) Features ------------------------------------------------------------------------- - -See BUGS in native/jni/xmlj for known bugs in the libxmlj native bindings. - -This implementation should be thread-safe, but currently all -transformation requests are queued via Java synchronization, which -means that it effectively performs single-threaded. Long story short, -both libxml2 and libxslt are not fully reentrant. - -Update: it may be possible to make libxmlj thread-safe nonetheless -using thread context variables. - -Update: thread context variables have been introduced. This is very -untested though, libxmlj therefore still has the single thread -bottleneck. - - -Validation -=================================================== - -Pluggable datatypes ---------------------------------------------------- -Validators should use the RELAX NG pluggable datatypes API to retrieve -datatype (XML Schema simple type) implementations in a schema-neutral -fashion. The following code demonstrates looking up a W3C XML Schema -nonNegativeInteger datatype: - - DatatypeLibrary xsd = DatatypeLibraryLoader - .createDatatypeLibrary(XMLConstants.W3C_XML_SCHEMA_NS_URI); - Datatype nonNegativeInteger = xsd.createDatatype("nonNegativeInteger"); - -It is also possible to create new types by derivation. For instance, -to create a datatype that will match a US ZIP code: - - DatatypeBuilder b = xsd.createDatatypeBuilder("string"); - b.addParameter("pattern", "(^[0-9]{5}$)|(^[0-9]{5}-[0-9]{4}$)"); - Datatype zipCode = b.createDatatype(); - -A datatype library implementation for XML Schema is provided; other -library implementations may be added. - diff --git a/libjava/classpath/doc/api/.cvsignore b/libjava/classpath/doc/api/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/libjava/classpath/doc/api/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/libjava/classpath/doc/api/Makefile.am b/libjava/classpath/doc/api/Makefile.am deleted file mode 100644 index 76b35c5..0000000 --- a/libjava/classpath/doc/api/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -if CREATE_API_DOCS -noinst_DATA = html -endif - -sourcepath = $(top_builddir):$(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:$(top_srcdir)/external/jsr166 - -classpathbox = "