aboutsummaryrefslogtreecommitdiff
path: root/libjava/external/sax/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/external/sax/Makefile.in')
-rw-r--r--libjava/external/sax/Makefile.in861
1 files changed, 861 insertions, 0 deletions
diff --git a/libjava/external/sax/Makefile.in b/libjava/external/sax/Makefile.in
new file mode 100644
index 0000000..d1c3219
--- /dev/null
+++ b/libjava/external/sax/Makefile.in
@@ -0,0 +1,861 @@
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004 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@
+
+SOURCES = $(libsax_convenience_la_SOURCES)
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+top_builddir = ../..
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+INSTALL = @INSTALL@
+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 = external/sax
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/../config/accross.m4 \
+ $(top_srcdir)/../config/acx.m4 \
+ $(top_srcdir)/../config/gcc-version.m4 \
+ $(top_srcdir)/../config/gxx-include-dir.m4 \
+ $(top_srcdir)/../config/iconv.m4 \
+ $(top_srcdir)/../config/lcmessage.m4 \
+ $(top_srcdir)/../config/lib-ld.m4 \
+ $(top_srcdir)/../config/lib-link.m4 \
+ $(top_srcdir)/../config/lib-prefix.m4 $(top_srcdir)/pkg.m4 \
+ $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/../config/no-executables.m4 \
+ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+CONFIG_HEADER = $(top_builddir)/include/config.h \
+ $(top_builddir)/gcj/libgcj-config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+libsax_convenience_la_LIBADD =
+am__dirstamp = $(am__leading_dot)dirstamp
+am_libsax_convenience_la_OBJECTS = \
+ org/xml/sax/SAXNotSupportedException.lo \
+ org/xml/sax/helpers/NamespaceSupport.lo \
+ org/xml/sax/helpers/AttributesImpl.lo \
+ org/xml/sax/helpers/LocatorImpl.lo \
+ org/xml/sax/helpers/DefaultHandler.lo \
+ org/xml/sax/helpers/AttributeListImpl.lo \
+ org/xml/sax/helpers/ParserFactory.lo \
+ org/xml/sax/helpers/NewInstance.lo \
+ org/xml/sax/helpers/XMLFilterImpl.lo \
+ org/xml/sax/helpers/ParserAdapter.lo \
+ org/xml/sax/helpers/XMLReaderAdapter.lo \
+ org/xml/sax/helpers/XMLReaderFactory.lo \
+ org/xml/sax/HandlerBase.lo org/xml/sax/SAXException.lo \
+ org/xml/sax/ContentHandler.lo \
+ org/xml/sax/SAXNotRecognizedException.lo \
+ org/xml/sax/ErrorHandler.lo org/xml/sax/AttributeList.lo \
+ org/xml/sax/Locator.lo org/xml/sax/Attributes.lo \
+ org/xml/sax/SAXParseException.lo org/xml/sax/XMLFilter.lo \
+ org/xml/sax/EntityResolver.lo org/xml/sax/XMLReader.lo \
+ org/xml/sax/ext/Locator2.lo org/xml/sax/ext/LexicalHandler.lo \
+ org/xml/sax/ext/Attributes2Impl.lo \
+ org/xml/sax/ext/DeclHandler.lo org/xml/sax/ext/Attributes2.lo \
+ org/xml/sax/ext/EntityResolver2.lo \
+ org/xml/sax/ext/Locator2Impl.lo \
+ org/xml/sax/ext/DefaultHandler2.lo org/xml/sax/InputSource.lo \
+ org/xml/sax/DocumentHandler.lo org/xml/sax/DTDHandler.lo \
+ org/xml/sax/Parser.lo
+libsax_convenience_la_OBJECTS = $(am_libsax_convenience_la_OBJECTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/gcj
+depcomp = $(SHELL) $(top_srcdir)/../depcomp
+am__depfiles_maybe = depfiles
+GCJCOMPILE = $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS)
+LTGCJCOMPILE = $(LIBTOOL) --mode=compile $(GCJ) $(AM_GCJFLAGS) \
+ $(GCJFLAGS)
+GCJLD = $(GCJ)
+GCJLINK = $(LIBTOOL) --mode=link $(GCJLD) $(AM_GCJFLAGS) $(GCJFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libsax_convenience_la_SOURCES)
+DIST_SOURCES = $(libsax_convenience_la_SOURCES)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
+AR = @AR@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BACKTRACESPEC = @BACKTRACESPEC@
+CAIRO_CFLAGS = @CAIRO_CFLAGS@
+CAIRO_LIBS = @CAIRO_LIBS@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CHECKREFSPEC = @CHECKREFSPEC@
+CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@
+COMPPATH = @COMPPATH@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DIRLTDL = @DIRLTDL@
+DIVIDESPEC = @DIVIDESPEC@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXCEPTIONSPEC = @EXCEPTIONSPEC@
+EXEEXT = @EXEEXT@
+GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@
+GCDEPS = @GCDEPS@
+GCINCS = @GCINCS@
+GCJ = @GCJ@
+GCJDEPMODE = @GCJDEPMODE@
+GCJFLAGS = @GCJFLAGS@
+GCJH = @GCJH@
+GCJVERSION = @GCJVERSION@
+GCLIBS = @GCLIBS@
+GCSPEC = @GCSPEC@
+GCTESTSPEC = @GCTESTSPEC@
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_LIBS = @GLIB_LIBS@
+GTK_AWT_FALSE = @GTK_AWT_FALSE@
+GTK_AWT_TRUE = @GTK_AWT_TRUE@
+GTK_CAIRO_FALSE = @GTK_CAIRO_FALSE@
+GTK_CAIRO_TRUE = @GTK_CAIRO_TRUE@
+GTK_CFLAGS = @GTK_CFLAGS@
+GTK_LIBS = @GTK_LIBS@
+HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
+IEEESPEC = @IEEESPEC@
+INCLTDL = @INCLTDL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INTERPRETER = @INTERPRETER@
+JC1GCSPEC = @JC1GCSPEC@
+LDFLAGS = @LDFLAGS@
+LIBART_CFLAGS = @LIBART_CFLAGS@
+LIBART_LIBS = @LIBART_LIBS@
+LIBFFI = @LIBFFI@
+LIBFFIINCS = @LIBFFIINCS@
+LIBGCJDEBUG = @LIBGCJDEBUG@
+LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
+LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
+LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
+LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
+LIBGCJ_LD_SYMBOLIC = @LIBGCJ_LD_SYMBOLIC@
+LIBICONV = @LIBICONV@
+LIBLTDL = @LIBLTDL@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+LTLIBICONV = @LTLIBICONV@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+MAKEINFO = @MAKEINFO@
+NATIVE_FALSE = @NATIVE_FALSE@
+NATIVE_TRUE = @NATIVE_TRUE@
+NEEDS_DATA_START_FALSE = @NEEDS_DATA_START_FALSE@
+NEEDS_DATA_START_TRUE = @NEEDS_DATA_START_TRUE@
+OBJEXT = @OBJEXT@
+ONESTEP_FALSE = @ONESTEP_FALSE@
+ONESTEP_TRUE = @ONESTEP_TRUE@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
+PANGOFT2_LIBS = @PANGOFT2_LIBS@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PERL = @PERL@
+PKG_CONFIG = @PKG_CONFIG@
+PLATFORM_INNER_NAT_HDRS = @PLATFORM_INNER_NAT_HDRS@
+RANLIB = @RANLIB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+SUPPLY_BACKTRACE_FALSE = @SUPPLY_BACKTRACE_FALSE@
+SUPPLY_BACKTRACE_TRUE = @SUPPLY_BACKTRACE_TRUE@
+SYSDEP_SOURCES = @SYSDEP_SOURCES@
+SYSTEMSPEC = @SYSTEMSPEC@
+SYS_ZLIBS = @SYS_ZLIBS@
+TESTSUBDIR_FALSE = @TESTSUBDIR_FALSE@
+TESTSUBDIR_TRUE = @TESTSUBDIR_TRUE@
+THREADCXXFLAGS = @THREADCXXFLAGS@
+THREADDEPS = @THREADDEPS@
+THREADINCS = @THREADINCS@
+THREADLDFLAGS = @THREADLDFLAGS@
+THREADLIBS = @THREADLIBS@
+THREADSPEC = @THREADSPEC@
+TOOLKIT = @TOOLKIT@
+USING_BOEHMGC_FALSE = @USING_BOEHMGC_FALSE@
+USING_BOEHMGC_TRUE = @USING_BOEHMGC_TRUE@
+USING_DARWIN_CRT_FALSE = @USING_DARWIN_CRT_FALSE@
+USING_DARWIN_CRT_TRUE = @USING_DARWIN_CRT_TRUE@
+USING_ECOS_PLATFORM_FALSE = @USING_ECOS_PLATFORM_FALSE@
+USING_ECOS_PLATFORM_TRUE = @USING_ECOS_PLATFORM_TRUE@
+USING_GCC_FALSE = @USING_GCC_FALSE@
+USING_GCC_TRUE = @USING_GCC_TRUE@
+USING_NOGC_FALSE = @USING_NOGC_FALSE@
+USING_NOGC_TRUE = @USING_NOGC_TRUE@
+USING_NO_THREADS_FALSE = @USING_NO_THREADS_FALSE@
+USING_NO_THREADS_TRUE = @USING_NO_THREADS_TRUE@
+USING_POSIX_PLATFORM_FALSE = @USING_POSIX_PLATFORM_FALSE@
+USING_POSIX_PLATFORM_TRUE = @USING_POSIX_PLATFORM_TRUE@
+USING_POSIX_THREADS_FALSE = @USING_POSIX_THREADS_FALSE@
+USING_POSIX_THREADS_TRUE = @USING_POSIX_THREADS_TRUE@
+USING_WIN32_PLATFORM_FALSE = @USING_WIN32_PLATFORM_FALSE@
+USING_WIN32_PLATFORM_TRUE = @USING_WIN32_PLATFORM_TRUE@
+USING_WIN32_THREADS_FALSE = @USING_WIN32_THREADS_FALSE@
+USING_WIN32_THREADS_TRUE = @USING_WIN32_THREADS_TRUE@
+VERSION = @VERSION@
+XLIB_AWT_FALSE = @XLIB_AWT_FALSE@
+XLIB_AWT_TRUE = @XLIB_AWT_TRUE@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ZINCS = @ZINCS@
+ZIP = @ZIP@
+ZLIBS = @ZLIBS@
+ZLIBSPEC = @ZLIBSPEC@
+ZLIBTESTSPEC = @ZLIBTESTSPEC@
+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_GCJ = @ac_ct_GCJ@
+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__fastdepGCJ_FALSE = @am__fastdepGCJ_FALSE@
+am__fastdepGCJ_TRUE = @am__fastdepGCJ_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@
+gcc_version = @gcc_version@
+gcc_version_full = @gcc_version_full@
+gcc_version_trigger = @gcc_version_trigger@
+gxx_include_dir = @gxx_include_dir@
+here = @here@
+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@
+libgcj_basedir = @libgcj_basedir@
+libstdcxx_incdir = @libstdcxx_incdir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+mkinstalldirs = @mkinstalldirs@
+oldincludedir = @oldincludedir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+subdirs = @subdirs@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_noncanonical = @target_noncanonical@
+target_os = @target_os@
+target_vendor = @target_vendor@
+tool_include_dir = @tool_include_dir@
+toolexecdir = @toolexecdir@
+toolexeclibdir = @toolexeclibdir@
+toolexecmainlibdir = @toolexecmainlibdir@
+AUTOMAKE_OPTIONS = foreign subdir-objects
+GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated -fbootclasspath=$(BOOTCLASSPATH)
+BOOTCLASSPATH = $(here)'$(CLASSPATH_SEPARATOR)'$(srcdir)'$(CLASSPATH_SEPARATOR)'$(top_srcdir)'$(CLASSPATH_SEPARATOR)'$(top_builddir)
+AM_GCJFLAGS = \
+ -B$(top_builddir) \
+ @LIBGCJ_JAVAFLAGS@ \
+ -fclasspath= -fbootclasspath=$(BOOTCLASSPATH) \
+ --encoding=UTF-8 \
+ -Wno-deprecated
+
+noinst_LTLIBRARIES = libsax_convenience.la
+libsax_convenience_la_SOURCES = \
+org/xml/sax/SAXNotSupportedException.java \
+org/xml/sax/helpers/NamespaceSupport.java \
+org/xml/sax/helpers/AttributesImpl.java \
+org/xml/sax/helpers/LocatorImpl.java \
+org/xml/sax/helpers/DefaultHandler.java \
+org/xml/sax/helpers/AttributeListImpl.java \
+org/xml/sax/helpers/ParserFactory.java \
+org/xml/sax/helpers/NewInstance.java \
+org/xml/sax/helpers/XMLFilterImpl.java \
+org/xml/sax/helpers/ParserAdapter.java \
+org/xml/sax/helpers/XMLReaderAdapter.java \
+org/xml/sax/helpers/XMLReaderFactory.java \
+org/xml/sax/HandlerBase.java \
+org/xml/sax/SAXException.java \
+org/xml/sax/ContentHandler.java \
+org/xml/sax/SAXNotRecognizedException.java \
+org/xml/sax/ErrorHandler.java \
+org/xml/sax/AttributeList.java \
+org/xml/sax/Locator.java \
+org/xml/sax/Attributes.java \
+org/xml/sax/SAXParseException.java \
+org/xml/sax/XMLFilter.java \
+org/xml/sax/EntityResolver.java \
+org/xml/sax/XMLReader.java \
+org/xml/sax/ext/Locator2.java \
+org/xml/sax/ext/LexicalHandler.java \
+org/xml/sax/ext/Attributes2Impl.java \
+org/xml/sax/ext/DeclHandler.java \
+org/xml/sax/ext/Attributes2.java \
+org/xml/sax/ext/EntityResolver2.java \
+org/xml/sax/ext/Locator2Impl.java \
+org/xml/sax/ext/DefaultHandler2.java \
+org/xml/sax/InputSource.java \
+org/xml/sax/DocumentHandler.java \
+org/xml/sax/DTDHandler.java \
+org/xml/sax/Parser.java
+
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .java .lo .o .obj
+$(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 \
+ && exit 0; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign external/sax/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --foreign external/sax/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
+
+clean-noinstLTLIBRARIES:
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ @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
+org/xml/sax/$(am__dirstamp):
+ @$(mkdir_p) org/xml/sax
+ @: > org/xml/sax/$(am__dirstamp)
+org/xml/sax/$(DEPDIR)/$(am__dirstamp):
+ @$(mkdir_p) org/xml/sax/$(DEPDIR)
+ @: > org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/SAXNotSupportedException.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/$(am__dirstamp):
+ @$(mkdir_p) org/xml/sax/helpers
+ @: > org/xml/sax/helpers/$(am__dirstamp)
+org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp):
+ @$(mkdir_p) org/xml/sax/helpers/$(DEPDIR)
+ @: > org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/NamespaceSupport.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/AttributesImpl.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/LocatorImpl.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/DefaultHandler.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/AttributeListImpl.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/ParserFactory.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/NewInstance.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/XMLFilterImpl.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/ParserAdapter.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/XMLReaderAdapter.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/helpers/XMLReaderFactory.lo: \
+ org/xml/sax/helpers/$(am__dirstamp) \
+ org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/HandlerBase.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/SAXException.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ContentHandler.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/SAXNotRecognizedException.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ErrorHandler.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/AttributeList.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/Locator.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/Attributes.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/SAXParseException.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/XMLFilter.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/EntityResolver.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/XMLReader.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/$(am__dirstamp):
+ @$(mkdir_p) org/xml/sax/ext
+ @: > org/xml/sax/ext/$(am__dirstamp)
+org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp):
+ @$(mkdir_p) org/xml/sax/ext/$(DEPDIR)
+ @: > org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/Locator2.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/LexicalHandler.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/Attributes2Impl.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/DeclHandler.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/Attributes2.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/EntityResolver2.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/Locator2Impl.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/ext/DefaultHandler2.lo: org/xml/sax/ext/$(am__dirstamp) \
+ org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/InputSource.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/DocumentHandler.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/DTDHandler.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+org/xml/sax/Parser.lo: org/xml/sax/$(am__dirstamp) \
+ org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+libsax_convenience.la: $(libsax_convenience_la_OBJECTS) $(libsax_convenience_la_DEPENDENCIES)
+ $(GCJLINK) $(libsax_convenience_la_LDFLAGS) $(libsax_convenience_la_OBJECTS) $(libsax_convenience_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+ -rm -f org/xml/sax/AttributeList.$(OBJEXT)
+ -rm -f org/xml/sax/AttributeList.lo
+ -rm -f org/xml/sax/Attributes.$(OBJEXT)
+ -rm -f org/xml/sax/Attributes.lo
+ -rm -f org/xml/sax/ContentHandler.$(OBJEXT)
+ -rm -f org/xml/sax/ContentHandler.lo
+ -rm -f org/xml/sax/DTDHandler.$(OBJEXT)
+ -rm -f org/xml/sax/DTDHandler.lo
+ -rm -f org/xml/sax/DocumentHandler.$(OBJEXT)
+ -rm -f org/xml/sax/DocumentHandler.lo
+ -rm -f org/xml/sax/EntityResolver.$(OBJEXT)
+ -rm -f org/xml/sax/EntityResolver.lo
+ -rm -f org/xml/sax/ErrorHandler.$(OBJEXT)
+ -rm -f org/xml/sax/ErrorHandler.lo
+ -rm -f org/xml/sax/HandlerBase.$(OBJEXT)
+ -rm -f org/xml/sax/HandlerBase.lo
+ -rm -f org/xml/sax/InputSource.$(OBJEXT)
+ -rm -f org/xml/sax/InputSource.lo
+ -rm -f org/xml/sax/Locator.$(OBJEXT)
+ -rm -f org/xml/sax/Locator.lo
+ -rm -f org/xml/sax/Parser.$(OBJEXT)
+ -rm -f org/xml/sax/Parser.lo
+ -rm -f org/xml/sax/SAXException.$(OBJEXT)
+ -rm -f org/xml/sax/SAXException.lo
+ -rm -f org/xml/sax/SAXNotRecognizedException.$(OBJEXT)
+ -rm -f org/xml/sax/SAXNotRecognizedException.lo
+ -rm -f org/xml/sax/SAXNotSupportedException.$(OBJEXT)
+ -rm -f org/xml/sax/SAXNotSupportedException.lo
+ -rm -f org/xml/sax/SAXParseException.$(OBJEXT)
+ -rm -f org/xml/sax/SAXParseException.lo
+ -rm -f org/xml/sax/XMLFilter.$(OBJEXT)
+ -rm -f org/xml/sax/XMLFilter.lo
+ -rm -f org/xml/sax/XMLReader.$(OBJEXT)
+ -rm -f org/xml/sax/XMLReader.lo
+ -rm -f org/xml/sax/ext/Attributes2.$(OBJEXT)
+ -rm -f org/xml/sax/ext/Attributes2.lo
+ -rm -f org/xml/sax/ext/Attributes2Impl.$(OBJEXT)
+ -rm -f org/xml/sax/ext/Attributes2Impl.lo
+ -rm -f org/xml/sax/ext/DeclHandler.$(OBJEXT)
+ -rm -f org/xml/sax/ext/DeclHandler.lo
+ -rm -f org/xml/sax/ext/DefaultHandler2.$(OBJEXT)
+ -rm -f org/xml/sax/ext/DefaultHandler2.lo
+ -rm -f org/xml/sax/ext/EntityResolver2.$(OBJEXT)
+ -rm -f org/xml/sax/ext/EntityResolver2.lo
+ -rm -f org/xml/sax/ext/LexicalHandler.$(OBJEXT)
+ -rm -f org/xml/sax/ext/LexicalHandler.lo
+ -rm -f org/xml/sax/ext/Locator2.$(OBJEXT)
+ -rm -f org/xml/sax/ext/Locator2.lo
+ -rm -f org/xml/sax/ext/Locator2Impl.$(OBJEXT)
+ -rm -f org/xml/sax/ext/Locator2Impl.lo
+ -rm -f org/xml/sax/helpers/AttributeListImpl.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/AttributeListImpl.lo
+ -rm -f org/xml/sax/helpers/AttributesImpl.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/AttributesImpl.lo
+ -rm -f org/xml/sax/helpers/DefaultHandler.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/DefaultHandler.lo
+ -rm -f org/xml/sax/helpers/LocatorImpl.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/LocatorImpl.lo
+ -rm -f org/xml/sax/helpers/NamespaceSupport.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/NamespaceSupport.lo
+ -rm -f org/xml/sax/helpers/NewInstance.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/NewInstance.lo
+ -rm -f org/xml/sax/helpers/ParserAdapter.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/ParserAdapter.lo
+ -rm -f org/xml/sax/helpers/ParserFactory.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/ParserFactory.lo
+ -rm -f org/xml/sax/helpers/XMLFilterImpl.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/XMLFilterImpl.lo
+ -rm -f org/xml/sax/helpers/XMLReaderAdapter.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/XMLReaderAdapter.lo
+ -rm -f org/xml/sax/helpers/XMLReaderFactory.$(OBJEXT)
+ -rm -f org/xml/sax/helpers/XMLReaderFactory.lo
+
+distclean-compile:
+ -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/AttributeList.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/Attributes.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/ContentHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/DTDHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/DocumentHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/EntityResolver.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/ErrorHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/HandlerBase.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/InputSource.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/Locator.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/Parser.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXException.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXNotRecognizedException.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXNotSupportedException.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXParseException.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/XMLFilter.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/XMLReader.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Attributes2.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Attributes2Impl.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/DeclHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/DefaultHandler2.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/EntityResolver2.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/LexicalHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Locator2.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Locator2Impl.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/AttributeListImpl.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/AttributesImpl.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/DefaultHandler.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/LocatorImpl.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/NamespaceSupport.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/NewInstance.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/ParserAdapter.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/ParserFactory.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/XMLFilterImpl.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/XMLReaderAdapter.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/XMLReaderFactory.Plo@am__quote@
+
+.java.o:
+@am__fastdepGCJ_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
+@am__fastdepGCJ_TRUE@ if $(GCJCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
+@am__fastdepGCJ_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepGCJ_FALSE@ $(GCJCOMPILE) -c -o $@ $<
+
+.java.obj:
+@am__fastdepGCJ_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
+@am__fastdepGCJ_TRUE@ if $(GCJCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
+@am__fastdepGCJ_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepGCJ_FALSE@ $(GCJCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+.java.lo:
+@am__fastdepGCJ_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
+@am__fastdepGCJ_TRUE@ if $(LTGCJCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
+@am__fastdepGCJ_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepGCJ_FALSE@ $(LTGCJCOMPILE) -c -o $@ $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+ -rm -rf org/xml/sax/.libs org/xml/sax/_libs
+ -rm -rf org/xml/sax/ext/.libs org/xml/sax/ext/_libs
+ -rm -rf org/xml/sax/helpers/.libs org/xml/sax/helpers/_libs
+
+distclean-libtool:
+ -rm -f libtool
+uninstall-info-am:
+
+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
+
+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; }'`; \
+ 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) $(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 "$(CTAGS_ARGS)$$tags$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$tags $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @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
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES) all-local
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+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:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -rm -f org/xml/sax/$(DEPDIR)/$(am__dirstamp)
+ -rm -f org/xml/sax/$(am__dirstamp)
+ -rm -f org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
+ -rm -f org/xml/sax/ext/$(am__dirstamp)
+ -rm -f org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
+ -rm -f org/xml/sax/helpers/$(am__dirstamp)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ mostlyclean-am
+
+distclean: distclean-am
+ -rm -rf org/xml/sax/$(DEPDIR) org/xml/sax/ext/$(DEPDIR) org/xml/sax/helpers/$(DEPDIR)
+ -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-libtool distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -rf org/xml/sax/$(DEPDIR) org/xml/sax/ext/$(DEPDIR) org/xml/sax/helpers/$(DEPDIR)
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool mostlyclean-local
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
+ clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
+ distclean distclean-compile distclean-generic \
+ distclean-libtool distclean-tags distdir 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-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
+ mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
+ pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
+
+
+all-local: classes.stamp
+
+classes.stamp: $(libsax_convenience_la_SOURCES)
+ here=`pwd`; cd $(srcdir); \
+ $(GCJ_WITH_FLAGS) -C -d $$here $(libsax_convenience_la_SOURCES)
+ echo > classes.stamp
+
+mostlyclean-local:
+ find . -name '*.class' | xargs rm
+ rm classes.stamp
+# 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: