Makefile revision 0
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# This code is free software; you can redistribute it and/or modify it
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# under the terms of the GNU General Public License version 2 only, as
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# published by the Free Software Foundation. Sun designates this
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# particular file as subject to the "Classpath" exception as provided
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# by Sun in the LICENSE file that accompanied this code.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# This code is distributed in the hope that it will be useful, but WITHOUT
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# version 2 for more details (a copy is included in the LICENSE file that
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# accompanied this code).
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac#
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# You should have received a copy of the GNU General Public License version
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# 2 along with this work; if not, write to the Free Software Foundation,
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# CA 95054 USA or visit www.sun.com if you need additional information or
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# have any questions.
88b21ceea35c266dd8f33fbafd9973d443efe96fmrossign#
91c1c33da74bf7248cbf46057d5721f53fef2cf4matthew
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Makefile for building the jconsole-plugin
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
0d397efc4b781ef5b60108708fa1131467d2c3c8gbellato
0d397efc4b781ef5b60108708fa1131467d2c3c8gbellatoBUILDDIR = ../../..
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffPRODUCT = demo/scripting
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffDEMONAME = jconsole-plugin
0d397efc4b781ef5b60108708fa1131467d2c3c8gbellatoinclude $(BUILDDIR)/common/Defs.gmk
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
0d397efc4b781ef5b60108708fa1131467d2c3c8gbellatoDEMO_ROOT = $(SHARE_SRC)/demo/scripting/$(DEMONAME)
0d397efc4b781ef5b60108708fa1131467d2c3c8gbellatoDEMO_TOPFILES = ./README.txt ./build.xml
4d325b0e734b14038f641390866198852cb8a3dfludovicpDEMO_SRCDIR = $(DEMO_ROOT)/src
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffDEMO_DESTDIR = $(DEMODIR)/scripting/$(DEMONAME)
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Demo jar building rules.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
e371bf13d3f899f1de594880fafe67b990d65899JnRouvignacinclude $(BUILDDIR)/common/Demo.gmk
e371bf13d3f899f1de594880fafe67b990d65899JnRouvignac
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff