Makefile revision 1674
3952N/A#
3952N/A# Copyright 1996-2009 Sun Microsystems, Inc. All Rights Reserved.
3952N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3952N/A#
3952N/A# This code is free software; you can redistribute it and/or modify it
3952N/A# under the terms of the GNU General Public License version 2 only, as
3952N/A# published by the Free Software Foundation. Sun designates this
3952N/A# particular file as subject to the "Classpath" exception as provided
3952N/A# by Sun in the LICENSE file that accompanied this code.
3952N/A#
3952N/A# This code is distributed in the hope that it will be useful, but WITHOUT
3952N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3952N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3952N/A# version 2 for more details (a copy is included in the LICENSE file that
3952N/A# accompanied this code).
3952N/A#
3952N/A# You should have received a copy of the GNU General Public License version
3952N/A# 2 along with this work; if not, write to the Free Software Foundation,
3952N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3952N/A#
3952N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
3952N/A# CA 95054 USA or visit www.sun.com if you need additional information or
4305N/A# have any questions.
6318N/A#
5185N/A
5185N/ABUILDDIR = ../../..
5185N/APACKAGE = sun.security.other
3952N/APRODUCT = sun
3952N/Ainclude $(BUILDDIR)/common/Defs.gmk
3952N/A
3952N/A#
5185N/A# Files
3952N/A#
3952N/AAUTO_FILES_JAVA_DIRS = \
3952N/A sun/security/acl \
3952N/A sun/security/jca \
3952N/A sun/security/pkcs \
3952N/A sun/security/pkcs12 \
3952N/A sun/security/provider \
3952N/A sun/security/rsa \
3952N/A sun/security/ssl \
3952N/A sun/security/timestamp \
3952N/A sun/security/validator \
3952N/A sun/security/x509 \
3952N/A com/sun/net/ssl/internal/ssl
3952N/A
3952N/A#
3952N/A# EC classes used by the packages above
3952N/A#
3952N/AFILES_java += \
4115N/A sun/security/ec/ECKeyFactory.java \
3952N/A sun/security/ec/ECParameters.java \
4115N/A sun/security/ec/ECPrivateKeyImpl.java \
4115N/A sun/security/ec/ECPublicKeyImpl.java \
3952N/A sun/security/ec/NamedCurve.java
4115N/A
4115N/A#
4115N/A# Rules
4115N/A#
4115N/Ainclude $(BUILDDIR)/common/Classes.gmk
3952N/A