Makefile revision 206
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f70d7fc7f4398e5dfbbc562c638ddcbbd2ae8b82yoshiki# This code is free software; you can redistribute it and/or modify it
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# under the terms of the GNU General Public License version 2 only, as
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# published by the Free Software Foundation.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# This code is distributed in the hope that it will be useful, but WITHOUT
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# version 2 for more details (a copy is included in the LICENSE file that
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# accompanied this code).
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# You should have received a copy of the GNU General Public License version
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# 2 along with this work; if not, write to the Free Software Foundation,
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
307589cd07294723af44e8b300acc091415e5d12rbowen# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# CA 95054 USA or visit www.sun.com if you need additional information or
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# have any questions.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# Targets are:
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# sparc: Build the 32 bit sparc version in ./sparc
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# sparcv9: Build the 64 bit sparcv9 version in ./sparcv9
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# i386: Build the 32 bit i386 version in ./i386
06ba4a61654b3763ad65f52283832ebf058fdf1cslive echo You must set the environment variable JAVA_HOME before executing this Makefile ; \
307589cd07294723af44e8b300acc091415e5d12rbowen @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
06ba4a61654b3763ad65f52283832ebf058fdf1cslive CC -G -KPIC -I${JAVA_HOME}/include -I${JAVA_HOME}/include/solaris saproc.cpp \
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive CC -G -KPIC -xarch=amd64 -I${JAVA_HOME}/include -I${JAVA_HOME}/include/solaris saproc.cpp \
06ba4a61654b3763ad65f52283832ebf058fdf1cslive @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
06ba4a61654b3763ad65f52283832ebf058fdf1cslive CC -G -KPIC -xarch=v8 -I${JAVA_HOME}/include -I${JAVA_HOME}/include/solaris saproc.cpp \
06ba4a61654b3763ad65f52283832ebf058fdf1cslive @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
06ba4a61654b3763ad65f52283832ebf058fdf1cslive CC -G -KPIC -xarch=v9 -I${JAVA_HOME}/include -I${JAVA_HOME}/include/solaris saproc.cpp \