5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic Updater# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# This code is free software; you can redistribute it and/or modify it
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# under the terms of the GNU General Public License version 2 only, as
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# published by the Free Software Foundation. Oracle designates this
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# particular file as subject to the "Classpath" exception as provided
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# by Oracle in the LICENSE file that accompanied this code.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# This code is distributed in the hope that it will be useful, but WITHOUT
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# version 2 for more details (a copy is included in the LICENSE file that
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# accompanied this code).
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
ca67ebfe9eef0b8f04179f7e511a19e0337a5422Automatic Updater# You should have received a copy of the GNU General Public License version
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# 2 along with this work; if not, write to the Free Software Foundation,
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# or visit www.oracle.com if you need additional information or have any
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# questions.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsLIBRARY_SUPPORTS_FULL_DEBUG_SYMBOLS=1
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsBUILDDIR = ../../..
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsPRODUCT = demo/jvmti
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsDEMONAME = heapViewer
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsinclude $(BUILDDIR)/common/Defs.gmk
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsDEMO_ROOT = $(SHARE_SRC)/demo/jvmti/$(DEMONAME)
28b3569d6248168e6c00caab951521cc8141a49dAutomatic UpdaterDEMO_TOPFILES = ./README.txt
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsDEMO_DESTDIR = $(DEMODIR)/jvmti/$(DEMONAME)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsDEMO_OBJECTS = agent_util.$(OBJECT_SUFFIX)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Demo jar building rules.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsinclude $(BUILDDIR)/common/Demo.gmk
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews