#
# Copyright 2003 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.xs
#

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

#
# Files to compile
#
FILES_java =\
        $(PKGDIR)/xs/AttributePSVI.java \
        $(PKGDIR)/xs/ElementPSVI.java \
        $(PKGDIR)/xs/LSInputList.java \
        $(PKGDIR)/xs/PSVIProvider.java \
        $(PKGDIR)/xs/ShortList.java \
        $(PKGDIR)/xs/StringList.java \
        $(PKGDIR)/xs/XSAnnotation.java \
        $(PKGDIR)/xs/XSAttributeDeclaration.java \
        $(PKGDIR)/xs/XSAttributeUse.java \
        $(PKGDIR)/xs/XSComplexTypeDefinition.java \
        $(PKGDIR)/xs/XSConstants.java \
        $(PKGDIR)/xs/XSElementDeclaration.java \
        $(PKGDIR)/xs/XSException.java \
        $(PKGDIR)/xs/XSFacet.java \
        $(PKGDIR)/xs/XSIDCDefinition.java \
        $(PKGDIR)/xs/XSImplementation.java \
        $(PKGDIR)/xs/XSLoader.java \
        $(PKGDIR)/xs/XSModel.java \
        $(PKGDIR)/xs/XSModelGroup.java \
        $(PKGDIR)/xs/XSModelGroupDefinition.java \
        $(PKGDIR)/xs/XSMultiValueFacet.java \
        $(PKGDIR)/xs/XSNamedMap.java \
        $(PKGDIR)/xs/XSNamespaceItem.java \
        $(PKGDIR)/xs/XSNamespaceItemList.java \
        $(PKGDIR)/xs/XSNotationDeclaration.java \
        $(PKGDIR)/xs/XSObject.java \
        $(PKGDIR)/xs/XSObjectList.java \
        $(PKGDIR)/xs/XSParticle.java \
        $(PKGDIR)/xs/XSSimpleTypeDefinition.java \
        $(PKGDIR)/xs/XSTerm.java \
        $(PKGDIR)/xs/XSTypeDefinition.java \
        $(PKGDIR)/xs/XSWildcard.java \

#
# Resources
#
LOCALE_SET_DEFINITION = jre

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

