Makefile revision 178
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# This code is free software; you can redistribute it and/or modify it
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# under the terms of the GNU General Public License version 2 only, as
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# published by the Free Software Foundation.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# This code is distributed in the hope that it will be useful, but WITHOUT
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# version 2 for more details (a copy is included in the LICENSE file that
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# accompanied this code).
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# You should have received a copy of the GNU General Public License version
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# 2 along with this work; if not, write to the Free Software Foundation,
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# CA 95054 USA or visit www.sun.com if you need additional information or
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# have any questions.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# This guards against adding broken .java files to the directory
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# hierarchy, but may be a pain to keep in sync
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Generated using the build-pkglist script
FILELIST = \
CPS := :
# tools.jar is needed by the JDI - SA binding
@javac -source 1.4 -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
@rmic -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
@javac -source 1.4 -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
@rmic -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
@rm -f $@
@echo $(ALLFILES) > $@
docs:
clean::