author | duke |
Wed, 05 Jul 2017 22:53:16 +0200 | |
changeset 43854 | 76c52ad1e6c7 |
parent 43388 | 509c3ebb5c97 |
child 44077 | 9d782690dafe |
child 46193 | 7d73b0bb32b1 |
permissions | -rw-r--r-- |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
# |
43383 | 2 |
# Copyright (c) 2011, 2017, 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 | 26 |
# Configured @DATE_WHEN_CONFIGURED@ to build |
27 |
# for target system @OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU@ |
|
28 |
# (called @OPENJDK_TARGET_AUTOCONF_NAME@ by autoconf) |
|
29 |
# on build system @OPENJDK_BUILD_OS@-@OPENJDK_BUILD_CPU@ |
|
30 |
# (called @OPENJDK_BUILD_AUTOCONF_NAME@ by autoconf) |
|
13132 | 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 | 36 |
# A self-referential reference to this file. |
37 |
SPEC:=@SPEC@ |
|
38 |
||
35747 | 39 |
# SPACE and COMMA are defined in MakeBase.gmk, but they are also used in |
40 |
# some definitions here, and are needed if MakeBase.gmk is not included before |
|
41 |
# this file. |
|
32719
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
42 |
X:= |
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
43 |
SPACE:=$(X) $(X) |
35747 | 44 |
COMMA:=, |
32719
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
45 |
|
29662 | 46 |
# What make to use for main processing, after bootstrapping top-level Makefile. |
47 |
MAKE := @MAKE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
48 |
|
29662 | 49 |
# The default make arguments |
29788 | 50 |
MAKE_ARGS = $(MAKE_LOG_FLAGS) -r -R -I $(TOPDIR)/make/common SPEC=$(SPEC) \ |
29662 | 51 |
MAKE_LOG_FLAGS="$(MAKE_LOG_FLAGS)" LOG_LEVEL=$(LOG_LEVEL) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
52 |
|
25854 | 53 |
OUTPUT_SYNC_SUPPORTED:=@OUTPUT_SYNC_SUPPORTED@ |
54 |
OUTPUT_SYNC:=@OUTPUT_SYNC@ |
|
55 |
||
28602
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
56 |
# 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
|
57 |
BASH:=@BASH@ |
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
58 |
BASH_ARGS:=@BASH_ARGS@ |
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
59 |
SHELL:=$(BASH) $(BASH_ARGS) |
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
60 |
|
12801 | 61 |
# The "human readable" name of this configuration |
62 |
CONF_NAME:=@CONF_NAME@ |
|
63 |
||
13132 | 64 |
# The built jdk will run in this target system. |
65 |
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
|
66 |
OPENJDK_TARGET_OS_TYPE:=@OPENJDK_TARGET_OS_TYPE@ |
14111 | 67 |
OPENJDK_TARGET_OS_ENV:=@OPENJDK_TARGET_OS_ENV@ |
13132 | 68 |
|
69 |
OPENJDK_TARGET_CPU:=@OPENJDK_TARGET_CPU@ |
|
70 |
OPENJDK_TARGET_CPU_ARCH:=@OPENJDK_TARGET_CPU_ARCH@ |
|
71 |
OPENJDK_TARGET_CPU_BITS:=@OPENJDK_TARGET_CPU_BITS@ |
|
72 |
OPENJDK_TARGET_CPU_ENDIAN:=@OPENJDK_TARGET_CPU_ENDIAN@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
73 |
|
13697 | 74 |
COMPILE_TYPE:=@COMPILE_TYPE@ |
75 |
||
76 |
# Legacy support |
|
77 |
OPENJDK_TARGET_CPU_ISADIR:=@OPENJDK_TARGET_CPU_ISADIR@ |
|
78 |
OPENJDK_TARGET_CPU_LEGACY:=@OPENJDK_TARGET_CPU_LEGACY@ |
|
79 |
OPENJDK_TARGET_CPU_LEGACY_LIB:=@OPENJDK_TARGET_CPU_LEGACY_LIB@ |
|
80 |
OPENJDK_TARGET_CPU_OSARCH:=@OPENJDK_TARGET_CPU_OSARCH@ |
|
21055
d52217bb8e80
8016096: [macosx] jawt_md.h shipped with jdk is outdated
dholmes
parents:
20654
diff
changeset
|
81 |
OPENJDK_TARGET_OS_EXPORT_DIR:=@OPENJDK_TARGET_OS_EXPORT_DIR@ |
13697 | 82 |
|
37402 | 83 |
HOTSPOT_TARGET_OS := @HOTSPOT_TARGET_OS@ |
84 |
HOTSPOT_TARGET_OS_TYPE := @HOTSPOT_TARGET_OS_TYPE@ |
|
85 |
||
86 |
HOTSPOT_TARGET_CPU := @HOTSPOT_TARGET_CPU@ |
|
87 |
HOTSPOT_TARGET_CPU_ARCH := @HOTSPOT_TARGET_CPU_ARCH@ |
|
88 |
HOTSPOT_TARGET_CPU_DEFINE := @HOTSPOT_TARGET_CPU_DEFINE@ |
|
89 |
||
37972 | 90 |
OPENJDK_TARGET_BUNDLE_PLATFORM:=@OPENJDK_TARGET_BUNDLE_PLATFORM@ |
43383 | 91 |
JDK_ARCH_ABI_PROP_NAME := @JDK_ARCH_ABI_PROP_NAME@ |
37972 | 92 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
93 |
# We are building on this build system. |
13132 | 94 |
# When not cross-compiling, it is the same as the target. |
95 |
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
|
96 |
OPENJDK_BUILD_OS_TYPE:=@OPENJDK_BUILD_OS_TYPE@ |
25882 | 97 |
OPENJDK_BUILD_OS_ENV:=@OPENJDK_BUILD_OS_ENV@ |
13132 | 98 |
|
99 |
OPENJDK_BUILD_CPU:=@OPENJDK_BUILD_CPU@ |
|
100 |
OPENJDK_BUILD_CPU_ARCH:=@OPENJDK_BUILD_CPU_ARCH@ |
|
101 |
OPENJDK_BUILD_CPU_BITS:=@OPENJDK_BUILD_CPU_BITS@ |
|
102 |
OPENJDK_BUILD_CPU_ENDIAN:=@OPENJDK_BUILD_CPU_ENDIAN@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
103 |
|
12801 | 104 |
# Legacy OS values for use in release file. |
105 |
REQUIRED_OS_NAME:=@REQUIRED_OS_NAME@ |
|
106 |
REQUIRED_OS_VERSION:=@REQUIRED_OS_VERSION@ |
|
107 |
||
32921
8e0250dfa145
8138761: Improved handling of libffi, and cleanup of libraries.m4
ihse
parents:
32920
diff
changeset
|
108 |
LIBM:=@LIBM@ |
12801 | 109 |
LIBDL:=@LIBDL@ |
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 |
# colon or semicolon |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
112 |
PATH_SEP:=@PATH_SEP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
113 |
|
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28606
diff
changeset
|
114 |
# 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
|
115 |
ORIGINAL_PATH:=@ORIGINAL_PATH@ |
14111 | 116 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28606
diff
changeset
|
117 |
# 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
|
118 |
# to include Visual Studio tools (this needs to be in cygwin/msys style). |
14111 | 119 |
export PATH:=@VS_PATH@ |
120 |
endif |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
121 |
|
23428
3c8a05bf4656
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents:
23423
diff
changeset
|
122 |
SYSROOT_CFLAGS := @SYSROOT_CFLAGS@ |
3c8a05bf4656
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents:
23423
diff
changeset
|
123 |
SYSROOT_LDFLAGS := @SYSROOT_LDFLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
124 |
|
22722 | 125 |
# The top-level directory of the forest (SRC_ROOT is a traditional alias) |
126 |
TOPDIR:=@TOPDIR@ |
|
29663
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
127 |
# 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
|
128 |
ORIGINAL_TOPDIR:=@ORIGINAL_TOPDIR@ |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
129 |
CANONICAL_TOPDIR:=@CANONICAL_TOPDIR@ |
22722 | 130 |
SRC_ROOT:=@TOPDIR@ |
131 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
132 |
OUTPUT_ROOT:=@OUTPUT_ROOT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
133 |
JDK_TOPDIR:=@JDK_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
134 |
LANGTOOLS_TOPDIR:=@LANGTOOLS_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
135 |
CORBA_TOPDIR:=@CORBA_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
136 |
JAXP_TOPDIR:=@JAXP_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
137 |
JAXWS_TOPDIR:=@JAXWS_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
138 |
HOTSPOT_TOPDIR:=@HOTSPOT_TOPDIR@ |
15903 | 139 |
NASHORN_TOPDIR:=@NASHORN_TOPDIR@ |
36506 | 140 |
|
141 |
IMPORT_MODULES_CLASSES:=@IMPORT_MODULES_CLASSES@ |
|
142 |
IMPORT_MODULES_CMDS:=@IMPORT_MODULES_CMDS@ |
|
143 |
IMPORT_MODULES_LIBS:=@IMPORT_MODULES_LIBS@ |
|
144 |
IMPORT_MODULES_CONF:=@IMPORT_MODULES_CONF@ |
|
42505
11439b0c0792
8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
42425
diff
changeset
|
145 |
IMPORT_MODULES_LEGAL:=@IMPORT_MODULES_LEGAL@ |
11439b0c0792
8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
42425
diff
changeset
|
146 |
IMPORT_MODULES_MAN:=@IMPORT_MODULES_MAN@ |
36506 | 147 |
IMPORT_MODULES_SRC:=@IMPORT_MODULES_SRC@ |
148 |
IMPORT_MODULES_MAKE:=@IMPORT_MODULES_MAKE@ |
|
149 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
150 |
COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
151 |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
152 |
# New (JEP-223) version information |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
153 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
154 |
## Building blocks of the version string |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
155 |
# First three version numbers, with well-specified meanings (numerical) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
156 |
VERSION_MAJOR := @VERSION_MAJOR@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
157 |
VERSION_MINOR := @VERSION_MINOR@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
158 |
VERSION_SECURITY := @VERSION_SECURITY@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
159 |
# Optional fourth element for use by OpenJDK consumers (numerical) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
160 |
VERSION_PATCH := @VERSION_PATCH@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
161 |
# The pre-release identifier (string) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
162 |
VERSION_PRE := @VERSION_PRE@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
163 |
# The build number (numerical) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
164 |
VERSION_BUILD := @VERSION_BUILD@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
165 |
# Optional build information (string) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
166 |
VERSION_OPT := @VERSION_OPT@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
167 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
168 |
## Composite variables |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
169 |
# The version number as a dot separated sequence of numbers, e.g. 9.0.1 |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
170 |
VERSION_NUMBER := @VERSION_NUMBER@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
171 |
# VERSION_NUMBER but always with exactly 4 positions, with 0 for empty positions. |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
172 |
VERSION_NUMBER_FOUR_POSITIONS := @VERSION_NUMBER_FOUR_POSITIONS@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
173 |
# The complete version string, with additional build information |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
174 |
VERSION_STRING := @VERSION_STRING@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
175 |
# The short version string, without trailing zeroes and just PRE, if present. |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
176 |
VERSION_SHORT := @VERSION_SHORT@ |
41458 | 177 |
# The Java specification version. It usually equals the major version number. |
39819
c15ef8b3b5ca
8149519: Set java.specification.version to the MAJOR java version
simonis
parents:
39384
diff
changeset
|
178 |
VERSION_SPECIFICATION := @VERSION_MAJOR@ |
33929 | 179 |
# A GA version is defined by the PRE string being empty. Rather than testing for |
180 |
# that, this variable defines it with true/false. |
|
181 |
VERSION_IS_GA := @VERSION_IS_GA@ |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
182 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
183 |
# Convenience CFLAGS settings for passing version information into native programs. |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
184 |
VERSION_CFLAGS := \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
185 |
-DVERSION_MAJOR=$(VERSION_MAJOR) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
186 |
-DVERSION_MINOR=$(VERSION_MINOR) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
187 |
-DVERSION_SECURITY=$(VERSION_SECURITY) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
188 |
-DVERSION_PATCH=$(VERSION_PATCH) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
189 |
-DVERSION_PRE='"$(VERSION_PRE)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
190 |
-DVERSION_BUILD=$(VERSION_BUILD) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
191 |
-DVERSION_OPT='"$(VERSION_OPT)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
192 |
-DVERSION_NUMBER='"$(VERSION_NUMBER)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
193 |
-DVERSION_STRING='"$(VERSION_STRING)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
194 |
-DVERSION_SHORT='"$(VERSION_SHORT)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
195 |
-DVERSION_SPECIFICATION='"$(VERSION_SPECIFICATION)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
196 |
# |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
197 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
198 |
# Platform naming variables |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
199 |
LAUNCHER_NAME:=@LAUNCHER_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
200 |
PRODUCT_NAME:=@PRODUCT_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
201 |
PRODUCT_SUFFIX:=@PRODUCT_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
202 |
JDK_RC_PLATFORM_NAME:=@JDK_RC_PLATFORM_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
203 |
COMPANY_NAME:=@COMPANY_NAME@ |
37402 | 204 |
HOTSPOT_VM_DISTRO:=@HOTSPOT_VM_DISTRO@ |
14111 | 205 |
MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@ |
206 |
MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@ |
|
35444 | 207 |
USERNAME:=@USERNAME@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
208 |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
209 |
# Different naming strings generated from the above information. |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
210 |
RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
211 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
212 |
# How to compile the code: release, fastdebug or slowdebug |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
213 |
DEBUG_LEVEL:=@DEBUG_LEVEL@ |
37402 | 214 |
HOTSPOT_DEBUG_LEVEL:=@HOTSPOT_DEBUG_LEVEL@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
215 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
216 |
# This is the JDK variant to build. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
217 |
# 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
|
218 |
JDK_VARIANT:=@JDK_VARIANT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
219 |
|
37402 | 220 |
# Which JVM variants to build (space-separated list) |
221 |
JVM_VARIANTS := @JVM_VARIANTS@ |
|
42510
406dfb60de57
8170284: Move fine granular hotspot make targets to top level
erikj
parents:
41874
diff
changeset
|
222 |
JVM_VARIANT_MAIN := @JVM_VARIANT_MAIN@ |
37402 | 223 |
|
224 |
# Lists of features per variant. Only relevant for the variants listed in |
|
225 |
# JVM_VARIANTS. |
|
226 |
JVM_FEATURES_server := @JVM_FEATURES_server@ |
|
227 |
JVM_FEATURES_client := @JVM_FEATURES_client@ |
|
228 |
JVM_FEATURES_core := @JVM_FEATURES_core@ |
|
229 |
JVM_FEATURES_minimal := @JVM_FEATURES_minimal@ |
|
230 |
JVM_FEATURES_zero := @JVM_FEATURES_zero@ |
|
231 |
JVM_FEATURES_zeroshark := @JVM_FEATURES_zeroshark@ |
|
232 |
JVM_FEATURES_custom := @JVM_FEATURES_custom@ |
|
233 |
||
234 |
# Used for make-time verifications |
|
235 |
VALID_JVM_FEATURES := @VALID_JVM_FEATURES@ |
|
236 |
VALID_JVM_VARIANTS := @VALID_JVM_VARIANTS@ |
|
237 |
||
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37764
diff
changeset
|
238 |
# Control wether Hotspot builds gtest tests |
37978
2614022b9fa5
8157348: Build fails with certain source configurations
erikj
parents:
37972
diff
changeset
|
239 |
BUILD_GTEST := @BUILD_GTEST@ |
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37764
diff
changeset
|
240 |
|
37402 | 241 |
# Control use of precompiled header in hotspot libjvm build |
242 |
USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@ |
|
243 |
||
41046 | 244 |
# Only build headless support or not |
245 |
ENABLE_HEADLESS_ONLY := @ENABLE_HEADLESS_ONLY@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
246 |
|
13697 | 247 |
# JDK_OUTPUTDIR specifies where a working jvm is built. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
248 |
# You can run $(JDK_OUTPUTDIR)/bin/java |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
249 |
# Though the layout of the contents of $(JDK_OUTPUTDIR) is not |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
250 |
# yet the same as a default installation. |
13697 | 251 |
# |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
252 |
# When you run "make install" it will create the standardized |
13697 | 253 |
# 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
|
254 |
# Then it will copy the contents of the jdk into the installation |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
255 |
# directory. |
13132 | 256 |
|
13697 | 257 |
BUILD_OUTPUT:=@BUILD_OUTPUT@ |
16578
7a35b47cb9e5
8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents:
15914
diff
changeset
|
258 |
# Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images |
27560 | 259 |
SUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/support |
260 |
BUILDTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/buildtools |
|
261 |
||
13697 | 262 |
HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot |
263 |
JDK_OUTPUTDIR=$(BUILD_OUTPUT)/jdk |
|
264 |
IMAGES_OUTPUTDIR=$(BUILD_OUTPUT)/images |
|
37972 | 265 |
BUNDLES_OUTPUTDIR=$(BUILD_OUTPUT)/bundles |
28600
09dd1740f176
8069261: Create make dependencies on make variable values
erikj
parents:
28285
diff
changeset
|
266 |
TESTMAKE_OUTPUTDIR=$(BUILD_OUTPUT)/test-make |
26548 | 267 |
MAKESUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/make-support |
41652
a0664e2b49a1
8168772: Convert javadoc generation to build-infra standards
ihse
parents:
41458
diff
changeset
|
268 |
|
a0664e2b49a1
8168772: Convert javadoc generation to build-infra standards
ihse
parents:
41458
diff
changeset
|
269 |
# By default, output javadoc directly into image |
a0664e2b49a1
8168772: Convert javadoc generation to build-infra standards
ihse
parents:
41458
diff
changeset
|
270 |
JAVADOC_OUTPUTDIR = $(DOCS_IMAGE_DIR) |
a0664e2b49a1
8168772: Convert javadoc generation to build-infra standards
ihse
parents:
41458
diff
changeset
|
271 |
|
29790 | 272 |
# This does not get overridden in a bootcycle build |
273 |
CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@ |
|
36506 | 274 |
BUILDJDK_OUTPUTDIR=$(BUILD_OUTPUT)/buildjdk |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
275 |
|
37035
08e00f202d7a
8154292: jdk9-dev: All SE builds failed on 2016-04-14
erikj
parents:
36541
diff
changeset
|
276 |
BUILD_FAILURE_HANDLER := @BUILD_FAILURE_HANDLER@ |
08e00f202d7a
8154292: jdk9-dev: All SE builds failed on 2016-04-14
erikj
parents:
36541
diff
changeset
|
277 |
|
38546
91a5c3430d4f
8157336: Generation of classlists at build time should be configurable
erikj
parents:
37978
diff
changeset
|
278 |
ENABLE_GENERATE_CLASSLIST := @ENABLE_GENERATE_CLASSLIST@ |
91a5c3430d4f
8157336: Generation of classlists at build time should be configurable
erikj
parents:
37978
diff
changeset
|
279 |
|
27560 | 280 |
# The boot jdk to use. This is overridden in bootcycle-spec.gmk. Make sure to keep |
281 |
# it in sync. |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
282 |
BOOT_JDK:=@BOOT_JDK@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
283 |
|
36506 | 284 |
BUILD_JDK:=@BUILD_JDK@ |
285 |
CREATE_BUILDJDK:=@CREATE_BUILDJDK@ |
|
37770 | 286 |
EXTERNAL_BUILDJDK:=@EXTERNAL_BUILDJDK@ |
36506 | 287 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
288 |
# When compiling Java source to be run by the boot jdk |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
289 |
# use these extra flags, eg -source 6 -target 6 |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
290 |
BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
291 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
292 |
# Information about the build system |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
293 |
NUM_CORES:=@NUM_CORES@ |
23985 | 294 |
MEMORY_SIZE:=@MEMORY_SIZE@ |
13697 | 295 |
# Enable sjavac support = use a javac server, |
296 |
# multi core javac compilation and dependency tracking. |
|
297 |
ENABLE_SJAVAC:=@ENABLE_SJAVAC@ |
|
33055
3676b99f33cf
8140312: Enable new sjavac server only mode in jdk build
erikj
parents:
33052
diff
changeset
|
298 |
ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@ |
13697 | 299 |
# Store sjavac server synchronization files here, and |
300 |
# the sjavac server log files. |
|
29790 | 301 |
SJAVAC_SERVER_DIR=$(MAKESUPPORT_OUTPUTDIR)/javacservers |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
302 |
|
15790 | 303 |
# Number of parallel jobs to use for compilation |
304 |
JOBS?=@JOBS@ |
|
34594
7e0595aab028
8139272: Add configure variable to set concurrency for jtreg tests
ehelin
parents:
34493
diff
changeset
|
305 |
TEST_JOBS?=@TEST_JOBS@ |
15790 | 306 |
|
34491 | 307 |
# Default make target |
308 |
DEFAULT_MAKE_TARGET:=@DEFAULT_MAKE_TARGET@ |
|
309 |
||
20654 | 310 |
FREETYPE_LIBS:=@FREETYPE_LIBS@ |
311 |
FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@ |
|
312 |
FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
313 |
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
|
314 |
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
|
315 |
ALSA_CFLAGS:=@ALSA_CFLAGS@ |
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
316 |
LIBFFI_LIBS:=@LIBFFI_LIBS@ |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
317 |
LIBFFI_CFLAGS:=@LIBFFI_CFLAGS@ |
42425 | 318 |
ENABLE_LIBFFI_BUNDLING:=@ENABLE_LIBFFI_BUNDLING@ |
319 |
LIBFFI_LIB_FILE:=@LIBFFI_LIB_FILE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
320 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
321 |
PACKAGE_PATH=@PACKAGE_PATH@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
322 |
|
12801 | 323 |
# Source file for cacerts |
324 |
CACERTS_FILE=@CACERTS_FILE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
325 |
|
14112
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
326 |
# Enable unlimited crypto policy |
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
327 |
UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@ |
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
328 |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
329 |
GCOV_ENABLED=@GCOV_ENABLED@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
330 |
|
20363 | 331 |
# Necessary additional compiler flags to compile X11 |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
332 |
X_CFLAGS:=@X_CFLAGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
333 |
X_LIBS:=@X_LIBS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
334 |
|
15581
1dd771c6a1ee
8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
erikj
parents:
15393
diff
changeset
|
335 |
# The lowest required version of macosx to enforce compatiblity for |
15786 | 336 |
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
|
337 |
|
22721
63761da45392
8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents:
22716
diff
changeset
|
338 |
# Toolchain type: gcc, clang, solstudio, lxc, microsoft... |
63761da45392
8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents:
22716
diff
changeset
|
339 |
TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@ |
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
340 |
TOOLCHAIN_VERSION := @TOOLCHAIN_VERSION@ |
37402 | 341 |
CC_VERSION_NUMBER := @CC_VERSION_NUMBER@ |
342 |
CXX_VERSION_NUMBER := @CXX_VERSION_NUMBER@ |
|
343 |
||
344 |
# Legacy support |
|
345 |
HOTSPOT_TOOLCHAIN_TYPE := @HOTSPOT_TOOLCHAIN_TYPE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
346 |
|
22466 | 347 |
# Option used to tell the compiler whether to create 32- or 64-bit executables |
348 |
COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@ |
|
16984 | 349 |
COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ |
350 |
||
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
351 |
# Option used to pass a command file to the compiler |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
352 |
COMPILER_COMMAND_FILE_FLAG:=@COMPILER_COMMAND_FILE_FLAG@ |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
353 |
|
36051 | 354 |
# Option for specifying a file which saves the binder commands |
355 |
# produced by the link step (for debugging, currently AIX only) |
|
356 |
COMPILER_BINDCMD_FILE_FLAG:=@COMPILER_BINDCMD_FILE_FLAG@ |
|
357 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
358 |
CC_OUT_OPTION:=@CC_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
359 |
EXE_OUT_OPTION:=@EXE_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
360 |
LD_OUT_OPTION:=@LD_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
361 |
AR_OUT_OPTION:=@AR_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
362 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
363 |
# Flags used for overriding the default opt setting for a C/C++ source file. |
37402 | 364 |
C_O_FLAG_HIGHEST_JVM:=@C_O_FLAG_HIGHEST_JVM@ |
12801 | 365 |
C_O_FLAG_HIGHEST:=@C_O_FLAG_HIGHEST@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
366 |
C_O_FLAG_HI:=@C_O_FLAG_HI@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
367 |
C_O_FLAG_NORM:=@C_O_FLAG_NORM@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
368 |
C_O_FLAG_NONE:=@C_O_FLAG_NONE@ |
37402 | 369 |
C_O_FLAG_SIZE:=@C_O_FLAG_SIZE@ |
370 |
CXX_O_FLAG_HIGHEST_JVM:=@CXX_O_FLAG_HIGHEST_JVM@ |
|
12801 | 371 |
CXX_O_FLAG_HIGHEST:=@CXX_O_FLAG_HIGHEST@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
372 |
CXX_O_FLAG_HI:=@CXX_O_FLAG_HI@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
373 |
CXX_O_FLAG_NORM:=@CXX_O_FLAG_NORM@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
374 |
CXX_O_FLAG_NONE:=@CXX_O_FLAG_NONE@ |
37402 | 375 |
CXX_O_FLAG_SIZE:=@CXX_O_FLAG_SIZE@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
376 |
|
12801 | 377 |
C_FLAG_DEPS:=@C_FLAG_DEPS@ |
378 |
CXX_FLAG_DEPS:=@CXX_FLAG_DEPS@ |
|
379 |
||
29304
81a723f8d33c
8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents:
29173
diff
changeset
|
380 |
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
|
381 |
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
|
382 |
|
30415 | 383 |
# A global flag (true or false) determining if native warnings are considered errors. |
384 |
WARNINGS_AS_ERRORS := @WARNINGS_AS_ERRORS@ |
|
385 |
||
28812
6c36bc1ccc0e
8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents:
28809
diff
changeset
|
386 |
CFLAGS_CCACHE:=@CFLAGS_CCACHE@ |
36535
141db8da8c18
8151841: Build needs additional flags to compile with GCC 6
andrew
parents:
36051
diff
changeset
|
387 |
CXXSTD_CXXFLAG=@CXXSTD_CXXFLAG@ |
28812
6c36bc1ccc0e
8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents:
28809
diff
changeset
|
388 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
389 |
# Tools that potentially need to be cross compilation aware. |
34103 | 390 |
CC:=@FIXPATH@ @CCACHE@ @ICECC@ @CC@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
391 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
392 |
# CFLAGS used to compile the jdk native libraries (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
393 |
CFLAGS_JDKLIB:=@CFLAGS_JDKLIB@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
394 |
CXXFLAGS_JDKLIB:=@CXXFLAGS_JDKLIB@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
395 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
396 |
# CFLAGS used to compile the jdk native launchers (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
397 |
CFLAGS_JDKEXE:=@CFLAGS_JDKEXE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
398 |
CXXFLAGS_JDKEXE:=@CXXFLAGS_JDKEXE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
399 |
|
36050
f6590b6e5e97
8150203: Incremental update from build-infra project
ihse
parents:
35747
diff
changeset
|
400 |
LDFLAGS_HASH_STYLE := @LDFLAGS_HASH_STYLE@ |
f6590b6e5e97
8150203: Incremental update from build-infra project
ihse
parents:
35747
diff
changeset
|
401 |
|
37402 | 402 |
JVM_CFLAGS := @JVM_CFLAGS@ |
403 |
JVM_CFLAGS_SYMBOLS := @JVM_CFLAGS_SYMBOLS@ |
|
404 |
JVM_LDFLAGS := @JVM_LDFLAGS@ |
|
405 |
JVM_ASFLAGS := @JVM_ASFLAGS@ |
|
406 |
JVM_LIBS := @JVM_LIBS@ |
|
407 |
JVM_RCFLAGS := @JVM_RCFLAGS@ |
|
408 |
||
409 |
# Flags for zeroshark |
|
410 |
LLVM_CFLAGS := @LLVM_CFLAGS@ |
|
411 |
LLVM_LIBS := @LLVM_LIBS@ |
|
412 |
LLVM_LDFLAGS := @LLVM_LDFLAGS@ |
|
413 |
||
414 |
# These flags might contain variables set by a custom extension that is included later. |
|
415 |
EXTRA_CFLAGS = @EXTRA_CFLAGS@ |
|
416 |
EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@ |
|
417 |
EXTRA_LDFLAGS = @EXTRA_LDFLAGS@ |
|
418 |
||
34103 | 419 |
CXX:=@FIXPATH@ @CCACHE@ @ICECC@ @CXX@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
420 |
|
14111 | 421 |
CPP:=@FIXPATH@ @CPP@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
422 |
|
27586
e7cfdc266a70
8058631: Rename posix to unix in build system to match file name changes
ihse
parents:
26907
diff
changeset
|
423 |
# The linker can be gcc or ld on unix systems, or link.exe on windows systems. |
14111 | 424 |
LD:=@FIXPATH@ @LD@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
425 |
|
25034
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
426 |
# Xcode SDK path |
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
427 |
SDKROOT:=@SDKROOT@ |
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
428 |
|
22460
0273c023680c
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
18018
diff
changeset
|
429 |
# 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
|
430 |
# "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
|
431 |
# 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
|
432 |
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
|
433 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
434 |
# LDFLAGS used to link the jdk native libraries (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
435 |
LDFLAGS_JDKLIB:=@LDFLAGS_JDKLIB@ |
33394 | 436 |
JDKLIB_LIBS:=@JDKLIB_LIBS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
437 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
438 |
# LDFLAGS used to link the jdk native launchers (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
439 |
LDFLAGS_JDKEXE:=@LDFLAGS_JDKEXE@ |
33394 | 440 |
JDKEXE_LIBS:=@JDKEXE_LIBS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
441 |
|
13697 | 442 |
# LDFLAGS specific to C++ linking. |
443 |
LDFLAGS_CXX_JDK:=@LDFLAGS_CXX_JDK@ |
|
444 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
445 |
# Sometimes a different linker is needed for c++ libs |
14111 | 446 |
LDCXX:=@FIXPATH@ @LDCXX@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
447 |
# The flags for linking libstdc++ linker. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
448 |
LIBCXX:=@LIBCXX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
449 |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
450 |
# Compiler and linker flags used when building native tests |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
451 |
CFLAGS_TESTLIB:=@CFLAGS_TESTLIB@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
452 |
CXXFLAGS_TESTLIB:=@CXXFLAGS_TESTLIB@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
453 |
CFLAGS_TESTEXE:=@CFLAGS_TESTEXE@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
454 |
CXXFLAGS_TESTEXE:=@CXXFLAGS_TESTEXE@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
455 |
LDFLAGS_TESTLIB:=@LDFLAGS_TESTLIB@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
456 |
LDFLAGS_TESTEXE:=@LDFLAGS_TESTEXE@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
457 |
|
13697 | 458 |
# BUILD_CC/BUILD_LD is a compiler/linker that generates code that is runnable on the |
459 |
# build platform. |
|
34103 | 460 |
BUILD_CC:=@FIXPATH@ @BUILD_ICECC@ @BUILD_CC@ |
461 |
BUILD_CXX:=@FIXPATH@ @BUILD_ICECC@ @BUILD_CXX@ |
|
14111 | 462 |
BUILD_LD:=@FIXPATH@ @BUILD_LD@ |
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
463 |
BUILD_LDCXX:=@FIXPATH@ @BUILD_LDCXX@ |
34102
c0a98357f847
8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents:
34101
diff
changeset
|
464 |
BUILD_AS:=@FIXPATH@ @BUILD_AS@ |
c0a98357f847
8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents:
34101
diff
changeset
|
465 |
BUILD_AR:=@FIXPATH@ @BUILD_AR@ |
c0a98357f847
8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents:
34101
diff
changeset
|
466 |
BUILD_NM:=@FIXPATH@ @BUILD_NM@ |
36506 | 467 |
BUILD_OBJCOPY:=@BUILD_OBJCOPY@ |
468 |
BUILD_STRIP:=@BUILD_STRIP@ |
|
32810
8203e52cd373
8138694: Devkit build on Macosx still requires Xcode to be installed
erikj
parents:
32806
diff
changeset
|
469 |
BUILD_SYSROOT_CFLAGS:=@BUILD_SYSROOT_CFLAGS@ |
8203e52cd373
8138694: Devkit build on Macosx still requires Xcode to be installed
erikj
parents:
32806
diff
changeset
|
470 |
BUILD_SYSROOT_LDFLAGS:=@BUILD_SYSROOT_LDFLAGS@ |
13132 | 471 |
|
14111 | 472 |
AS:=@FIXPATH@ @AS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
473 |
|
27586
e7cfdc266a70
8058631: Rename posix to unix in build system to match file name changes
ihse
parents:
26907
diff
changeset
|
474 |
# AR is used to create a static library (is ar in unix, lib.exe in windows) |
14111 | 475 |
AR:=@FIXPATH@ @AR@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
476 |
ARFLAGS:=@ARFLAGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
477 |
|
13697 | 478 |
NM:=@NM@ |
16582
61f0b8f48036
8006288: build-infra: Use solaris nm and not gnm on solaris
erikj
parents:
16581
diff
changeset
|
479 |
GNM:=@GNM@ |
13697 | 480 |
STRIP:=@STRIP@ |
481 |
||
482 |
LIPO:=@LIPO@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
483 |
|
20363 | 484 |
# Options to linker to specify a mapfile. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
485 |
# (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
|
486 |
SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
487 |
|
12801 | 488 |
# Options for C/CXX compiler to be used if linking is performed |
489 |
# using reorder file |
|
490 |
C_FLAG_REORDER:=@C_FLAG_REORDER@ |
|
491 |
CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@ |
|
492 |
||
13132 | 493 |
# |
494 |
# Options for generating debug symbols |
|
35032 | 495 |
COMPILE_WITH_DEBUG_SYMBOLS := @COMPILE_WITH_DEBUG_SYMBOLS@ |
496 |
COPY_DEBUG_SYMBOLS := @COPY_DEBUG_SYMBOLS@ |
|
497 |
ZIP_EXTERNAL_DEBUG_SYMBOLS := @ZIP_EXTERNAL_DEBUG_SYMBOLS@ |
|
498 |
||
13132 | 499 |
CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@ |
500 |
CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@ |
|
501 |
||
502 |
# |
|
503 |
# Compress (or not) jars |
|
504 |
COMPRESS_JARS=@COMPRESS_JARS@ |
|
505 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
506 |
# Options to linker to specify the library name. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
507 |
# (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
|
508 |
SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
509 |
|
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
510 |
SHARED_LIBRARY_FLAGS=@SHARED_LIBRARY_FLAGS@ |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34594
diff
changeset
|
511 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
512 |
# 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
|
513 |
# (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
|
514 |
SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@ |
13697 | 515 |
SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
516 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
517 |
# Different OS:es have different ways of naming shared libraries. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
518 |
# The SHARED_LIBRARY macro takes "verify" as and argument and returns: |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
519 |
# "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
520 |
# (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
|
521 |
SHARED_LIBRARY=@SHARED_LIBRARY@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
522 |
STATIC_LIBRARY=@STATIC_LIBRARY@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
523 |
LIBRARY_PREFIX:=@LIBRARY_PREFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
524 |
SHARED_LIBRARY_SUFFIX:=@SHARED_LIBRARY_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
525 |
STATIC_LIBRARY_SUFFIX:=@STATIC_LIBRARY_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
526 |
EXE_SUFFIX:=@EXE_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
527 |
OBJ_SUFFIX:=@OBJ_SUFFIX@ |
33562
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32921
diff
changeset
|
528 |
STATIC_BUILD:=@STATIC_BUILD@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
529 |
|
32811
df82db312e58
8135060: Stop building Xcode projects in install build
erikj
parents:
32559
diff
changeset
|
530 |
STRIPFLAGS:=@STRIPFLAGS@ |
12801 | 531 |
|
22728
0a9d96bf2023
8036079: --with-boot-jdk-jvmargs configure options are ignored
mduigou
parents:
22722
diff
changeset
|
532 |
JAVA_FLAGS:=@JAVA_FLAGS@ |
23171 | 533 |
JAVA_FLAGS_BIG:=@JAVA_FLAGS_BIG@ |
534 |
JAVA_FLAGS_SMALL:=@JAVA_FLAGS_SMALL@ |
|
34101
a1db3b482137
8143296: javac-server/sjavac not compatible with LogFailures on Windows
erikj
parents:
33571
diff
changeset
|
535 |
JAVA_FLAGS_JAVAC:=@JAVA_FLAGS_JAVAC@ |
25854 | 536 |
JAVA_TOOL_FLAGS_SMALL:=@JAVA_TOOL_FLAGS_SMALL@ |
26907
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
537 |
SJAVAC_SERVER_JAVA_FLAGS:=@SJAVAC_SERVER_JAVA_FLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
538 |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27593
diff
changeset
|
539 |
# 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
|
540 |
# 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
|
541 |
# versions of the variables directly. |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
542 |
JAVA_CMD:=@JAVA@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
543 |
JAVAC_CMD:=@JAVAC@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
544 |
JAVAH_CMD:=@JAVAH@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
545 |
JAR_CMD:=@JAR@ |
37771
30f2faf0e7a6
8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents:
37770
diff
changeset
|
546 |
JLINK_CMD := @JLINK@ |
30f2faf0e7a6
8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents:
37770
diff
changeset
|
547 |
JMOD_CMD := @JMOD@ |
26907
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
548 |
JARSIGNER_CMD:=@JARSIGNER@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
549 |
SJAVAC_SERVER_JAVA_CMD:=@SJAVAC_SERVER_JAVA@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
550 |
# 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
|
551 |
# it possible to override only the *_CMD variables. |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
552 |
JAVA=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_BIG) $(JAVA_FLAGS) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
553 |
JAVA_SMALL=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_SMALL) $(JAVA_FLAGS) |
34101
a1db3b482137
8143296: javac-server/sjavac not compatible with LogFailures on Windows
erikj
parents:
33571
diff
changeset
|
554 |
JAVA_JAVAC=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_JAVAC) $(JAVA_FLAGS) |
26907
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
555 |
JAVAC=@FIXPATH@ $(JAVAC_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
556 |
JAVAH=@FIXPATH@ $(JAVAH_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
557 |
JAR=@FIXPATH@ $(JAR_CMD) |
37771
30f2faf0e7a6
8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents:
37770
diff
changeset
|
558 |
JLINK = @FIXPATH@ $(JLINK_CMD) $(JAVA_TOOL_FLAGS_SMALL) |
30f2faf0e7a6
8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents:
37770
diff
changeset
|
559 |
JMOD = @FIXPATH@ $(JMOD_CMD) $(JAVA_TOOL_FLAGS_SMALL) |
26907
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
560 |
JARSIGNER=@FIXPATH@ $(JARSIGNER_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
561 |
# 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
|
562 |
# the long running background sjavac servers and other long running tasks. |
34101
a1db3b482137
8143296: javac-server/sjavac not compatible with LogFailures on Windows
erikj
parents:
33571
diff
changeset
|
563 |
SJAVAC_SERVER_JAVA=@FIXPATH@ @FIXPATH_DETACH_FLAG@ $(SJAVAC_SERVER_JAVA_CMD) \ |
a1db3b482137
8143296: javac-server/sjavac not compatible with LogFailures on Windows
erikj
parents:
33571
diff
changeset
|
564 |
$(SJAVAC_SERVER_JAVA_FLAGS) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
565 |
|
13697 | 566 |
# Hotspot sets this variable before reading the SPEC when compiling sa-jdi.jar. Avoid |
567 |
# overriding that value by using ?=. |
|
568 |
JAVAC_FLAGS?=@JAVAC_FLAGS@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
569 |
|
36506 | 570 |
|
39203
294ad181367d
8160722: Module summary generation fails on Windows 32bit
erikj
parents:
38924
diff
changeset
|
571 |
BUILD_JAVA_FLAGS := @BOOTCYCLE_JVM_ARGS_BIG@ |
36506 | 572 |
BUILD_JAVA=@FIXPATH@ $(BUILD_JDK)/bin/java $(BUILD_JAVA_FLAGS) |
573 |
||
574 |
# Use ?= as this can be overridden from bootcycle-spec.gmk |
|
575 |
BOOT_JDK_MODULAR ?= @BOOT_JDK_MODULAR@ |
|
576 |
||
37764
63e0379dd186
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37407
diff
changeset
|
577 |
INTERIM_OVERRIDE_MODULES := java.compiler jdk.compiler \ |
63e0379dd186
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37407
diff
changeset
|
578 |
jdk.jdeps jdk.javadoc jdk.rmic |
36506 | 579 |
ifeq ($(BOOT_JDK_MODULAR), true) |
37764
63e0379dd186
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37407
diff
changeset
|
580 |
INTERIM_OVERRIDE_MODULES_ARGS = $(foreach m, $(INTERIM_OVERRIDE_MODULES), \ |
40241
59abac94e4f2
8136930: Simplify use of module-system options by custom launchers
mchung
parents:
39956
diff
changeset
|
581 |
--patch-module $m=$(BUILDTOOLS_OUTPUTDIR)/override_modules/$m) |
36506 | 582 |
INTERIM_LANGTOOLS_ARGS = $(INTERIM_OVERRIDE_MODULES_ARGS) |
583 |
JAVAC_MAIN_CLASS = -m jdk.compiler/com.sun.tools.javac.Main |
|
584 |
JAVADOC_MAIN_CLASS = -m jdk.javadoc/jdk.javadoc.internal.tool.Main |
|
585 |
else |
|
586 |
INTERIM_OVERRIDE_MODULES_ARGS = \ |
|
587 |
-Xbootclasspath/p:$(call PathList, \ |
|
588 |
$(addprefix $(BUILDTOOLS_OUTPUTDIR)/override_modules/, \ |
|
589 |
$(INTERIM_OVERRIDE_MODULES))) |
|
590 |
INTERIM_LANGTOOLS_ARGS = $(INTERIM_OVERRIDE_MODULES_ARGS) \ |
|
591 |
-cp $(BUILDTOOLS_OUTPUTDIR)/override_modules/jdk.compiler |
|
592 |
JAVAC_MAIN_CLASS = com.sun.tools.javac.Main |
|
593 |
JAVADOC_MAIN_CLASS = jdk.javadoc.internal.tool.Main |
|
594 |
endif |
|
15393
e3761cf4e010
8006872: Stop creating four jars with identical content in the new build system.
ohrstrom
parents:
15058
diff
changeset
|
595 |
# You run the new javac using the boot jdk with $(BOOT_JDK)/bin/java $(NEW_JAVAC) ... |
27560 | 596 |
# Use = assignment to be able to override in bootcycle-spec.gmk |
36506 | 597 |
NEW_JAVAC = $(INTERIM_LANGTOOLS_ARGS) $(JAVAC_MAIN_CLASS) |
598 |
NEW_JAVADOC = $(INTERIM_LANGTOOLS_ARGS) $(JAVADOC_MAIN_CLASS) |
|
599 |
||
600 |
JLINK_KEEP_PACKAGED_MODULES:=@JLINK_KEEP_PACKAGED_MODULES@ |
|
601 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
602 |
# Base flags for RC |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
603 |
# Guarding this against resetting value. Legacy make files include spec multiple |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
604 |
# times. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
605 |
ifndef RC_FLAGS |
20363 | 606 |
RC_FLAGS:=@RC_FLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
607 |
endif |
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 |
# Tools adhering to a minimal and common standard of posix compliance. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
610 |
AWK:=@AWK@ |
13697 | 611 |
BASENAME:=@BASENAME@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
612 |
CAT:=@CAT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
613 |
CCACHE:=@CCACHE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
614 |
# CD is going away, but remains to cater for legacy makefiles. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
615 |
CD:=cd |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
616 |
CHMOD:=@CHMOD@ |
17661
55c5e0f7b9cc
8013489: New build system does not run codesign on SA-related launchers on OS X
erikj
parents:
17593
diff
changeset
|
617 |
CODESIGN:=@CODESIGN@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
618 |
COMM:=@COMM@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
619 |
CP:=@CP@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
620 |
CPIO:=@CPIO@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
621 |
CUT:=@CUT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
622 |
DATE:=@DATE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
623 |
DIFF:=@DIFF@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
624 |
DIRNAME:=@DIRNAME@ |
20640
66c24722698e
7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed
parents:
20275
diff
changeset
|
625 |
DSYMUTIL:=@DSYMUTIL@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
626 |
FIND:=@FIND@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
627 |
FIND_DELETE:=@FIND_DELETE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
628 |
ECHO:=@ECHO@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
629 |
EGREP:=@EGREP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
630 |
FGREP:=@FGREP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
631 |
GREP:=@GREP@ |
37972 | 632 |
GZIP:=@GZIP@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
633 |
HEAD:=@HEAD@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
634 |
LS:=@LS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
635 |
LN:=@LN@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
636 |
MKDIR:=@MKDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
637 |
MV:=@MV@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
638 |
NAWK:=@NAWK@ |
32920 | 639 |
NICE:=@NICE@ |
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32559
diff
changeset
|
640 |
PATCH:=@PATCH@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
641 |
PRINTF:=@PRINTF@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
642 |
RM:=@RM@ |
33052 | 643 |
RMDIR:=@RMDIR@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
644 |
SED:=@SED@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
645 |
SH:=@SH@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
646 |
SORT:=@SORT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
647 |
TAR:=@TAR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
648 |
TAIL:=@TAIL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
649 |
TEE:=@TEE@ |
14111 | 650 |
TIME:=@TIME@ |
18425 | 651 |
IS_GNU_TIME:=@IS_GNU_TIME@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
652 |
TR:=@TR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
653 |
TOUCH:=@TOUCH@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
654 |
UNIQ:=@UNIQ@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
655 |
WC:=@WC@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
656 |
XARGS:=@XARGS@ |
42136
f872c8278074
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse
parents:
41874
diff
changeset
|
657 |
ZIPEXE:=@ZIPEXE@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
658 |
UNZIP:=@UNZIP@ |
14111 | 659 |
MT:=@FIXPATH@ @MT@ |
660 |
RC:=@FIXPATH@ @RC@ |
|
661 |
DUMPBIN:=@FIXPATH@ @DUMPBIN@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
662 |
CYGPATH:=@CYGPATH@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
663 |
LDD:=@LDD@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
664 |
OTOOL:=@OTOOL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
665 |
READELF:=@READELF@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
666 |
EXPR:=@EXPR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
667 |
FILE:=@FILE@ |
12801 | 668 |
HG:=@HG@ |
13132 | 669 |
OBJCOPY:=@OBJCOPY@ |
14111 | 670 |
SETFILE:=@SETFILE@ |
16580
6acb502beafa
8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj
parents:
16578
diff
changeset
|
671 |
XATTR:=@XATTR@ |
17593
de6741d8a142
8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents:
17352
diff
changeset
|
672 |
JT_HOME:=@JT_HOME@ |
de6741d8a142
8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents:
17352
diff
changeset
|
673 |
JTREGEXE:=@JTREGEXE@ |
25034
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
674 |
XCODEBUILD=@XCODEBUILD@ |
37402 | 675 |
DTRACE := @DTRACE@ |
14111 | 676 |
FIXPATH:=@FIXPATH@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
677 |
|
38924
55921b080a8e
8157479: jdk-9_solaris-x64_bin-debug.tar.gz error - typeflag 'L' not recognized
erikj
parents:
38546
diff
changeset
|
678 |
TAR_TYPE:=@TAR_TYPE@ |
55921b080a8e
8157479: jdk-9_solaris-x64_bin-debug.tar.gz error - typeflag 'L' not recognized
erikj
parents:
38546
diff
changeset
|
679 |
TAR_CREATE_EXTRA_PARAM:=@TAR_CREATE_EXTRA_PARAM@ |
37972 | 680 |
TAR_INCLUDE_PARAM:=@TAR_INCLUDE_PARAM@ |
681 |
TAR_SUPPORTS_TRANSFORM:=@TAR_SUPPORTS_TRANSFORM@ |
|
682 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
683 |
# Build setup |
42532 | 684 |
ENABLE_AOT:=@ENABLE_AOT@ |
43388
509c3ebb5c97
8004842: Unify values of boolean make variables set in configure to true/false
ihse
parents:
43383
diff
changeset
|
685 |
ENABLE_INTREE_EC:=@ENABLE_INTREE_EC@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
686 |
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
687 |
USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
688 |
USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@ |
13132 | 689 |
LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@ |
14111 | 690 |
MSVCR_DLL:=@MSVCR_DLL@ |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28285
diff
changeset
|
691 |
MSVCP_DLL:=@MSVCP_DLL@ |
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37764
diff
changeset
|
692 |
STLPORT_LIB:=@STLPORT_LIB@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
693 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
694 |
#################################################### |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
695 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
696 |
# INSTALLATION |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
697 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
698 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
699 |
# Common prefix for all installed files. Defaults to /usr/local, |
20363 | 700 |
# but /opt/myjdk is another common version. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
701 |
INSTALL_PREFIX=@prefix@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
702 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
703 |
# Directories containing architecture-dependent files should be relative to exec_prefix |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
704 |
INSTALL_EXECPREFIX=@exec_prefix@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
705 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
706 |
# java,javac,javah,javap etc are installed here. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
707 |
INSTALL_BINDIR=@bindir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
708 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
709 |
# Read only architecture-independent data |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
710 |
INSTALL_DATADIR=@datadir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
711 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
712 |
# Root of above. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
713 |
INSTALL_DATAROOTDIR=@datarootdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
714 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
715 |
# Doc files, other than info and man. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
716 |
INSTALL_DOCDIR=@docdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
717 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
718 |
# Html documentation |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
719 |
INSTALL_HTMLDIR=@htmldir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
720 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
721 |
# Installing C header files, JNI headers for example. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
722 |
INSTALL_INCLUDEDIR=@includedir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
723 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
724 |
# Installing library files.... |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
725 |
INSTALL_INCLUDEDIR=@libdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
726 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
727 |
# Executables that other programs run. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
728 |
INSTALL_LIBEXECDIR=@libexecdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
729 |
|
20363 | 730 |
# Locale-dependent but architecture-independent data, such as message catalogs. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
731 |
INSTALL_LOCALEDIR=@localedir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
732 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
733 |
# Modifiable single-machine data |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
734 |
INSTALL_LOCALSTATEDIR=@localstatedir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
735 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
736 |
# Man pages |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
737 |
INSTALL_MANDIR=@mandir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
738 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
739 |
# Modifiable architecture-independent data. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
740 |
INSTALL_SHAREDSTATEDIR=@sharedstatedir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
741 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
742 |
# Read-only single-machine data |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
743 |
INSTALL_SYSCONFDIR=@sysconfdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
744 |
|
23163 | 745 |
#################################################### |
746 |
# |
|
747 |
# Libraries |
|
748 |
# |
|
749 |
||
24413 | 750 |
USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@ |
751 |
LCMS_CFLAGS:=@LCMS_CFLAGS@ |
|
752 |
LCMS_LIBS:=@LCMS_LIBS@ |
|
753 |
||
23163 | 754 |
USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@ |
755 |
PNG_LIBS:=@PNG_LIBS@ |
|
756 |
PNG_CFLAGS:=@PNG_CFLAGS@ |
|
757 |
||
42532 | 758 |
ELF_CFLAGS:=@ELF_CFLAGS@ |
759 |
ELF_LIBS:=@ELF_LIBS@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
760 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
761 |
#################################################### |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
762 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
763 |
# Misc |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
764 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
765 |
|
16581
b2cddec593f4
8011388: Support building zero and zeroshark with the new build
omajid
parents:
16580
diff
changeset
|
766 |
INCLUDE_SA=@INCLUDE_SA@ |
42531
37ee95196b17
8166417: Integrate Graal-core into JDK for AOT compiler
kvn
parents:
42530
diff
changeset
|
767 |
INCLUDE_GRAAL=@INCLUDE_GRAAL@ |
16581
b2cddec593f4
8011388: Support building zero and zeroshark with the new build
omajid
parents:
16580
diff
changeset
|
768 |
|
12801 | 769 |
OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@ |
770 |
OS_VERSION_MINOR:=@OS_VERSION_MINOR@ |
|
771 |
OS_VERSION_MICRO:=@OS_VERSION_MICRO@ |
|
772 |
||
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
773 |
# Images directory definitions |
27560 | 774 |
JDK_IMAGE_SUBDIR:=jdk |
775 |
JRE_IMAGE_SUBDIR:=jre |
|
43043
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
776 |
JRE_COMPACT1_IMAGE_SUBDIR := jre-compact1 |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
777 |
JRE_COMPACT2_IMAGE_SUBDIR := jre-compact2 |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
778 |
JRE_COMPACT3_IMAGE_SUBDIR := jre-compact3 |
28285 | 779 |
|
16578
7a35b47cb9e5
8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents:
15914
diff
changeset
|
780 |
# 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
|
781 |
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
|
782 |
JRE_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_IMAGE_SUBDIR) |
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
783 |
|
43043
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
784 |
JRE_COMPACT1_IMAGE_DIR := $(IMAGES_OUTPUTDIR)/$(JRE_COMPACT1_IMAGE_SUBDIR) |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
785 |
JRE_COMPACT2_IMAGE_DIR := $(IMAGES_OUTPUTDIR)/$(JRE_COMPACT2_IMAGE_SUBDIR) |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
786 |
JRE_COMPACT3_IMAGE_DIR := $(IMAGES_OUTPUTDIR)/$(JRE_COMPACT3_IMAGE_SUBDIR) |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
787 |
|
28285 | 788 |
# Test image, as above |
789 |
TEST_IMAGE_SUBDIR:=test |
|
790 |
TEST_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(TEST_IMAGE_SUBDIR) |
|
791 |
||
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
792 |
# Symbols image |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
793 |
SYMBOLS_IMAGE_SUBDIR:=symbols |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
794 |
SYMBOLS_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(SYMBOLS_IMAGE_SUBDIR) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
795 |
|
37770 | 796 |
# Interim image |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
41652
diff
changeset
|
797 |
INTERIM_JMODS_DIR := $(SUPPORT_OUTPUTDIR)/interim-jmods |
37770 | 798 |
INTERIM_IMAGE_DIR := $(SUPPORT_OUTPUTDIR)/interim-image |
799 |
||
37972 | 800 |
# Docs image |
801 |
DOCS_IMAGE_SUBDIR := docs |
|
41652
a0664e2b49a1
8168772: Convert javadoc generation to build-infra standards
ihse
parents:
41458
diff
changeset
|
802 |
DOCS_IMAGE_DIR = $(IMAGES_OUTPUTDIR)/$(DOCS_IMAGE_SUBDIR) |
37972 | 803 |
|
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
804 |
# Macosx bundles directory definitions |
37972 | 805 |
JDK_MACOSX_BUNDLE_SUBDIR=jdk-bundle |
806 |
JRE_MACOSX_BUNDLE_SUBDIR=jre-bundle |
|
30094 | 807 |
JDK_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_MACOSX_BUNDLE_SUBDIR) |
808 |
JRE_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_MACOSX_BUNDLE_SUBDIR) |
|
37972 | 809 |
JDK_MACOSX_CONTENTS_SUBDIR=jdk-$(VERSION_NUMBER).jdk/Contents |
810 |
JRE_MACOSX_CONTENTS_SUBDIR=jre-$(VERSION_NUMBER).jre/Contents |
|
811 |
JDK_MACOSX_CONTENTS_DIR=$(JDK_MACOSX_BUNDLE_DIR)/$(JDK_MACOSX_CONTENTS_SUBDIR) |
|
812 |
JRE_MACOSX_CONTENTS_DIR=$(JRE_MACOSX_BUNDLE_DIR)/$(JRE_MACOSX_CONTENTS_SUBDIR) |
|
813 |
||
814 |
# Bundle names |
|
815 |
BASE_NAME := $(VERSION_SHORT)+$(VERSION_BUILD)_$(OPENJDK_TARGET_BUNDLE_PLATFORM) |
|
816 |
ifeq ($(DEBUG_LEVEL), fastdebug) |
|
817 |
DEBUG_PART := -debug |
|
818 |
else ifneq ($(DEBUG_LEVEL), release) |
|
819 |
DEBUG_PART := -$(DEBUG_LEVEL) |
|
820 |
endif |
|
821 |
JDK_BUNDLE_NAME := jdk-$(BASE_NAME)_bin$(DEBUG_PART).tar.gz |
|
822 |
JRE_BUNDLE_NAME := jre-$(BASE_NAME)_bin$(DEBUG_PART).tar.gz |
|
43043
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
823 |
JRE_COMPACT1_BUNDLE_NAME := \ |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
824 |
jre-$(VERSION_SHORT)+$(VERSION_BUILD)-compact1_$(OPENJDK_TARGET_BUNDLE_PLATFORM)_bin$(DEBUG_PART).tar.gz |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
825 |
JRE_COMPACT2_BUNDLE_NAME := \ |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
826 |
jre-$(VERSION_SHORT)+$(VERSION_BUILD)-compact2_$(OPENJDK_TARGET_BUNDLE_PLATFORM)_bin$(DEBUG_PART).tar.gz |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
827 |
JRE_COMPACT3_BUNDLE_NAME := \ |
bf14e07c9075
8172241: Cleanup mistakes in jib publish support change
erikj
parents:
42534
diff
changeset
|
828 |
jre-$(VERSION_SHORT)+$(VERSION_BUILD)-compact3_$(OPENJDK_TARGET_BUNDLE_PLATFORM)_bin$(DEBUG_PART).tar.gz |
37972 | 829 |
JDK_SYMBOLS_BUNDLE_NAME := jdk-$(BASE_NAME)_bin$(DEBUG_PART)-symbols.tar.gz |
830 |
JRE_SYMBOLS_BUNDLE_NAME := jre-$(BASE_NAME)_bin$(DEBUG_PART)-symbols.tar.gz |
|
831 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
832 |
DEMOS_BUNDLE_NAME := jdk-$(BASE_NAME)_demo$(DEBUG_PART).zip |
|
833 |
else |
|
834 |
DEMOS_BUNDLE_NAME := jdk-$(BASE_NAME)_demo$(DEBUG_PART).tar.gz |
|
835 |
endif |
|
836 |
TEST_BUNDLE_NAME := jdk-$(BASE_NAME)_bin-tests$(DEBUG_PART).tar.gz |
|
837 |
DOCS_BUNDLE_NAME := jdk-$(BASE_NAME)_doc-api-spec$(DEBUG_PART).tar.gz |
|
838 |
||
839 |
JDK_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(JDK_BUNDLE_NAME) |
|
840 |
JRE_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(JRE_BUNDLE_NAME) |
|
841 |
JDK_SYMBOLS_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(JDK_SYMBOLS_BUNDLE_NAME) |
|
842 |
JRE_SYMBOLS_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(JRE_SYMBOLS_BUNDLE_NAME) |
|
843 |
DEMOS_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(DEMOS_BUNDLE_NAME) |
|
844 |
TEST_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(TEST_BUNDLE_NAME) |
|
845 |
DOCS_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(DOCS_BUNDLE_NAME) |
|
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
846 |
|
22714
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
847 |
# 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
|
848 |
# Unless overridden in closed sources, it expands to nothing. |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27593
diff
changeset
|
849 |
# 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
|
850 |
# arguments: |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
851 |
# $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
|
852 |
# $2 the name of the makefile |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
853 |
define IncludeCustomExtension |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
854 |
endef |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
855 |
|
13697 | 856 |
# Include the custom-spec.gmk file if it exists |
857 |
-include $(dir @SPEC@)/custom-spec.gmk |