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