Makefile revision 2157
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Copyright 2004-2010 Sun Microsystems, Inc. All Rights Reserved.
f0aad5341752aefe5059832f6cf3abc3283c6e16Tinderbox User# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# This code is free software; you can redistribute it and/or modify it
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# under the terms of the GNU General Public License version 2 only, as
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# published by the Free Software Foundation. Sun designates this
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# particular file as subject to the "Classpath" exception as provided
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# by Sun in the LICENSE file that accompanied this code.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# This code is distributed in the hope that it will be useful, but WITHOUT
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# version 2 for more details (a copy is included in the LICENSE file that
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# accompanied this code).
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# You should have received a copy of the GNU General Public License version
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# 2 along with this work; if not, write to the Free Software Foundation,
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# CA 95054 USA or visit www.sun.com if you need additional information or
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# have any questions.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Makefile for building the jvmti demo(s)
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Can be built in any order, the JRE version of hprof and java_crw_demo are
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# really built in make/java.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# The hprof target here just delivers the sources and README files.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# The java_crw_demo and agent_util files are copied into each demo that