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