Makefile revision 2362
375N/A#
375N/A# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
375N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
375N/A#
375N/A# This code is free software; you can redistribute it and/or modify it
375N/A# under the terms of the GNU General Public License version 2 only, as
375N/A# published by the Free Software Foundation. Oracle designates this
375N/A# particular file as subject to the "Classpath" exception as provided
375N/A# by Oracle in the LICENSE file that accompanied this code.
375N/A#
375N/A# This code is distributed in the hope that it will be useful, but WITHOUT
375N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
375N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
375N/A# version 2 for more details (a copy is included in the LICENSE file that
375N/A# accompanied this code).
375N/A#
375N/A# You should have received a copy of the GNU General Public License version
375N/A# 2 along with this work; if not, write to the Free Software Foundation,
375N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
375N/A#
3725N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
375N/A# or visit www.oracle.com if you need additional information or have any
375N/A# questions.
375N/A#
375N/A
375N/ABUILDDIR = ../../..
375N/APRODUCT = demo/jvmti
375N/ADEMONAME = heapTracker
375N/Ainclude $(BUILDDIR)/common/Defs.gmk
844N/A
844N/ADEMO_ROOT = $(SHARE_SRC)/demo/jvmti/$(DEMONAME)
375N/ADEMO_TOPFILES = ./README.txt
1258N/ADEMO_DESTDIR = $(DEMODIR)/jvmti/$(DEMONAME)
375N/A
375N/ADEMO_OBJECTS = agent_util.$(OBJECT_SUFFIX) java_crw_demo.$(OBJECT_SUFFIX)
375N/A
375N/A#
375N/A# Demo jar building rules.
375N/A#
375N/Ainclude $(BUILDDIR)/common/Demo.gmk
375N/A
375N/A