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