Makefile revision 3806
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# This code is free software; you can redistribute it and/or modify it
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# under the terms of the GNU General Public License version 2 only, as
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# published by the Free Software Foundation. Oracle designates this
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# particular file as subject to the "Classpath" exception as provided
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# by Oracle in the LICENSE file that accompanied this code.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# This code is distributed in the hope that it will be useful, but WITHOUT
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# version 2 for more details (a copy is included in the LICENSE file that
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# accompanied this code).
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# You should have received a copy of the GNU General Public License version
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# 2 along with this work; if not, write to the Free Software Foundation,
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# or visit www.oracle.com if you need additional information or have any
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# questions.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Makefile to build the SwingApplet demo.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun
BUILDDIR = ../../..
PRODUCT = demo/jfc
DEMONAME = SwingApplet
include $(BUILDDIR)/common/Defs.gmk
DEMO_ROOT = $(SHARE_SRC)/demo/jfc/$(DEMONAME)
DEMO_TOPFILES = ./README.txt ./$(DEMONAME).html
DEMO_MAINCLASS = $(DEMONAME)
DEMO_DESTDIR = $(DEMODIR)/jfc/$(DEMONAME)
#
# Demo jar building rules.
#
include $(BUILDDIR)/common/Demo.gmk