797N/A# Copyright (c) 2007, 2010, Oracle and/or its affiliates. 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 553N/A# published by the Free Software Foundation. Oracle designates this 0N/A# particular file as subject to the "Classpath" exception as provided 553N/A# by Oracle 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. 553N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 581N/A# On Solaris, the standard 'make' utility will not work with these makefiles. 581N/A# This little rule is only understood by Solaris make, and is harmless 581N/A# when seen by the GNU make tool. If using Solaris 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 587N/A# Where is unwanted output to be delivered? 587N/A# On Windows, MKS uses the special file "NUL", cygwin uses the customary unix file. 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#------------------------------------------------------------------- 581N/A# Targets for Oracle's internal JPRT build system 0N/A#------------------------------------------------------------------- 0N/A# Declare these phony (not filenames)