view j2se/make/com/sun/org/apache/xerces/internal/util/Makefile @ 2:16f2b6c91171 trunk

[svn] Load openjdk/jdk7/b14 into jdk/trunk.
author xiomara
date Fri, 22 Jun 2007 00:46:43 +0000
parents a4ed3fb96592
children 37f131a4a8e7
line wrap: on
line source

#
# Copyright 2003-2004 Sun Microsystems, Inc.  All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#

#
# Makefile for building com.sun.org.apache.xerces.internal.util
#

BUILDDIR = ../../../../../../..
PACKAGE = com.sun.org.apache.xerces.internal
PRODUCT = xerces
include $(BUILDDIR)/common/Defs.gmk

#
# Files to compile
#
FILES_java =\
        $(PKGDIR)/util/SAXMessageFormatter.java \
        $(PKGDIR)/util/AttributesProxy.java \
        $(PKGDIR)/util/DraconianErrorHandler.java \
        $(PKGDIR)/util/ErrorHandlerProxy.java \
        $(PKGDIR)/util/LocatorProxy.java \
        $(PKGDIR)/util/LocatorWrapper.java \
        $(PKGDIR)/util/TeeXMLDocumentFilterImpl.java \
        $(PKGDIR)/util/TypeInfoImpl.java \
        $(PKGDIR)/util/XMLDocumentFilterImpl.java \
        $(PKGDIR)/util/AugmentationsImpl.java \
        $(PKGDIR)/util/DOMEntityResolverWrapper.java \
        $(PKGDIR)/util/DOMErrorHandlerWrapper.java \
        $(PKGDIR)/util/DOMUtil.java \
        $(PKGDIR)/util/DefaultErrorHandler.java \
        $(PKGDIR)/util/EncodingMap.java \
        $(PKGDIR)/util/EntityResolverWrapper.java \
        $(PKGDIR)/util/EntityResolver2Wrapper.java \
        $(PKGDIR)/util/ErrorHandlerWrapper.java \
        $(PKGDIR)/util/IntStack.java \
        $(PKGDIR)/util/MessageFormatter.java \
        $(PKGDIR)/util/NamespaceSupport.java \
        $(PKGDIR)/util/ParserConfigurationSettings.java \
        $(PKGDIR)/util/SecurityManager.java \
        $(PKGDIR)/util/ShadowedSymbolTable.java \
        $(PKGDIR)/util/SymbolHash.java \
        $(PKGDIR)/util/SymbolTable.java \
        $(PKGDIR)/util/SynchronizedSymbolTable.java \
        $(PKGDIR)/util/URI.java \
        $(PKGDIR)/util/XML11Char.java \
        $(PKGDIR)/util/XMLAttributesImpl.java \
        $(PKGDIR)/util/XMLChar.java \
        $(PKGDIR)/util/XMLGrammarPoolImpl.java \
        $(PKGDIR)/util/XMLResourceIdentifierImpl.java \
        $(PKGDIR)/util/XMLStringBuffer.java \
        $(PKGDIR)/util/XMLSymbols.java \
        $(PKGDIR)/util/SAX2XNI.java \
        $(PKGDIR)/util/XMLInputSourceAdaptor.java \
        $(PKGDIR)/util/XMLEntityDescriptionImpl.java \
        $(PKGDIR)/util/XMLErrorCode.java \
        $(PKGDIR)/util/DatatypeMessageFormatter.java \

#
# Resources
#
LOCALE_SET_DEFINITION = j2re

#
# Rules
#
include $(BUILDDIR)/common/Classes.gmk