Makefile revision 1365
2867N/A#
2867N/A# Copyright 1995-2005 Sun Microsystems, Inc. All Rights Reserved.
2867N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2867N/A#
2867N/A# This code is free software; you can redistribute it and/or modify it
2867N/A# under the terms of the GNU General Public License version 2 only, as
2867N/A# published by the Free Software Foundation. Sun designates this
2867N/A# particular file as subject to the "Classpath" exception as provided
2867N/A# by Sun in the LICENSE file that accompanied this code.
2867N/A#
2867N/A# This code is distributed in the hope that it will be useful, but WITHOUT
2867N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2867N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
2867N/A# version 2 for more details (a copy is included in the LICENSE file that
2867N/A# accompanied this code).
2867N/A#
2867N/A# You should have received a copy of the GNU General Public License version
2867N/A# 2 along with this work; if not, write to the Free Software Foundation,
2867N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2867N/A#
2867N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
3017N/A# CA 95054 USA or visit www.sun.com if you need additional information or
2867N/A# have any questions.
2867N/A#
2867N/A
2867N/A#
2867N/A# Makefile for appletviewer classes, wrappers, and resources.
2867N/A#
2867N/A
2867N/ABUILDDIR = ../..
2867N/APACKAGE = sun.applet
2867N/APRODUCT = sun
2867N/Ainclude $(BUILDDIR)/common/Defs.gmk
2867N/A
2867N/A# This program must contain a manifest that defines the execution level
2867N/A# needed to follow standard Vista User Access Control Guidelines
2867N/A# This must be set before Program.gmk is included
2867N/A#
2867N/ABUILD_MANIFEST=true
2867N/A
2867N/A#
2867N/A# Files to compile.
2867N/A#
2867N/AAUTO_FILES_JAVA_DIRS = sun/applet
2867N/A
2867N/A#
2867N/A# Resources
2867N/A#
2867N/ALOCALE_SET_DEFINITION = jre
2867N/ARESOURCE_BUNDLES_JAVA = sun/applet/resources/MsgAppletViewer.java
2867N/A
2867N/A#
2867N/A# Rules
2867N/A#
2867N/Ainclude $(BUILDDIR)/common/Classes.gmk
2867N/A
2867N/A