Makefile revision 0
17545N/A#
17545N/A# Copyright 1997-2002 Sun Microsystems, Inc. All Rights Reserved.
17590N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
17311N/A#
17311N/A# This code is free software; you can redistribute it and/or modify it
17311N/A# under the terms of the GNU General Public License version 2 only, as
17311N/A# published by the Free Software Foundation. Sun designates this
17311N/A# particular file as subject to the "Classpath" exception as provided
17311N/A# by Sun in the LICENSE file that accompanied this code.
17311N/A#
17311N/A# This code is distributed in the hope that it will be useful, but WITHOUT
17311N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17311N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17311N/A# version 2 for more details (a copy is included in the LICENSE file that
17311N/A# accompanied this code).
17545N/A#
17545N/A# You should have received a copy of the GNU General Public License version
17590N/A# 2 along with this work; if not, write to the Free Software Foundation,
17311N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17311N/A#
17311N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
17311N/A# CA 95054 USA or visit www.sun.com if you need additional information or
17311N/A# have any questions.
17311N/A#
17311N/A
17311N/A#
17311N/A# Makefile to build the SwingApplet demo.
17311N/A#
17311N/A
17545N/ABUILDDIR = ../../..
17545N/APRODUCT = demo/jfc
17590N/ADEMONAME = SwingApplet
17311N/Ainclude $(BUILDDIR)/common/Defs.gmk
17311N/A
17311N/ADEMO_ROOT = $(SHARE_SRC)/demo/jfc/$(DEMONAME)
17311N/ADEMO_TOPFILES = ./README.txt
17311N/ADEMO_MAINCLASS = $(DEMONAME)
17311N/ADEMO_DESTDIR = $(DEMODIR)/jfc/$(DEMONAME)
17311N/A
17311N/A#
17311N/A# Demo jar building rules.
17311N/A#
17311N/Ainclude $(BUILDDIR)/common/Demo.gmk
20249N/A
20249N/A