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