common/autoconf/spec.gmk.in
author ihse
Wed, 09 Sep 2015 09:36:39 +0200
changeset 32460 9e9bffb3029a
parent 30415 c5629d65265d
child 32559 8a1504b43ad8
child 33943 e7c2c3694189
permissions -rw-r--r--
8065912: Better handling of classpath in build-infra Reviewed-by: erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
29173
ad065cf432e9 8074099: Even with toolchain type clang, OBJC is set to gcc
ihse
parents: 28909
diff changeset
     2
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    26
# Configured @DATE_WHEN_CONFIGURED@ to build
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    27
# for target system @OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    28
#   (called @OPENJDK_TARGET_AUTOCONF_NAME@ by autoconf)
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    29
# on build system @OPENJDK_BUILD_OS@-@OPENJDK_BUILD_CPU@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    30
#   (called @OPENJDK_BUILD_AUTOCONF_NAME@ by autoconf)
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    31
# using 'configure @CONFIGURE_COMMAND_LINE@'
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    32
22716
cf32fe2eb254 8034199: Add 'reconfigure' target for re-creating a configuration
ihse
parents: 22714
diff changeset
    33
# The command line given to configure.
cf32fe2eb254 8034199: Add 'reconfigure' target for re-creating a configuration
ihse
parents: 22714
diff changeset
    34
CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@
cf32fe2eb254 8034199: Add 'reconfigure' target for re-creating a configuration
ihse
parents: 22714
diff changeset
    35
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    36
# A self-referential reference to this file.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    37
SPEC:=@SPEC@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    38
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    39
# What make to use for main processing, after bootstrapping top-level Makefile.
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    40
MAKE := @MAKE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    41
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    42
# The default make arguments
29788
b581a3d9db41 8076465: New Init.gmk needs improvements
ihse
parents: 29663
diff changeset
    43
MAKE_ARGS = $(MAKE_LOG_FLAGS) -r -R -I $(TOPDIR)/make/common SPEC=$(SPEC) \
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    44
    MAKE_LOG_FLAGS="$(MAKE_LOG_FLAGS)" LOG_LEVEL=$(LOG_LEVEL)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    45
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
    46
OUTPUT_SYNC_SUPPORTED:=@OUTPUT_SYNC_SUPPORTED@
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
    47
OUTPUT_SYNC:=@OUTPUT_SYNC@
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
    48
28602
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    49
# Override the shell with bash
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    50
BASH:=@BASH@
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    51
BASH_ARGS:=@BASH_ARGS@
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    52
SHELL:=$(BASH) $(BASH_ARGS)
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    53
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    54
# The "human readable" name of this configuration
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    55
CONF_NAME:=@CONF_NAME@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    56
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    57
# The built jdk will run in this target system.
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    58
OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 26907
diff changeset
    59
OPENJDK_TARGET_OS_TYPE:=@OPENJDK_TARGET_OS_TYPE@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
    60
OPENJDK_TARGET_OS_ENV:=@OPENJDK_TARGET_OS_ENV@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    61
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    62
OPENJDK_TARGET_CPU:=@OPENJDK_TARGET_CPU@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    63
OPENJDK_TARGET_CPU_ARCH:=@OPENJDK_TARGET_CPU_ARCH@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    64
OPENJDK_TARGET_CPU_BITS:=@OPENJDK_TARGET_CPU_BITS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    65
OPENJDK_TARGET_CPU_ENDIAN:=@OPENJDK_TARGET_CPU_ENDIAN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    66
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    67
COMPILE_TYPE:=@COMPILE_TYPE@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    68
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    69
# Legacy support
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    70
OPENJDK_TARGET_CPU_ISADIR:=@OPENJDK_TARGET_CPU_ISADIR@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    71
OPENJDK_TARGET_CPU_LIBDIR:=@OPENJDK_TARGET_CPU_LIBDIR@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    72
OPENJDK_TARGET_CPU_LEGACY:=@OPENJDK_TARGET_CPU_LEGACY@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    73
OPENJDK_TARGET_CPU_LEGACY_LIB:=@OPENJDK_TARGET_CPU_LEGACY_LIB@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    74
OPENJDK_TARGET_CPU_OSARCH:=@OPENJDK_TARGET_CPU_OSARCH@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    75
OPENJDK_TARGET_CPU_JLI_CFLAGS:=@OPENJDK_TARGET_CPU_JLI_CFLAGS@
21055
d52217bb8e80 8016096: [macosx] jawt_md.h shipped with jdk is outdated
dholmes
parents: 20654
diff changeset
    76
OPENJDK_TARGET_OS_EXPORT_DIR:=@OPENJDK_TARGET_OS_EXPORT_DIR@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    77
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    78
# We are building on this build system.
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    79
# When not cross-compiling, it is the same as the target.
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    80
OPENJDK_BUILD_OS:=@OPENJDK_BUILD_OS@
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 26907
diff changeset
    81
OPENJDK_BUILD_OS_TYPE:=@OPENJDK_BUILD_OS_TYPE@
25882
bd4315f0084b 8022177: Windows/MSYS builds broken
erikj
parents: 25854
diff changeset
    82
OPENJDK_BUILD_OS_ENV:=@OPENJDK_BUILD_OS_ENV@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    83
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    84
OPENJDK_BUILD_CPU:=@OPENJDK_BUILD_CPU@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    85
OPENJDK_BUILD_CPU_ARCH:=@OPENJDK_BUILD_CPU_ARCH@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    86
OPENJDK_BUILD_CPU_BITS:=@OPENJDK_BUILD_CPU_BITS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    87
OPENJDK_BUILD_CPU_ENDIAN:=@OPENJDK_BUILD_CPU_ENDIAN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    88
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    89
# Legacy OS values for use in release file.
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    90
REQUIRED_OS_NAME:=@REQUIRED_OS_NAME@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    91
REQUIRED_OS_VERSION:=@REQUIRED_OS_VERSION@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    92
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    93
@SET_OPENJDK@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    94
LIBM:=-lm
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    95
LIBDL:=@LIBDL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    96
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    97
# colon or semicolon
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    98
PATH_SEP:=@PATH_SEP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    99
28809
6481e27e00ee 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 28606
diff changeset
   100
# Save the original path before replacing it with the Visual Studio tools
6481e27e00ee 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 28606
diff changeset
   101
ORIGINAL_PATH:=@ORIGINAL_PATH@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   102
ifeq ($(OPENJDK_TARGET_OS), windows)
28809
6481e27e00ee 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 28606
diff changeset
   103
  # On Windows, the Visual Studio toolchain needs the PATH to be adjusted
6481e27e00ee 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 28606
diff changeset
   104
  # to include Visual Studio tools (this needs to be in cygwin/msys style).
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   105
  export PATH:=@VS_PATH@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   106
endif
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   107
23428
3c8a05bf4656 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents: 23423
diff changeset
   108
SYSROOT_CFLAGS := @SYSROOT_CFLAGS@
3c8a05bf4656 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents: 23423
diff changeset
   109
SYSROOT_LDFLAGS := @SYSROOT_LDFLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   110
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   111
# Paths to the source code
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   112
ADD_SRC_ROOT:=@ADD_SRC_ROOT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   113
OVERRIDE_SRC_ROOT:=@OVERRIDE_SRC_ROOT@
22722
03797b5d2ba3 8035495: Improvements in autoconf integration
ihse
parents: 22721
diff changeset
   114
03797b5d2ba3 8035495: Improvements in autoconf integration
ihse
parents: 22721
diff changeset
   115
# The top-level directory of the forest (SRC_ROOT is a traditional alias)
03797b5d2ba3 8035495: Improvements in autoconf integration
ihse
parents: 22721
diff changeset
   116
TOPDIR:=@TOPDIR@
29663
74ff65003536 8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents: 29662
diff changeset
   117
# These two versions of TOPDIR are used in string comparisons
74ff65003536 8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents: 29662
diff changeset
   118
ORIGINAL_TOPDIR:=@ORIGINAL_TOPDIR@
74ff65003536 8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents: 29662
diff changeset
   119
CANONICAL_TOPDIR:=@CANONICAL_TOPDIR@
22722
03797b5d2ba3 8035495: Improvements in autoconf integration
ihse
parents: 22721
diff changeset
   120
SRC_ROOT:=@TOPDIR@
03797b5d2ba3 8035495: Improvements in autoconf integration
ihse
parents: 22721
diff changeset
   121
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   122
OUTPUT_ROOT:=@OUTPUT_ROOT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   123
JDK_TOPDIR:=@JDK_TOPDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   124
LANGTOOLS_TOPDIR:=@LANGTOOLS_TOPDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   125
CORBA_TOPDIR:=@CORBA_TOPDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   126
JAXP_TOPDIR:=@JAXP_TOPDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   127
JAXWS_TOPDIR:=@JAXWS_TOPDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   128
HOTSPOT_TOPDIR:=@HOTSPOT_TOPDIR@
15903
bc0e6cd9d760 8008914: Add nashorn to the tl build
jjg
parents: 15581
diff changeset
   129
NASHORN_TOPDIR:=@NASHORN_TOPDIR@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   130
COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   131
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   132
# Information gathered from the version.numbers file.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   133
JDK_MAJOR_VERSION:=@JDK_MAJOR_VERSION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   134
JDK_MINOR_VERSION:=@JDK_MINOR_VERSION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   135
JDK_MICRO_VERSION:=@JDK_MICRO_VERSION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   136
JDK_UPDATE_VERSION:=@JDK_UPDATE_VERSION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   137
JDK_BUILD_NUMBER:=@JDK_BUILD_NUMBER@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   138
MILESTONE:=@MILESTONE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   139
LAUNCHER_NAME:=@LAUNCHER_NAME@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   140
PRODUCT_NAME:=@PRODUCT_NAME@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   141
PRODUCT_SUFFIX:=@PRODUCT_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   142
JDK_RC_PLATFORM_NAME:=@JDK_RC_PLATFORM_NAME@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   143
COMPANY_NAME:=@COMPANY_NAME@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   144
MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   145
MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@
20275
bdf86ab49b78 8005924: Make it possible to set both --with-user-release-suffix and --with-build-number
erikj
parents: 19760
diff changeset
   146
USER_RELEASE_SUFFIX=@USER_RELEASE_SUFFIX@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   147
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   148
# Different version strings generated from the above information.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   149
JDK_VERSION:=@JDK_VERSION@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   150
RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   151
COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
15055
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   152
# These variables need to be generated here so that MILESTONE and
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   153
# JDK_BUILD_NUMBER can be overridden on the make command line.
22711
e24d19c865ed 8032632: Wrong version for the first jdk8 fcs build
erikj
parents: 22709
diff changeset
   154
ifeq ($(MILESTONE), fcs)
15055
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   155
  RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   156
else
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   157
  RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   158
endif
20275
bdf86ab49b78 8005924: Make it possible to set both --with-user-release-suffix and --with-build-number
erikj
parents: 19760
diff changeset
   159
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   160
ifneq ($(USER_RELEASE_SUFFIX), )
15055
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   161
  FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER)
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   162
else
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   163
  FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER)
25fc052ccadd 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
erikj
parents: 14810
diff changeset
   164
endif
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   165
JRE_RELEASE_VERSION:=$(FULL_VERSION)
29862
3dc68ba14011 8077847: Better handling of Windows executable manifest version
ihse
parents: 29790
diff changeset
   166
JDK_VERSION_FOR_MANIFEST := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(if $(JDK_UPDATE_VERSION),$(JDK_UPDATE_VERSION),0).$(COOKED_BUILD_NUMBER)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   167
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   168
# How to compile the code: release, fastdebug or slowdebug
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   169
DEBUG_LEVEL:=@DEBUG_LEVEL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   170
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   171
# This is the JDK variant to build.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   172
# The JDK variant is a name for a specific set of modules to be compiled for the JDK.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   173
JDK_VARIANT:=@JDK_VARIANT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   174
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   175
# Should we compile support for running with a graphical UI? (ie headful)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   176
# Should we compile support for running without? (ie headless)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   177
SUPPORT_HEADFUL:=@SUPPORT_HEADFUL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   178
SUPPORT_HEADLESS:=@SUPPORT_HEADLESS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   179
# Legacy defines controlled by the SUPPORT_HEADLESS and SUPPORT_HEADFUL options.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   180
@BUILD_HEADLESS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   181
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   182
# These are the libjvms that we want to build.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   183
# The java launcher uses the default.
14810
4e7fee179b4a 7190137: Add support for JVM_VARIANT minimal1
dholmes
parents: 14379
diff changeset
   184
# The others can be selected by specifying -client -server -minimal1 -kernel -zero or -zeroshark
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   185
# on the java launcher command line.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   186
JVM_VARIANTS:=@JVM_VARIANTS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   187
JVM_VARIANT_SERVER:=@JVM_VARIANT_SERVER@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   188
JVM_VARIANT_CLIENT:=@JVM_VARIANT_CLIENT@
14810
4e7fee179b4a 7190137: Add support for JVM_VARIANT minimal1
dholmes
parents: 14379
diff changeset
   189
JVM_VARIANT_MINIMAL1:=@JVM_VARIANT_MINIMAL1@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   190
JVM_VARIANT_KERNEL:=@JVM_VARIANT_KERNEL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   191
JVM_VARIANT_ZERO:=@JVM_VARIANT_ZERO@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   192
JVM_VARIANT_ZEROSHARK:=@JVM_VARIANT_ZEROSHARK@
22460
0273c023680c 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents: 18018
diff changeset
   193
JVM_VARIANT_CORE:=@JVM_VARIANT_CORE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   194
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   195
# Universal binaries on macosx
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   196
MACOSX_UNIVERSAL=@MACOSX_UNIVERSAL@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   197
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   198
# Legacy setting: -debug or -fastdebug
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   199
# Still used in version string...
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   200
BUILD_VARIANT_RELEASE:=@BUILD_VARIANT_RELEASE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   201
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   202
# JDK_OUTPUTDIR specifies where a working jvm is built.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   203
# You can run $(JDK_OUTPUTDIR)/bin/java
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   204
# Though the layout of the contents of $(JDK_OUTPUTDIR) is not
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   205
# yet the same as a default installation.
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   206
#
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   207
# When you run "make install" it will create the standardized
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   208
# layout for the jdk and the jre inside the IMAGES_OUTPUTDIR subdir.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   209
# Then it will copy the contents of the jdk into the installation
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   210
# directory.
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   211
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   212
BUILD_OUTPUT:=@BUILD_OUTPUT@
16578
7a35b47cb9e5 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents: 15914
diff changeset
   213
# Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   214
SUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/support
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   215
BUILDTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/buildtools
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   216
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   217
HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   218
JDK_OUTPUTDIR=$(BUILD_OUTPUT)/jdk
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   219
IMAGES_OUTPUTDIR=$(BUILD_OUTPUT)/images
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 28285
diff changeset
   220
TESTMAKE_OUTPUTDIR=$(BUILD_OUTPUT)/test-make
26548
3b002da2aee1 8058118: Generate modules.list during the build
erikj
parents: 25882
diff changeset
   221
MAKESUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/make-support
29790
79641c886929 8073634: Improve clean targets
erikj
parents: 29788
diff changeset
   222
# This does not get overridden in a bootcycle build
79641c886929 8073634: Improve clean targets
erikj
parents: 29788
diff changeset
   223
CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   224
14378
0ef5d942b98e 8002028: build-infra: need no-hotspot partial build
tbell
parents: 14112
diff changeset
   225
HOTSPOT_DIST=@HOTSPOT_DIST@
0ef5d942b98e 8002028: build-infra: need no-hotspot partial build
tbell
parents: 14112
diff changeset
   226
0ef5d942b98e 8002028: build-infra: need no-hotspot partial build
tbell
parents: 14112
diff changeset
   227
BUILD_HOTSPOT=@BUILD_HOTSPOT@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   228
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   229
# The boot jdk to use. This is overridden in bootcycle-spec.gmk. Make sure to keep
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   230
# it in sync.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   231
BOOT_JDK:=@BOOT_JDK@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   232
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   233
# When compiling Java source to be run by the boot jdk
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   234
# use these extra flags, eg -source 6 -target 6
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   235
BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   236
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   237
# Information about the build system
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   238
NUM_CORES:=@NUM_CORES@
23985
39f417e8c59f 8007327: Emit MEMORY_SIZE into spec.gmk
mduigou
parents: 23428
diff changeset
   239
MEMORY_SIZE:=@MEMORY_SIZE@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   240
# Enable sjavac support = use a javac server,
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   241
# multi core javac compilation and dependency tracking.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   242
ENABLE_SJAVAC:=@ENABLE_SJAVAC@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   243
# Store sjavac server synchronization files here, and
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   244
# the sjavac server log files.
29790
79641c886929 8073634: Improve clean targets
erikj
parents: 29788
diff changeset
   245
SJAVAC_SERVER_DIR=$(MAKESUPPORT_OUTPUTDIR)/javacservers
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   246
15790
3a8903868eb2 8004352: build-infra: Limit JOBS on large machines
erikj
parents: 15786
diff changeset
   247
# Number of parallel jobs to use for compilation
3a8903868eb2 8004352: build-infra: Limit JOBS on large machines
erikj
parents: 15786
diff changeset
   248
JOBS?=@JOBS@
3a8903868eb2 8004352: build-infra: Limit JOBS on large machines
erikj
parents: 15786
diff changeset
   249
20654
2c17cbccf2ef 8001922: Improve freetype handling.
ihse
parents: 20641
diff changeset
   250
FREETYPE_LIBS:=@FREETYPE_LIBS@
2c17cbccf2ef 8001922: Improve freetype handling.
ihse
parents: 20641
diff changeset
   251
FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
2c17cbccf2ef 8001922: Improve freetype handling.
ihse
parents: 20641
diff changeset
   252
FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   253
CUPS_CFLAGS:=@CUPS_CFLAGS@
18018
d9d70190de37 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
erikj
parents: 17661
diff changeset
   254
ALSA_LIBS:=@ALSA_LIBS@
d9d70190de37 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
erikj
parents: 17661
diff changeset
   255
ALSA_CFLAGS:=@ALSA_CFLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   256
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   257
PACKAGE_PATH=@PACKAGE_PATH@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   258
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   259
# Source file for cacerts
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   260
CACERTS_FILE=@CACERTS_FILE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   261
14112
1b447f5cb0d1 8001897: build-infra: misc adjustments to configure script
ihse
parents: 14111
diff changeset
   262
# Enable unlimited crypto policy
1b447f5cb0d1 8001897: build-infra: misc adjustments to configure script
ihse
parents: 14111
diff changeset
   263
UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
1b447f5cb0d1 8001897: build-infra: misc adjustments to configure script
ihse
parents: 14111
diff changeset
   264
22709
540ed4c23085 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb
parents: 22480
diff changeset
   265
# Enable RMIConnector IIOP transport
540ed4c23085 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb
parents: 22480
diff changeset
   266
RMICONNECTOR_IIOP=@RMICONNECTOR_IIOP@
540ed4c23085 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb
parents: 22480
diff changeset
   267
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   268
GCOV_ENABLED=@GCOV_ENABLED@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   269
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   270
# Necessary additional compiler flags to compile X11
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   271
X_CFLAGS:=@X_CFLAGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   272
X_LIBS:=@X_LIBS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   273
15581
1dd771c6a1ee 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
erikj
parents: 15393
diff changeset
   274
# The lowest required version of macosx to enforce compatiblity for
15786
abd76d7cd807 8008451: Make mac builds on 10.8 work on 10.7
erikj
parents: 15581
diff changeset
   275
MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
15581
1dd771c6a1ee 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
erikj
parents: 15393
diff changeset
   276
22721
63761da45392 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents: 22716
diff changeset
   277
# Toolchain type: gcc, clang, solstudio, lxc, microsoft...
63761da45392 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents: 22716
diff changeset
   278
TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   279
22466
25aaf85d1ada 8024265: Enable new build on AIX
simonis
parents: 22465
diff changeset
   280
# Option used to tell the compiler whether to create 32- or 64-bit executables
25aaf85d1ada 8024265: Enable new build on AIX
simonis
parents: 22465
diff changeset
   281
COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
16984
ba1791eeb074 8013480: fix zero build on arm
omajid
parents: 16582
diff changeset
   282
COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
ba1791eeb074 8013480: fix zero build on arm
omajid
parents: 16582
diff changeset
   283
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   284
CC_OUT_OPTION:=@CC_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   285
EXE_OUT_OPTION:=@EXE_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   286
LD_OUT_OPTION:=@LD_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   287
AR_OUT_OPTION:=@AR_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   288
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   289
# Flags used for overriding the default opt setting for a C/C++ source file.
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   290
C_O_FLAG_HIGHEST:=@C_O_FLAG_HIGHEST@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   291
C_O_FLAG_HI:=@C_O_FLAG_HI@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   292
C_O_FLAG_NORM:=@C_O_FLAG_NORM@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   293
C_O_FLAG_NONE:=@C_O_FLAG_NONE@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   294
CXX_O_FLAG_HIGHEST:=@CXX_O_FLAG_HIGHEST@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   295
CXX_O_FLAG_HI:=@CXX_O_FLAG_HI@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   296
CXX_O_FLAG_NORM:=@CXX_O_FLAG_NORM@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   297
CXX_O_FLAG_NONE:=@CXX_O_FLAG_NONE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   298
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   299
C_FLAG_DEPS:=@C_FLAG_DEPS@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   300
CXX_FLAG_DEPS:=@CXX_FLAG_DEPS@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   301
29304
81a723f8d33c 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29173
diff changeset
   302
DISABLE_WARNING_PREFIX := @DISABLE_WARNING_PREFIX@
23423
153d4b6b1124 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
sla
parents: 23171
diff changeset
   303
CFLAGS_WARNINGS_ARE_ERRORS:=@CFLAGS_WARNINGS_ARE_ERRORS@
153d4b6b1124 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
sla
parents: 23171
diff changeset
   304
30415
c5629d65265d 8074859: Turn on warnings as error
ihse
parents: 30096
diff changeset
   305
# A global flag (true or false) determining if native warnings are considered errors.
c5629d65265d 8074859: Turn on warnings as error
ihse
parents: 30096
diff changeset
   306
WARNINGS_AS_ERRORS := @WARNINGS_AS_ERRORS@
c5629d65265d 8074859: Turn on warnings as error
ihse
parents: 30096
diff changeset
   307
28812
6c36bc1ccc0e 8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents: 28809
diff changeset
   308
CFLAGS_CCACHE:=@CFLAGS_CCACHE@
6c36bc1ccc0e 8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents: 28809
diff changeset
   309
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   310
# Tools that potentially need to be cross compilation aware.
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   311
CC:=@FIXPATH@ @CCACHE@ @CC@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   312
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   313
# CFLAGS used to compile the jdk native libraries (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   314
CFLAGS_JDKLIB:=@CFLAGS_JDKLIB@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   315
CXXFLAGS_JDKLIB:=@CXXFLAGS_JDKLIB@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   316
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   317
# CFLAGS used to compile the jdk native launchers (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   318
CFLAGS_JDKEXE:=@CFLAGS_JDKEXE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   319
CXXFLAGS_JDKEXE:=@CXXFLAGS_JDKEXE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   320
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   321
CXX:=@FIXPATH@ @CCACHE@ @CXX@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   322
#CXXFLAGS:=@CXXFLAGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   323
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   324
CPP:=@FIXPATH@ @CPP@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   325
#CPPFLAGS:=@CPPFLAGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   326
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 26907
diff changeset
   327
# The linker can be gcc or ld on unix systems, or link.exe on windows systems.
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   328
LD:=@FIXPATH@ @LD@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   329
25034
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   330
# Xcode SDK path
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   331
SDKROOT:=@SDKROOT@
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   332
22460
0273c023680c 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents: 18018
diff changeset
   333
# The linker on older SuSE distros (e.g. on SLES 10) complains with:
0273c023680c 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents: 18018
diff changeset
   334
# "Invalid version tag `SUNWprivate_1.1'. Only anonymous version tag is allowed in executable."
0273c023680c 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents: 18018
diff changeset
   335
# if feeded with a version script which contains named tags.
0273c023680c 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents: 18018
diff changeset
   336
USING_BROKEN_SUSE_LD:=@USING_BROKEN_SUSE_LD@
0273c023680c 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents: 18018
diff changeset
   337
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   338
# LDFLAGS used to link the jdk native libraries (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   339
LDFLAGS_JDKLIB:=@LDFLAGS_JDKLIB@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   340
LDFLAGS_JDKLIB_SUFFIX:=@LDFLAGS_JDKLIB_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   341
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   342
# LDFLAGS used to link the jdk native launchers (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   343
LDFLAGS_JDKEXE:=@LDFLAGS_JDKEXE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   344
LDFLAGS_JDKEXE_SUFFIX:=@LDFLAGS_JDKEXE_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   345
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   346
# LDFLAGS specific to C++ linking.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   347
LDFLAGS_CXX_JDK:=@LDFLAGS_CXX_JDK@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   348
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   349
# Sometimes a different linker is needed for c++ libs
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   350
LDCXX:=@FIXPATH@ @LDCXX@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   351
# The flags for linking libstdc++ linker.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   352
LIBCXX:=@LIBCXX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   353
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   354
# Compiler and linker flags used when building native tests
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   355
CFLAGS_TESTLIB:=@CFLAGS_TESTLIB@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   356
CXXFLAGS_TESTLIB:=@CXXFLAGS_TESTLIB@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   357
CFLAGS_TESTEXE:=@CFLAGS_TESTEXE@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   358
CXXFLAGS_TESTEXE:=@CXXFLAGS_TESTEXE@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   359
LDFLAGS_TESTLIB:=@LDFLAGS_TESTLIB@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   360
LDFLAGS_TESTLIB_SUFFIX:=@LDFLAGS_TESTLIB_SUFFIX@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   361
LDFLAGS_TESTEXE:=@LDFLAGS_TESTEXE@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   362
LDFLAGS_TESTEXE_SUFFIX:=@LDFLAGS_TESTEXE_SUFFIX@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   363
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   364
# BUILD_CC/BUILD_LD is a compiler/linker that generates code that is runnable on the
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   365
# build platform.
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   366
BUILD_CC:=@FIXPATH@ @BUILD_CC@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   367
BUILD_LD:=@FIXPATH@ @BUILD_LD@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   368
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   369
AS:=@FIXPATH@ @AS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   370
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 26907
diff changeset
   371
# AR is used to create a static library (is ar in unix, lib.exe in windows)
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   372
AR:=@FIXPATH@ @AR@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   373
ARFLAGS:=@ARFLAGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   374
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   375
NM:=@NM@
16582
61f0b8f48036 8006288: build-infra: Use solaris nm and not gnm on solaris
erikj
parents: 16581
diff changeset
   376
GNM:=@GNM@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   377
STRIP:=@STRIP@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   378
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   379
LIPO:=@LIPO@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   380
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   381
# Options to linker to specify a mapfile.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   382
# (Note absence of := assignment, because we do not want to evaluate the macro body here)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   383
SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   384
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   385
# Options for C/CXX compiler to be used if linking is performed
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   386
#   using reorder file
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   387
C_FLAG_REORDER:=@C_FLAG_REORDER@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   388
CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   389
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   390
#
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   391
# Options for generating debug symbols
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   392
ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   393
CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   394
CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   395
ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   396
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   397
#
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   398
# Compress (or not) jars
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   399
COMPRESS_JARS=@COMPRESS_JARS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   400
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   401
# Options to linker to specify the library name.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   402
# (Note absence of := assignment, because we do not want to evaluate the macro body here)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   403
SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   404
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   405
# Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   406
# (Note absence of := assignment, because we do not want to evaluate the macro body here)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   407
SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   408
SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   409
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   410
# Different OS:es have different ways of naming shared libraries.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   411
# The SHARED_LIBRARY macro takes "verify" as and argument and returns:
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   412
#    "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   413
# (Note absence of := assignment, because we do not want to evaluate the macro body here)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   414
SHARED_LIBRARY=@SHARED_LIBRARY@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   415
STATIC_LIBRARY=@STATIC_LIBRARY@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   416
LIBRARY_PREFIX:=@LIBRARY_PREFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   417
SHARED_LIBRARY_SUFFIX:=@SHARED_LIBRARY_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   418
STATIC_LIBRARY_SUFFIX:=@STATIC_LIBRARY_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   419
EXE_SUFFIX:=@EXE_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   420
OBJ_SUFFIX:=@OBJ_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   421
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   422
POST_STRIP_CMD:=@POST_STRIP_CMD@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   423
22728
0a9d96bf2023 8036079: --with-boot-jdk-jvmargs configure options are ignored
mduigou
parents: 22722
diff changeset
   424
JAVA_FLAGS:=@JAVA_FLAGS@
23171
56a45cb104d1 8010767: Build fails on OEL6 with 16 cores
erikj
parents: 23166
diff changeset
   425
JAVA_FLAGS_BIG:=@JAVA_FLAGS_BIG@
56a45cb104d1 8010767: Build fails on OEL6 with 16 cores
erikj
parents: 23166
diff changeset
   426
JAVA_FLAGS_SMALL:=@JAVA_FLAGS_SMALL@
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
   427
JAVA_TOOL_FLAGS_SMALL:=@JAVA_TOOL_FLAGS_SMALL@
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   428
SJAVAC_SERVER_JAVA_FLAGS:=@SJAVAC_SERVER_JAVA_FLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   429
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27593
diff changeset
   430
# The *_CMD variables are defined separately to be easily overridden in bootcycle-spec.gmk
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   431
# for bootcycle-images build. Make sure to keep them in sync. Do not use the *_CMD
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   432
# versions of the variables directly.
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   433
JAVA_CMD:=@JAVA@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   434
JAVAC_CMD:=@JAVAC@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   435
JAVAH_CMD:=@JAVAH@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   436
JAR_CMD:=@JAR@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   437
JARSIGNER_CMD:=@JARSIGNER@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   438
SJAVAC_SERVER_JAVA_CMD:=@SJAVAC_SERVER_JAVA@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   439
# These variables are meant to be used. They are defined with = instead of := to make
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   440
# it possible to override only the *_CMD variables.
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   441
JAVA=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_BIG) $(JAVA_FLAGS)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   442
JAVA_SMALL=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_SMALL) $(JAVA_FLAGS)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   443
JAVAC=@FIXPATH@ $(JAVAC_CMD)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   444
JAVAH=@FIXPATH@ $(JAVAH_CMD)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   445
JAR=@FIXPATH@ $(JAR_CMD)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   446
JARSIGNER=@FIXPATH@ $(JARSIGNER_CMD)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   447
# A specific java binary with specific options can be used to run
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   448
# the long running background sjavac servers and other long running tasks.
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   449
SJAVAC_SERVER_JAVA=@FIXPATH@ $(SJAVAC_SERVER_JAVA_CMD) $(SJAVAC_SERVER_JAVA_FLAGS)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   450
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   451
# Hotspot sets this variable before reading the SPEC when compiling sa-jdi.jar. Avoid
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   452
# overriding that value by using ?=.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   453
JAVAC_FLAGS?=@JAVAC_FLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   454
15393
e3761cf4e010 8006872: Stop creating four jars with identical content in the new build system.
ohrstrom
parents: 15058
diff changeset
   455
# You run the new javac using the boot jdk with $(BOOT_JDK)/bin/java $(NEW_JAVAC) ...
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   456
# Use = assignment to be able to override in bootcycle-spec.gmk
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   457
INTERIM_LANGTOOLS_JAR = $(BUILDTOOLS_OUTPUTDIR)/interim_langtools.jar
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   458
INTERIM_LANGTOOLS_ARGS = "-Xbootclasspath/p:$(INTERIM_LANGTOOLS_JAR)" -cp $(INTERIM_LANGTOOLS_JAR)
22480
d1be923b168a 8026773: Failing compilation in Corba does not fail the build
erikj
parents: 22479
diff changeset
   459
NEW_JAVAC   = $(INTERIM_LANGTOOLS_ARGS) com.sun.tools.javac.Main
d1be923b168a 8026773: Failing compilation in Corba does not fail the build
erikj
parents: 22479
diff changeset
   460
NEW_JAVADOC = $(INTERIM_LANGTOOLS_ARGS) com.sun.tools.javadoc.Main
d1be923b168a 8026773: Failing compilation in Corba does not fail the build
erikj
parents: 22479
diff changeset
   461
d1be923b168a 8026773: Failing compilation in Corba does not fail the build
erikj
parents: 22479
diff changeset
   462
# The interim corba jar is needed for running rmic
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   463
INTERIM_CORBA_JAR = $(BUILDTOOLS_OUTPUTDIR)/interim_corba.jar
15393
e3761cf4e010 8006872: Stop creating four jars with identical content in the new build system.
ohrstrom
parents: 15058
diff changeset
   464
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   465
# Base flags for RC
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   466
# Guarding this against resetting value. Legacy make files include spec multiple
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   467
# times.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   468
ifndef RC_FLAGS
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   469
  RC_FLAGS:=@RC_FLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   470
endif
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   471
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   472
# Tools adhering to a minimal and common standard of posix compliance.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   473
AWK:=@AWK@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   474
BASENAME:=@BASENAME@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   475
CAT:=@CAT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   476
CCACHE:=@CCACHE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   477
# CD is going away, but remains to cater for legacy makefiles.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   478
CD:=cd
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   479
CHMOD:=@CHMOD@
17661
55c5e0f7b9cc 8013489: New build system does not run codesign on SA-related launchers on OS X
erikj
parents: 17593
diff changeset
   480
CODESIGN:=@CODESIGN@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   481
COMM:=@COMM@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   482
CP:=@CP@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   483
CPIO:=@CPIO@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   484
CUT:=@CUT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   485
DATE:=@DATE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   486
DIFF:=@DIFF@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   487
DIRNAME:=@DIRNAME@
20640
66c24722698e 7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed
parents: 20275
diff changeset
   488
DSYMUTIL:=@DSYMUTIL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   489
FIND:=@FIND@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   490
FIND_DELETE:=@FIND_DELETE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   491
ECHO:=@ECHO@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   492
EGREP:=@EGREP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   493
FGREP:=@FGREP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   494
GREP:=@GREP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   495
HEAD:=@HEAD@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   496
LS:=@LS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   497
LN:=@LN@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   498
MKDIR:=@MKDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   499
MV:=@MV@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   500
NAWK:=@NAWK@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   501
PRINTF:=@PRINTF@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   502
PWD:=@THEPWDCMD@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   503
RM:=@RM@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   504
SED:=@SED@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   505
SH:=@SH@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   506
SORT:=@SORT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   507
TAR:=@TAR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   508
TAIL:=@TAIL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   509
TEE:=@TEE@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   510
TIME:=@TIME@
18425
768f15fff30a 8010385: build with LOG=trace broken on mac
erikj
parents: 18018
diff changeset
   511
IS_GNU_TIME:=@IS_GNU_TIME@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   512
TR:=@TR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   513
TOUCH:=@TOUCH@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   514
UNIQ:=@UNIQ@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   515
WC:=@WC@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   516
XARGS:=@XARGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   517
ZIPEXE:=@ZIP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   518
ZIP:=@ZIP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   519
UNZIP:=@UNZIP@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   520
MT:=@FIXPATH@ @MT@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   521
RC:=@FIXPATH@ @RC@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   522
DUMPBIN:=@FIXPATH@ @DUMPBIN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   523
CYGPATH:=@CYGPATH@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   524
LDD:=@LDD@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   525
OTOOL:=@OTOOL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   526
READELF:=@READELF@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   527
EXPR:=@EXPR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   528
FILE:=@FILE@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   529
HG:=@HG@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   530
OBJCOPY:=@OBJCOPY@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   531
SETFILE:=@SETFILE@
16580
6acb502beafa 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj
parents: 16578
diff changeset
   532
XATTR:=@XATTR@
17593
de6741d8a142 8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents: 17352
diff changeset
   533
JT_HOME:=@JT_HOME@
de6741d8a142 8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents: 17352
diff changeset
   534
JTREGEXE:=@JTREGEXE@
25034
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   535
XCODEBUILD=@XCODEBUILD@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   536
FIXPATH:=@FIXPATH@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   537
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   538
# Build setup
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   539
ENABLE_JFR=@ENABLE_JFR@
15914
1338d1e0e058 8010030: Allow configure to detect if EC implementation is present
omajid
parents: 15912
diff changeset
   540
ENABLE_INTREE_EC=@ENABLE_INTREE_EC@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   541
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   542
USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   543
USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   544
LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   545
MSVCR_DLL:=@MSVCR_DLL@
28901
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 28285
diff changeset
   546
MSVCP_DLL:=@MSVCP_DLL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   547
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   548
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   549
# ADD_SRCS takes a single argument with source roots
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   550
# and appends any corresponding source roots found
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   551
# below --with-add-source-root and below
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   552
# --with-override-source-root. It is the responsibility
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   553
# of the next macro to get rid of superfluous files.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   554
ADD_SRCS=$1
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   555
ifneq (,$(ADD_SRC_ROOT))
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   556
  # Append wildcard rule to pickup any matching source roots found below ADD_SRC_ROOT
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   557
  ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(ADD_SRC_ROOT),$1))
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   558
endif
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   559
ifneq (,$(OVERRIDE_SRC_ROOT))
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   560
  # Append wildcard rule to pickup any matching source roots found below OVERRIDE_SRC_ROOT
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   561
  ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(OVERRIDE_SRC_ROOT),$1))
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   562
endif
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   563
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   564
# OVR_SRCS creates a filter expression to filter out sources in
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   565
# the original source directory that lie inside directories below
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   566
# --with-override-source-root.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   567
# Use := here since we want to scan for these files here. To avoid recomputation later.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   568
# We cannot do the scan in configure, since that would force us to rerun configure when
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   569
# we add overridden sources.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   570
ifneq (,$(OVERRIDE_SRC_ROOT))
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   571
  OVR_SRCS:=$(addsuffix %,$(subst $(OVERRIDE_SRC_ROOT),$(SRC_ROOT),$(sort $(dir $(shell $(FIND) $(OVERRIDE_SRC_ROOT) -type f)))))
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   572
else
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   573
  OVR_SRCS:=
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   574
endif
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   575
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   576
####################################################
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   577
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   578
# INSTALLATION
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   579
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   580
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   581
# Common prefix for all installed files. Defaults to /usr/local,
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   582
# but /opt/myjdk is another common version.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   583
INSTALL_PREFIX=@prefix@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   584
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   585
# Directories containing architecture-dependent files should be relative to exec_prefix
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   586
INSTALL_EXECPREFIX=@exec_prefix@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   587
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   588
# java,javac,javah,javap etc are installed here.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   589
INSTALL_BINDIR=@bindir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   590
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   591
# Read only architecture-independent data
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   592
INSTALL_DATADIR=@datadir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   593
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   594
# Root of above.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   595
INSTALL_DATAROOTDIR=@datarootdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   596
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   597
# Doc files, other than info and man.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   598
INSTALL_DOCDIR=@docdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   599
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   600
# Html documentation
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   601
INSTALL_HTMLDIR=@htmldir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   602
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   603
# Installing C header files, JNI headers for example.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   604
INSTALL_INCLUDEDIR=@includedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   605
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   606
# Installing library files....
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   607
INSTALL_INCLUDEDIR=@libdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   608
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   609
# Executables that other programs run.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   610
INSTALL_LIBEXECDIR=@libexecdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   611
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   612
# Locale-dependent but architecture-independent data, such as message catalogs.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   613
INSTALL_LOCALEDIR=@localedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   614
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   615
# Modifiable single-machine data
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   616
INSTALL_LOCALSTATEDIR=@localstatedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   617
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   618
# Man pages
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   619
INSTALL_MANDIR=@mandir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   620
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   621
# Modifiable architecture-independent data.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   622
INSTALL_SHAREDSTATEDIR=@sharedstatedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   623
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   624
# Read-only single-machine data
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   625
INSTALL_SYSCONFDIR=@sysconfdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   626
23163
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   627
####################################################
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   628
#
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   629
# Libraries
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   630
#
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   631
24413
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   632
USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   633
LCMS_CFLAGS:=@LCMS_CFLAGS@
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   634
LCMS_LIBS:=@LCMS_LIBS@
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   635
23163
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   636
USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   637
PNG_LIBS:=@PNG_LIBS@
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   638
PNG_CFLAGS:=@PNG_CFLAGS@
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   639
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   640
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   641
####################################################
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   642
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   643
# Misc
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   644
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   645
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   646
# Name of Service Agent library
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   647
SALIB_NAME=@SALIB_NAME@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   648
16581
b2cddec593f4 8011388: Support building zero and zeroshark with the new build
omajid
parents: 16580
diff changeset
   649
INCLUDE_SA=@INCLUDE_SA@
b2cddec593f4 8011388: Support building zero and zeroshark with the new build
omajid
parents: 16580
diff changeset
   650
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   651
OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   652
OS_VERSION_MINOR:=@OS_VERSION_MINOR@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   653
OS_VERSION_MICRO:=@OS_VERSION_MICRO@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   654
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   655
# Images directory definitions
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   656
JDK_IMAGE_SUBDIR:=jdk
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   657
JRE_IMAGE_SUBDIR:=jre
28285
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   658
16578
7a35b47cb9e5 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents: 15914
diff changeset
   659
# Colon left out to be able to override output dir for bootcycle-images
7a35b47cb9e5 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents: 15914
diff changeset
   660
JDK_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_IMAGE_SUBDIR)
7a35b47cb9e5 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents: 15914
diff changeset
   661
JRE_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_IMAGE_SUBDIR)
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   662
28285
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   663
# Test image, as above
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   664
TEST_IMAGE_SUBDIR:=test
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   665
TEST_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(TEST_IMAGE_SUBDIR)
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   666
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   667
# Symbols image
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   668
SYMBOLS_IMAGE_SUBDIR:=symbols
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   669
SYMBOLS_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(SYMBOLS_IMAGE_SUBDIR)
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   670
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   671
# Macosx bundles directory definitions
30094
bc3b5dbd8931 8078058: Clean up mac bundles logic
ihse
parents: 30093
diff changeset
   672
JDK_MACOSX_BUNDLE_SUBDIR=jdk-bundle/jdk$(JDK_VERSION).jdk/Contents
bc3b5dbd8931 8078058: Clean up mac bundles logic
ihse
parents: 30093
diff changeset
   673
JRE_MACOSX_BUNDLE_SUBDIR=jre-bundle/jre$(JDK_VERSION).jre/Contents
bc3b5dbd8931 8078058: Clean up mac bundles logic
ihse
parents: 30093
diff changeset
   674
JDK_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_MACOSX_BUNDLE_SUBDIR)
bc3b5dbd8931 8078058: Clean up mac bundles logic
ihse
parents: 30093
diff changeset
   675
JRE_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_MACOSX_BUNDLE_SUBDIR)
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   676
22714
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   677
# This macro is called to allow inclusion of closed source counterparts.
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   678
# Unless overridden in closed sources, it expands to nothing.
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27593
diff changeset
   679
# Usage: This function is called in an open makefile, with the following
22714
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   680
# arguments:
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   681
# $1 the name of the repo, or empty if the top-level repo.
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   682
# $2 the name of the makefile
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   683
define IncludeCustomExtension
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   684
endef
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   685
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   686
# Include the custom-spec.gmk file if it exists
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   687
-include $(dir @SPEC@)/custom-spec.gmk