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