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