da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# This code is free software; you can redistribute it and/or modify it
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# under the terms of the GNU General Public License version 2 only, as
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# published by the Free Software Foundation. Oracle designates this
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# particular file as subject to the "Classpath" exception as provided
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# by Oracle in the LICENSE file that accompanied this code.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# This code is distributed in the hope that it will be useful, but WITHOUT
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# version 2 for more details (a copy is included in the LICENSE file that
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# accompanied this code).
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You should have received a copy of the GNU General Public License version
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# 2 along with this work; if not, write to the Free Software Foundation,
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# or visit www.oracle.com if you need additional information or have any
ed9aabc708901eb85fb058aacbd851c0fd958a16Gordon Ross# questions.
ed9aabc708901eb85fb058aacbd851c0fd958a16Gordon Ross#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwBUILDDIR = ../..
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwPRODUCT = demo/jpda
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwDEMONAME = jpda
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwinclude $(BUILDDIR)/common/Defs.gmk
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwDEMO_ROOT = $(SHARE_SRC)/classes
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwDEMO_PKGDIR = com/sun/tools/example
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwDEMO_TOPFILES = ./com/sun/tools/example/README
9fb67ea305c66b6a297583b9b0db6796b0dfe497afshin salek ardakani - Sun Microsystems - Irvine United StatesDEMO_DESTDIR = $(DEMODIR)/jpda
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwDEMO_JAR_NAME = examples.jar
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwDEMO_ONLY_SRC = true
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
ed9aabc708901eb85fb058aacbd851c0fd958a16Gordon Ross#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Demo jar building rules.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
include $(BUILDDIR)/common/Demo.gmk