Makefile revision 2080
619N/A#
619N/A# Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
619N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
619N/A#
619N/A# This code is free software; you can redistribute it and/or modify it
619N/A# under the terms of the GNU General Public License version 2 only, as
619N/A# published by the Free Software Foundation. Sun designates this
619N/A# particular file as subject to the "Classpath" exception as provided
619N/A# by Sun in the LICENSE file that accompanied this code.
619N/A#
619N/A# This code is distributed in the hope that it will be useful, but WITHOUT
619N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
619N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
619N/A# version 2 for more details (a copy is included in the LICENSE file that
619N/A# accompanied this code).
619N/A#
619N/A# You should have received a copy of the GNU General Public License version
619N/A# 2 along with this work; if not, write to the Free Software Foundation,
619N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
619N/A#
619N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
619N/A# CA 95054 USA or visit www.sun.com if you need additional information or
619N/A# have any questions.
619N/A#
619N/A
619N/ABUILDDIR = ../../..
619N/AMODULE = security-tools
619N/APACKAGE = sun.security.tools
619N/APRODUCT = sun
619N/Ainclude $(BUILDDIR)/common/Defs.gmk
619N/A
619N/A#
619N/A# Files
619N/A#
619N/AAUTO_FILES_JAVA_DIRS = sun/security/tools
619N/A
619N/A#
619N/A# Resources
619N/A#
619N/ALOCALE_SET_DEFINITION = jdk
619N/ARESOURCE_BUNDLES_JAVA = sun/security/tools/JarSignerResources.java
619N/A
619N/A#
619N/A# Rules
619N/A#
619N/Ainclude $(BUILDDIR)/common/Classes.gmk
619N/A
619N/Abuild:
619N/A $(call make-launcher, keytool, sun.security.tools.KeyTool, , )
619N/A $(call make-launcher, policytool, sun.security.tools.PolicyTool, , )
619N/A
619N/A