Makefile revision 571
0N/A# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. 0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 0N/A# This code is free software; you can redistribute it and/or modify it 0N/A# under the terms of the GNU General Public License version 2 only, as 0N/A# published by the Free Software Foundation. Sun designates this 0N/A# particular file as subject to the "Classpath" exception as provided 0N/A# by Sun in the LICENSE file that accompanied this code. 0N/A# This code is distributed in the hope that it will be useful, but WITHOUT 0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 0N/A# version 2 for more details (a copy is included in the LICENSE file that 0N/A# accompanied this code). 0N/A# You should have received a copy of the GNU General Public License version 0N/A# 2 along with this work; if not, write to the Free Software Foundation, 0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 0N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 0N/A# CA 95054 USA or visit www.sun.com if you need additional information or 0N/A# have any questions. 0N/A# On Solaris, the 'make' utility from Sun will not work with these makefiles. 0N/A# This little rule is only understood by Sun's make, and is harmless 0N/A# when seen by the GNU make tool. If using Sun's make, this causes the 0N/A# make command to fail. 0N/A# Minimal platform defs 0N/A# Need FullPath because we can't rely on gnumake abspath, until we use v3.81 0N/A# and the somewhat misnamed CLASS_VERSION (-target NN) 440N/A# To facilitate bootstrapping, much of langtools can be compiled with (just) 440N/A# a boot JDK. However, some source files need to be compiled against 440N/A# new JDK API. In a bootstrap build, an import JDK may not be available, 440N/A# so build.xml can also build against the source files in a jdk repo, 440N/A# in which case it will automatically generate stub files for the new JDK API. 0N/A#ABS_OUTPUTDIR = $(abspath $(OUTPUTDIR)) 0N/A# Default target and expected 'do everything' target 0N/A# Standard make clobber target 0N/A# All ant targets of interest 530N/A# Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) 0N/A# Create a make target for each 0N/A#------------------------------------------------------------------- 0N/A# Targets for Sun's internal JPRT build system 0N/A#------------------------------------------------------------------- 0N/A# Declare these phony (not filenames)