Makefile revision 126
341N/A# Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. 1064N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 341N/A# This code is free software; you can redistribute it and/or modify it 919N/A# under the terms of the GNU General Public License version 2 only, as 919N/A# published by the Free Software Foundation. Oracle designates this 919N/A# particular file as subject to the "Classpath" exception as provided 919N/A# by Oracle in the LICENSE file that accompanied this code. 919N/A# This code is distributed in the hope that it will be useful, but WITHOUT 919N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 919N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 919N/A# version 2 for more details (a copy is included in the LICENSE file that 919N/A# accompanied this code). 919N/A# You should have received a copy of the GNU General Public License version 919N/A# 2 along with this work; if not, write to the Free Software Foundation, 919N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 919N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 341N/A# On Solaris, the 'make' utility from Sun will not work with these makefiles. 1179N/A# This little rule is only understood by Sun's make, and is harmless 341N/A# when seen by the GNU make tool. If using Sun's make, this causes the 688N/A# and the somewhat misnamed CLASS_VERSION (-target NN) 688N/A# Figure out the platform we are using 688N/A# Where is /java in case we need it 688N/A# Do we have the drops already downloaded? 688N/A# Check ALT_DROPS_DIR for a full path first, 688N/A# before trying to use the devtools path, 970N/A# Add in path to drops already downloaded 1029N/A $(error "\"ant\" not found; please set ANT_HOME or put \"ant\" on your PATH") 965N/A# Default target and expected 'do everything' target 851N/A# All ant targets of interest 341N/A# Create a make target for each 341N/A @
echo "----------------------------------------------------------" 341N/A @
echo "Help information for this Makefile:" 341N/A @
echo " Targets (see ant project information for descriptions):" 493N/A @
echo " Environment or command line variables (all optional):" 341N/A "JAVA_HOME to use when running ant") 341N/A "path to langtools repository dist directory") 922N/A "path to root of output") 922N/A "if set will pass -quiet to ant") 851N/A "JAVA_HOME to use when running ant") 851N/A "if set will pass -verbose to ant") 851N/A @
echo "----------------------------------------------------------" 970N/A @
echo "Ant project file help information:" 963N/A @
echo "----------------------------------------------------------" 963N/A# Targets for Sun's internal JPRT build system # Declare these phony (not filenames)