#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#
# Definitions for Linux.
#
# Default for COMPILER_WARNINGS_FATAL on Linux (C & C++ compiler warnings)
COMPILER_WARNINGS_FATAL=false
# Linux should use parallel compilation for best build times
# Indication that we are doing an incremental build.
# This may trigger the creation of make depend files.
INCREMENTAL_BUILD = false
# FullPath just makes sure it never ends with a / and no duplicates
# OptFullPath: Absolute path name of a dir that might not initially exist.
# Location on system where jdk installs might be
# UNIXCOMMAND_PATH: path to where the most common Unix commands are.
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
UNIXCOMMAND_PATH = /bin/
# USRBIN_PATH: path to where the most common Unix commands are.
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
# UNIXCCS_PATH: path to where the Solaris ported UNIX commands can be found
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
# SLASH_JAVA: location of all network accessable files
SLASH_JAVA :=$(ALT_SLASH_JAVA)
else
# JDK_DEVTOOLS_DIR: common path for all the java devtools
else
# COMPILER_PATH: path to where the compiler and tools are installed.
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
# OPENWIN_HOME: path to where the X11 environment is installed.
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
# DEVTOOLS_PATH: for other tools required for building (such as zip, etc.)
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
# _BOOTDIR1: First choice for a Bootstrap JDK, previous released JDK.
# _BOOTDIR2: Second choice
# Always build headless on Linux
BUILD_HEADLESS = true
# Set ZLIB_LIBS if not already set
# GCC29_COMPILER_PATH: is the path to where the gcc 2.9 compiler is installed
# NOTE: Must end with / so that it could be empty, allowing PATH usage.
else
# Import JDK images allow for partial builds, components not built are
# imported (or copied from) these import areas when needed.
# BUILD_JDK_IMPORT_PATH: location of JDK install trees to import for
# multiple platforms, e.g. windows-i586, solaris-sparc, linux-586, etc.
else
# JDK_IMPORT_PATH: location of JDK install tree (this version) to import
else
# HOTSPOT_IMPORT_PATH: location of hotspot pre-built files
else
# HOTSPOT_CLIENT_PATH: location of client jvm library file.
else
# HOTSPOT_SERVER_PATH: location of server jvm library file.
else
# Special define for checking the binaries
# Debug builds should downgrade warnings to just info
# Macro to check it's input file for banned dependencies and verify the
# binary built properly. Relies on process exit code.
( \
fi && \
)
else
( \
)