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