author | jprovino |
Thu, 10 Dec 2015 18:55:58 +0000 | |
changeset 35059 | 1805414a18bc |
parent 33954 | 6185394cbd60 |
child 34120 | 313fb07f49a6 |
permissions | -rw-r--r-- |
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 | 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 |
||
32719
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
39 |
# SPACE is defined in MakeBase.gmk, but it is also used in := rules here for some |
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
40 |
# toolchains, and is needed if MakeBase.gmk is not included before this file. |
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
41 |
X:= |
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
42 |
SPACE:=$(X) $(X) |
c41d1a7bffcf
8137013: ar (static linker) broken since JDK-8065912
ihse
parents:
32715
diff
changeset
|
43 |
|
29662 | 44 |
# What make to use for main processing, after bootstrapping top-level Makefile. |
45 |
MAKE := @MAKE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
46 |
|
29662 | 47 |
# The default make arguments |
29788 | 48 |
MAKE_ARGS = $(MAKE_LOG_FLAGS) -r -R -I $(TOPDIR)/make/common SPEC=$(SPEC) \ |
29662 | 49 |
MAKE_LOG_FLAGS="$(MAKE_LOG_FLAGS)" LOG_LEVEL=$(LOG_LEVEL) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
50 |
|
25854 | 51 |
OUTPUT_SYNC_SUPPORTED:=@OUTPUT_SYNC_SUPPORTED@ |
52 |
OUTPUT_SYNC:=@OUTPUT_SYNC@ |
|
53 |
||
28602
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
54 |
# 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
|
55 |
BASH:=@BASH@ |
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
56 |
BASH_ARGS:=@BASH_ARGS@ |
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
57 |
SHELL:=$(BASH) $(BASH_ARGS) |
51c0dcf51b67
8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents:
27602
diff
changeset
|
58 |
|
12801 | 59 |
# The "human readable" name of this configuration |
60 |
CONF_NAME:=@CONF_NAME@ |
|
61 |
||
13132 | 62 |
# The built jdk will run in this target system. |
63 |
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
|
64 |
OPENJDK_TARGET_OS_TYPE:=@OPENJDK_TARGET_OS_TYPE@ |
14111 | 65 |
OPENJDK_TARGET_OS_ENV:=@OPENJDK_TARGET_OS_ENV@ |
13132 | 66 |
|
67 |
OPENJDK_TARGET_CPU:=@OPENJDK_TARGET_CPU@ |
|
68 |
OPENJDK_TARGET_CPU_ARCH:=@OPENJDK_TARGET_CPU_ARCH@ |
|
69 |
OPENJDK_TARGET_CPU_BITS:=@OPENJDK_TARGET_CPU_BITS@ |
|
70 |
OPENJDK_TARGET_CPU_ENDIAN:=@OPENJDK_TARGET_CPU_ENDIAN@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
71 |
|
13697 | 72 |
COMPILE_TYPE:=@COMPILE_TYPE@ |
73 |
||
74 |
# Legacy support |
|
75 |
OPENJDK_TARGET_CPU_ISADIR:=@OPENJDK_TARGET_CPU_ISADIR@ |
|
76 |
OPENJDK_TARGET_CPU_LIBDIR:=@OPENJDK_TARGET_CPU_LIBDIR@ |
|
77 |
OPENJDK_TARGET_CPU_LEGACY:=@OPENJDK_TARGET_CPU_LEGACY@ |
|
78 |
OPENJDK_TARGET_CPU_LEGACY_LIB:=@OPENJDK_TARGET_CPU_LEGACY_LIB@ |
|
79 |
OPENJDK_TARGET_CPU_OSARCH:=@OPENJDK_TARGET_CPU_OSARCH@ |
|
80 |
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
|
81 |
OPENJDK_TARGET_OS_EXPORT_DIR:=@OPENJDK_TARGET_OS_EXPORT_DIR@ |
13697 | 82 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
83 |
# We are building on this build system. |
13132 | 84 |
# When not cross-compiling, it is the same as the target. |
85 |
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
|
86 |
OPENJDK_BUILD_OS_TYPE:=@OPENJDK_BUILD_OS_TYPE@ |
25882 | 87 |
OPENJDK_BUILD_OS_ENV:=@OPENJDK_BUILD_OS_ENV@ |
13132 | 88 |
|
89 |
OPENJDK_BUILD_CPU:=@OPENJDK_BUILD_CPU@ |
|
90 |
OPENJDK_BUILD_CPU_ARCH:=@OPENJDK_BUILD_CPU_ARCH@ |
|
91 |
OPENJDK_BUILD_CPU_BITS:=@OPENJDK_BUILD_CPU_BITS@ |
|
92 |
OPENJDK_BUILD_CPU_ENDIAN:=@OPENJDK_BUILD_CPU_ENDIAN@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
93 |
|
12801 | 94 |
# Legacy OS values for use in release file. |
95 |
REQUIRED_OS_NAME:=@REQUIRED_OS_NAME@ |
|
96 |
REQUIRED_OS_VERSION:=@REQUIRED_OS_VERSION@ |
|
97 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
98 |
@SET_OPENJDK@ |
32921
8e0250dfa145
8138761: Improved handling of libffi, and cleanup of libraries.m4
ihse
parents:
32920
diff
changeset
|
99 |
LIBM:=@LIBM@ |
12801 | 100 |
LIBDL:=@LIBDL@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
101 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
102 |
# colon or semicolon |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
103 |
PATH_SEP:=@PATH_SEP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
104 |
|
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28606
diff
changeset
|
105 |
# 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
|
106 |
ORIGINAL_PATH:=@ORIGINAL_PATH@ |
14111 | 107 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28606
diff
changeset
|
108 |
# 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
|
109 |
# to include Visual Studio tools (this needs to be in cygwin/msys style). |
14111 | 110 |
export PATH:=@VS_PATH@ |
111 |
endif |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
112 |
|
23428
3c8a05bf4656
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents:
23423
diff
changeset
|
113 |
SYSROOT_CFLAGS := @SYSROOT_CFLAGS@ |
3c8a05bf4656
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents:
23423
diff
changeset
|
114 |
SYSROOT_LDFLAGS := @SYSROOT_LDFLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
115 |
|
22722 | 116 |
# The top-level directory of the forest (SRC_ROOT is a traditional alias) |
117 |
TOPDIR:=@TOPDIR@ |
|
29663
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
118 |
# 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
|
119 |
ORIGINAL_TOPDIR:=@ORIGINAL_TOPDIR@ |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
120 |
CANONICAL_TOPDIR:=@CANONICAL_TOPDIR@ |
22722 | 121 |
SRC_ROOT:=@TOPDIR@ |
122 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
123 |
OUTPUT_ROOT:=@OUTPUT_ROOT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
124 |
JDK_TOPDIR:=@JDK_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
125 |
LANGTOOLS_TOPDIR:=@LANGTOOLS_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
126 |
CORBA_TOPDIR:=@CORBA_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
127 |
JAXP_TOPDIR:=@JAXP_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
128 |
JAXWS_TOPDIR:=@JAXWS_TOPDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
129 |
HOTSPOT_TOPDIR:=@HOTSPOT_TOPDIR@ |
15903 | 130 |
NASHORN_TOPDIR:=@NASHORN_TOPDIR@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
131 |
COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
132 |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
133 |
# New (JEP-223) version information |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
134 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
135 |
## Building blocks of the version string |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
136 |
# First three version numbers, with well-specified meanings (numerical) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
137 |
VERSION_MAJOR := @VERSION_MAJOR@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
138 |
VERSION_MINOR := @VERSION_MINOR@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
139 |
VERSION_SECURITY := @VERSION_SECURITY@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
140 |
# Optional fourth element for use by OpenJDK consumers (numerical) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
141 |
VERSION_PATCH := @VERSION_PATCH@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
142 |
# The pre-release identifier (string) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
143 |
VERSION_PRE := @VERSION_PRE@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
144 |
# The build number (numerical) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
145 |
VERSION_BUILD := @VERSION_BUILD@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
146 |
# Optional build information (string) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
147 |
VERSION_OPT := @VERSION_OPT@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
148 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
149 |
## Composite variables |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
150 |
# 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
|
151 |
VERSION_NUMBER := @VERSION_NUMBER@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
152 |
# 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
|
153 |
VERSION_NUMBER_FOUR_POSITIONS := @VERSION_NUMBER_FOUR_POSITIONS@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
154 |
# The complete version string, with additional build information |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
155 |
VERSION_STRING := @VERSION_STRING@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
156 |
# 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
|
157 |
VERSION_SHORT := @VERSION_SHORT@ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
158 |
# The Java specification version. It should be equal to version number. |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
159 |
VERSION_SPECIFICATION := @VERSION_NUMBER@ |
33929 | 160 |
# A GA version is defined by the PRE string being empty. Rather than testing for |
161 |
# that, this variable defines it with true/false. |
|
162 |
VERSION_IS_GA := @VERSION_IS_GA@ |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
163 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
164 |
# 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
|
165 |
VERSION_CFLAGS := \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
166 |
-DVERSION_MAJOR=$(VERSION_MAJOR) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
167 |
-DVERSION_MINOR=$(VERSION_MINOR) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
168 |
-DVERSION_SECURITY=$(VERSION_SECURITY) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
169 |
-DVERSION_PATCH=$(VERSION_PATCH) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
170 |
-DVERSION_PRE='"$(VERSION_PRE)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
171 |
-DVERSION_BUILD=$(VERSION_BUILD) \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
172 |
-DVERSION_OPT='"$(VERSION_OPT)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
173 |
-DVERSION_NUMBER='"$(VERSION_NUMBER)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
174 |
-DVERSION_STRING='"$(VERSION_STRING)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
175 |
-DVERSION_SHORT='"$(VERSION_SHORT)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
176 |
-DVERSION_SPECIFICATION='"$(VERSION_SPECIFICATION)"' \ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
177 |
# |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
178 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
179 |
# Platform naming variables |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
180 |
LAUNCHER_NAME:=@LAUNCHER_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
181 |
PRODUCT_NAME:=@PRODUCT_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
182 |
PRODUCT_SUFFIX:=@PRODUCT_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
183 |
JDK_RC_PLATFORM_NAME:=@JDK_RC_PLATFORM_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
184 |
COMPANY_NAME:=@COMPANY_NAME@ |
14111 | 185 |
MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@ |
186 |
MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
187 |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
30415
diff
changeset
|
188 |
# 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
|
189 |
RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
190 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
191 |
# How to compile the code: release, fastdebug or slowdebug |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
192 |
DEBUG_LEVEL:=@DEBUG_LEVEL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
193 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
194 |
# This is the JDK variant to build. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
195 |
# 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
|
196 |
JDK_VARIANT:=@JDK_VARIANT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
197 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
198 |
# Should we compile support for running with a graphical UI? (ie headful) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
199 |
# Should we compile support for running without? (ie headless) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
200 |
SUPPORT_HEADFUL:=@SUPPORT_HEADFUL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
201 |
SUPPORT_HEADLESS:=@SUPPORT_HEADLESS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
202 |
# Legacy defines controlled by the SUPPORT_HEADLESS and SUPPORT_HEADFUL options. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
203 |
@BUILD_HEADLESS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
204 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
205 |
# These are the libjvms that we want to build. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
206 |
# The java launcher uses the default. |
14810 | 207 |
# 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
|
208 |
# on the java launcher command line. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
209 |
JVM_VARIANTS:=@JVM_VARIANTS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
210 |
JVM_VARIANT_SERVER:=@JVM_VARIANT_SERVER@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
211 |
JVM_VARIANT_CLIENT:=@JVM_VARIANT_CLIENT@ |
14810 | 212 |
JVM_VARIANT_MINIMAL1:=@JVM_VARIANT_MINIMAL1@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
213 |
JVM_VARIANT_KERNEL:=@JVM_VARIANT_KERNEL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
214 |
JVM_VARIANT_ZERO:=@JVM_VARIANT_ZERO@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
215 |
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
|
216 |
JVM_VARIANT_CORE:=@JVM_VARIANT_CORE@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
217 |
|
13697 | 218 |
# Universal binaries on macosx |
219 |
MACOSX_UNIVERSAL=@MACOSX_UNIVERSAL@ |
|
220 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
221 |
# Legacy setting: -debug or -fastdebug |
13697 | 222 |
# Still used in version string... |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
223 |
BUILD_VARIANT_RELEASE:=@BUILD_VARIANT_RELEASE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
224 |
|
13697 | 225 |
# JDK_OUTPUTDIR specifies where a working jvm is built. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
226 |
# You can run $(JDK_OUTPUTDIR)/bin/java |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
227 |
# Though the layout of the contents of $(JDK_OUTPUTDIR) is not |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
228 |
# yet the same as a default installation. |
13697 | 229 |
# |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
230 |
# When you run "make install" it will create the standardized |
13697 | 231 |
# 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
|
232 |
# Then it will copy the contents of the jdk into the installation |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
233 |
# directory. |
13132 | 234 |
|
13697 | 235 |
BUILD_OUTPUT:=@BUILD_OUTPUT@ |
16578
7a35b47cb9e5
8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents:
15914
diff
changeset
|
236 |
# Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images |
27560 | 237 |
SUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/support |
238 |
BUILDTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/buildtools |
|
239 |
||
13697 | 240 |
HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot |
241 |
JDK_OUTPUTDIR=$(BUILD_OUTPUT)/jdk |
|
242 |
IMAGES_OUTPUTDIR=$(BUILD_OUTPUT)/images |
|
28600
09dd1740f176
8069261: Create make dependencies on make variable values
erikj
parents:
28285
diff
changeset
|
243 |
TESTMAKE_OUTPUTDIR=$(BUILD_OUTPUT)/test-make |
26548 | 244 |
MAKESUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/make-support |
29790 | 245 |
# This does not get overridden in a bootcycle build |
246 |
CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
247 |
|
14378
0ef5d942b98e
8002028: build-infra: need no-hotspot partial build
tbell
parents:
14112
diff
changeset
|
248 |
HOTSPOT_DIST=@HOTSPOT_DIST@ |
0ef5d942b98e
8002028: build-infra: need no-hotspot partial build
tbell
parents:
14112
diff
changeset
|
249 |
|
0ef5d942b98e
8002028: build-infra: need no-hotspot partial build
tbell
parents:
14112
diff
changeset
|
250 |
BUILD_HOTSPOT=@BUILD_HOTSPOT@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
251 |
|
27560 | 252 |
# The boot jdk to use. This is overridden in bootcycle-spec.gmk. Make sure to keep |
253 |
# it in sync. |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
254 |
BOOT_JDK:=@BOOT_JDK@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
255 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
256 |
# When compiling Java source to be run by the boot jdk |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
257 |
# use these extra flags, eg -source 6 -target 6 |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
258 |
BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
259 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
260 |
# Information about the build system |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
261 |
NUM_CORES:=@NUM_CORES@ |
23985 | 262 |
MEMORY_SIZE:=@MEMORY_SIZE@ |
13697 | 263 |
# Enable sjavac support = use a javac server, |
264 |
# multi core javac compilation and dependency tracking. |
|
265 |
ENABLE_SJAVAC:=@ENABLE_SJAVAC@ |
|
33055
3676b99f33cf
8140312: Enable new sjavac server only mode in jdk build
erikj
parents:
33052
diff
changeset
|
266 |
ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@ |
13697 | 267 |
# Store sjavac server synchronization files here, and |
268 |
# the sjavac server log files. |
|
29790 | 269 |
SJAVAC_SERVER_DIR=$(MAKESUPPORT_OUTPUTDIR)/javacservers |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
270 |
|
15790 | 271 |
# Number of parallel jobs to use for compilation |
272 |
JOBS?=@JOBS@ |
|
273 |
||
20654 | 274 |
FREETYPE_LIBS:=@FREETYPE_LIBS@ |
275 |
FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@ |
|
276 |
FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
277 |
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
|
278 |
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
|
279 |
ALSA_CFLAGS:=@ALSA_CFLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
280 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
281 |
PACKAGE_PATH=@PACKAGE_PATH@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
282 |
|
12801 | 283 |
# Source file for cacerts |
284 |
CACERTS_FILE=@CACERTS_FILE@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
285 |
|
14112
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
286 |
# Enable unlimited crypto policy |
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
287 |
UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@ |
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
288 |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
289 |
GCOV_ENABLED=@GCOV_ENABLED@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
290 |
|
20363 | 291 |
# Necessary additional compiler flags to compile X11 |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
292 |
X_CFLAGS:=@X_CFLAGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
293 |
X_LIBS:=@X_LIBS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
294 |
|
15581
1dd771c6a1ee
8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
erikj
parents:
15393
diff
changeset
|
295 |
# The lowest required version of macosx to enforce compatiblity for |
15786 | 296 |
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
|
297 |
|
22721
63761da45392
8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents:
22716
diff
changeset
|
298 |
# Toolchain type: gcc, clang, solstudio, lxc, microsoft... |
63761da45392
8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents:
22716
diff
changeset
|
299 |
TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
300 |
|
22466 | 301 |
# Option used to tell the compiler whether to create 32- or 64-bit executables |
302 |
COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@ |
|
16984 | 303 |
COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ |
304 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
305 |
CC_OUT_OPTION:=@CC_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
306 |
EXE_OUT_OPTION:=@EXE_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
307 |
LD_OUT_OPTION:=@LD_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
308 |
AR_OUT_OPTION:=@AR_OUT_OPTION@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
309 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
310 |
# Flags used for overriding the default opt setting for a C/C++ source file. |
12801 | 311 |
C_O_FLAG_HIGHEST:=@C_O_FLAG_HIGHEST@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
312 |
C_O_FLAG_HI:=@C_O_FLAG_HI@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
313 |
C_O_FLAG_NORM:=@C_O_FLAG_NORM@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
314 |
C_O_FLAG_NONE:=@C_O_FLAG_NONE@ |
12801 | 315 |
CXX_O_FLAG_HIGHEST:=@CXX_O_FLAG_HIGHEST@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
316 |
CXX_O_FLAG_HI:=@CXX_O_FLAG_HI@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
317 |
CXX_O_FLAG_NORM:=@CXX_O_FLAG_NORM@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
318 |
CXX_O_FLAG_NONE:=@CXX_O_FLAG_NONE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
319 |
|
12801 | 320 |
C_FLAG_DEPS:=@C_FLAG_DEPS@ |
321 |
CXX_FLAG_DEPS:=@CXX_FLAG_DEPS@ |
|
322 |
||
29304
81a723f8d33c
8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents:
29173
diff
changeset
|
323 |
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
|
324 |
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
|
325 |
|
30415 | 326 |
# A global flag (true or false) determining if native warnings are considered errors. |
327 |
WARNINGS_AS_ERRORS := @WARNINGS_AS_ERRORS@ |
|
328 |
||
28812
6c36bc1ccc0e
8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents:
28809
diff
changeset
|
329 |
CFLAGS_CCACHE:=@CFLAGS_CCACHE@ |
6c36bc1ccc0e
8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents:
28809
diff
changeset
|
330 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
331 |
# Tools that potentially need to be cross compilation aware. |
14111 | 332 |
CC:=@FIXPATH@ @CCACHE@ @CC@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
333 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
334 |
# CFLAGS used to compile the jdk native libraries (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
335 |
CFLAGS_JDKLIB:=@CFLAGS_JDKLIB@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
336 |
CXXFLAGS_JDKLIB:=@CXXFLAGS_JDKLIB@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
337 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
338 |
# CFLAGS used to compile the jdk native launchers (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
339 |
CFLAGS_JDKEXE:=@CFLAGS_JDKEXE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
340 |
CXXFLAGS_JDKEXE:=@CXXFLAGS_JDKEXE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
341 |
|
14111 | 342 |
CXX:=@FIXPATH@ @CCACHE@ @CXX@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
343 |
#CXXFLAGS:=@CXXFLAGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
344 |
|
14111 | 345 |
CPP:=@FIXPATH@ @CPP@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
346 |
#CPPFLAGS:=@CPPFLAGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
347 |
|
27586
e7cfdc266a70
8058631: Rename posix to unix in build system to match file name changes
ihse
parents:
26907
diff
changeset
|
348 |
# The linker can be gcc or ld on unix systems, or link.exe on windows systems. |
14111 | 349 |
LD:=@FIXPATH@ @LD@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
350 |
|
25034
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
351 |
# Xcode SDK path |
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
352 |
SDKROOT:=@SDKROOT@ |
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
353 |
|
22460
0273c023680c
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
18018
diff
changeset
|
354 |
# 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
|
355 |
# "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
|
356 |
# 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
|
357 |
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
|
358 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
359 |
# LDFLAGS used to link the jdk native libraries (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
360 |
LDFLAGS_JDKLIB:=@LDFLAGS_JDKLIB@ |
33394 | 361 |
JDKLIB_LIBS:=@JDKLIB_LIBS@ |
12258
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 |
# LDFLAGS used to link the jdk native launchers (C-code) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
364 |
LDFLAGS_JDKEXE:=@LDFLAGS_JDKEXE@ |
33394 | 365 |
JDKEXE_LIBS:=@JDKEXE_LIBS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
366 |
|
13697 | 367 |
# LDFLAGS specific to C++ linking. |
368 |
LDFLAGS_CXX_JDK:=@LDFLAGS_CXX_JDK@ |
|
369 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
370 |
# Sometimes a different linker is needed for c++ libs |
14111 | 371 |
LDCXX:=@FIXPATH@ @LDCXX@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
372 |
# The flags for linking libstdc++ linker. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
373 |
LIBCXX:=@LIBCXX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
374 |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
375 |
# Compiler and linker flags used when building native tests |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
376 |
CFLAGS_TESTLIB:=@CFLAGS_TESTLIB@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
377 |
CXXFLAGS_TESTLIB:=@CXXFLAGS_TESTLIB@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
378 |
CFLAGS_TESTEXE:=@CFLAGS_TESTEXE@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
379 |
CXXFLAGS_TESTEXE:=@CXXFLAGS_TESTEXE@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
380 |
LDFLAGS_TESTLIB:=@LDFLAGS_TESTLIB@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
381 |
LDFLAGS_TESTEXE:=@LDFLAGS_TESTEXE@ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
382 |
|
13697 | 383 |
# BUILD_CC/BUILD_LD is a compiler/linker that generates code that is runnable on the |
384 |
# build platform. |
|
14111 | 385 |
BUILD_CC:=@FIXPATH@ @BUILD_CC@ |
386 |
BUILD_LD:=@FIXPATH@ @BUILD_LD@ |
|
32810
8203e52cd373
8138694: Devkit build on Macosx still requires Xcode to be installed
erikj
parents:
32806
diff
changeset
|
387 |
BUILD_SYSROOT_CFLAGS:=@BUILD_SYSROOT_CFLAGS@ |
8203e52cd373
8138694: Devkit build on Macosx still requires Xcode to be installed
erikj
parents:
32806
diff
changeset
|
388 |
BUILD_SYSROOT_LDFLAGS:=@BUILD_SYSROOT_LDFLAGS@ |
13132 | 389 |
|
14111 | 390 |
AS:=@FIXPATH@ @AS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
391 |
|
27586
e7cfdc266a70
8058631: Rename posix to unix in build system to match file name changes
ihse
parents:
26907
diff
changeset
|
392 |
# AR is used to create a static library (is ar in unix, lib.exe in windows) |
14111 | 393 |
AR:=@FIXPATH@ @AR@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
394 |
ARFLAGS:=@ARFLAGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
395 |
|
13697 | 396 |
NM:=@NM@ |
16582
61f0b8f48036
8006288: build-infra: Use solaris nm and not gnm on solaris
erikj
parents:
16581
diff
changeset
|
397 |
GNM:=@GNM@ |
13697 | 398 |
STRIP:=@STRIP@ |
399 |
||
400 |
LIPO:=@LIPO@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
401 |
|
20363 | 402 |
# Options to linker to specify a mapfile. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
403 |
# (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
|
404 |
SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
405 |
|
12801 | 406 |
# Options for C/CXX compiler to be used if linking is performed |
407 |
# using reorder file |
|
408 |
C_FLAG_REORDER:=@C_FLAG_REORDER@ |
|
409 |
CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@ |
|
410 |
||
13132 | 411 |
# |
412 |
# Options for generating debug symbols |
|
413 |
ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@ |
|
414 |
CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@ |
|
415 |
CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@ |
|
416 |
ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@ |
|
417 |
||
418 |
# |
|
419 |
# Compress (or not) jars |
|
420 |
COMPRESS_JARS=@COMPRESS_JARS@ |
|
421 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
422 |
# Options to linker to specify the library name. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
423 |
# (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
|
424 |
SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
425 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
426 |
# 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
|
427 |
# (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
|
428 |
SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@ |
13697 | 429 |
SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
430 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
431 |
# Different OS:es have different ways of naming shared libraries. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
432 |
# The SHARED_LIBRARY macro takes "verify" as and argument and returns: |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
433 |
# "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
434 |
# (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
|
435 |
SHARED_LIBRARY=@SHARED_LIBRARY@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
436 |
STATIC_LIBRARY=@STATIC_LIBRARY@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
437 |
LIBRARY_PREFIX:=@LIBRARY_PREFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
438 |
SHARED_LIBRARY_SUFFIX:=@SHARED_LIBRARY_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
439 |
STATIC_LIBRARY_SUFFIX:=@STATIC_LIBRARY_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
440 |
EXE_SUFFIX:=@EXE_SUFFIX@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
441 |
OBJ_SUFFIX:=@OBJ_SUFFIX@ |
33562
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32921
diff
changeset
|
442 |
STATIC_BUILD:=@STATIC_BUILD@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
443 |
|
32811
df82db312e58
8135060: Stop building Xcode projects in install build
erikj
parents:
32559
diff
changeset
|
444 |
STRIPFLAGS:=@STRIPFLAGS@ |
12801 | 445 |
|
22728
0a9d96bf2023
8036079: --with-boot-jdk-jvmargs configure options are ignored
mduigou
parents:
22722
diff
changeset
|
446 |
JAVA_FLAGS:=@JAVA_FLAGS@ |
23171 | 447 |
JAVA_FLAGS_BIG:=@JAVA_FLAGS_BIG@ |
448 |
JAVA_FLAGS_SMALL:=@JAVA_FLAGS_SMALL@ |
|
25854 | 449 |
JAVA_TOOL_FLAGS_SMALL:=@JAVA_TOOL_FLAGS_SMALL@ |
26907
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
450 |
SJAVAC_SERVER_JAVA_FLAGS:=@SJAVAC_SERVER_JAVA_FLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
451 |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27593
diff
changeset
|
452 |
# 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
|
453 |
# 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
|
454 |
# versions of the variables directly. |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
455 |
JAVA_CMD:=@JAVA@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
456 |
JAVAC_CMD:=@JAVAC@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
457 |
JAVAH_CMD:=@JAVAH@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
458 |
JAR_CMD:=@JAR@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
459 |
JARSIGNER_CMD:=@JARSIGNER@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
460 |
SJAVAC_SERVER_JAVA_CMD:=@SJAVAC_SERVER_JAVA@ |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
461 |
# 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
|
462 |
# it possible to override only the *_CMD variables. |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
463 |
JAVA=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_BIG) $(JAVA_FLAGS) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
464 |
JAVA_SMALL=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_SMALL) $(JAVA_FLAGS) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
465 |
JAVAC=@FIXPATH@ $(JAVAC_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
466 |
JAVAH=@FIXPATH@ $(JAVAH_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
467 |
JAR=@FIXPATH@ $(JAR_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
468 |
JARSIGNER=@FIXPATH@ $(JARSIGNER_CMD) |
da70acacfe57
8059658: Bootcycle build not actually using built image
erikj
parents:
26548
diff
changeset
|
469 |
# 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
|
470 |
# 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
|
471 |
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
|
472 |
|
13697 | 473 |
# Hotspot sets this variable before reading the SPEC when compiling sa-jdi.jar. Avoid |
474 |
# overriding that value by using ?=. |
|
475 |
JAVAC_FLAGS?=@JAVAC_FLAGS@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
476 |
|
15393
e3761cf4e010
8006872: Stop creating four jars with identical content in the new build system.
ohrstrom
parents:
15058
diff
changeset
|
477 |
# You run the new javac using the boot jdk with $(BOOT_JDK)/bin/java $(NEW_JAVAC) ... |
27560 | 478 |
# Use = assignment to be able to override in bootcycle-spec.gmk |
479 |
INTERIM_LANGTOOLS_JAR = $(BUILDTOOLS_OUTPUTDIR)/interim_langtools.jar |
|
480 |
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
|
481 |
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
|
482 |
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
|
483 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
484 |
# Base flags for RC |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
485 |
# Guarding this against resetting value. Legacy make files include spec multiple |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
486 |
# times. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
487 |
ifndef RC_FLAGS |
20363 | 488 |
RC_FLAGS:=@RC_FLAGS@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
489 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
490 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
491 |
# Tools adhering to a minimal and common standard of posix compliance. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
492 |
AWK:=@AWK@ |
13697 | 493 |
BASENAME:=@BASENAME@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
494 |
CAT:=@CAT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
495 |
CCACHE:=@CCACHE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
496 |
# CD is going away, but remains to cater for legacy makefiles. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
497 |
CD:=cd |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
498 |
CHMOD:=@CHMOD@ |
17661
55c5e0f7b9cc
8013489: New build system does not run codesign on SA-related launchers on OS X
erikj
parents:
17593
diff
changeset
|
499 |
CODESIGN:=@CODESIGN@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
500 |
COMM:=@COMM@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
501 |
CP:=@CP@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
502 |
CPIO:=@CPIO@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
503 |
CUT:=@CUT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
504 |
DATE:=@DATE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
505 |
DIFF:=@DIFF@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
506 |
DIRNAME:=@DIRNAME@ |
20640
66c24722698e
7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed
parents:
20275
diff
changeset
|
507 |
DSYMUTIL:=@DSYMUTIL@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
508 |
FIND:=@FIND@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
509 |
FIND_DELETE:=@FIND_DELETE@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
510 |
ECHO:=@ECHO@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
511 |
EGREP:=@EGREP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
512 |
FGREP:=@FGREP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
513 |
GREP:=@GREP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
514 |
HEAD:=@HEAD@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
515 |
LS:=@LS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
516 |
LN:=@LN@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
517 |
MKDIR:=@MKDIR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
518 |
MV:=@MV@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
519 |
NAWK:=@NAWK@ |
32920 | 520 |
NICE:=@NICE@ |
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32559
diff
changeset
|
521 |
PATCH:=@PATCH@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
522 |
PRINTF:=@PRINTF@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
523 |
PWD:=@THEPWDCMD@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
524 |
RM:=@RM@ |
33052 | 525 |
RMDIR:=@RMDIR@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
526 |
SED:=@SED@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
527 |
SH:=@SH@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
528 |
SORT:=@SORT@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
529 |
TAR:=@TAR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
530 |
TAIL:=@TAIL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
531 |
TEE:=@TEE@ |
14111 | 532 |
TIME:=@TIME@ |
18425 | 533 |
IS_GNU_TIME:=@IS_GNU_TIME@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
534 |
TR:=@TR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
535 |
TOUCH:=@TOUCH@ |
15056
6a7cbe3b0f08
8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents:
15055
diff
changeset
|
536 |
UNIQ:=@UNIQ@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
537 |
WC:=@WC@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
538 |
XARGS:=@XARGS@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
539 |
ZIPEXE:=@ZIP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
540 |
ZIP:=@ZIP@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
541 |
UNZIP:=@UNZIP@ |
14111 | 542 |
MT:=@FIXPATH@ @MT@ |
543 |
RC:=@FIXPATH@ @RC@ |
|
544 |
DUMPBIN:=@FIXPATH@ @DUMPBIN@ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
545 |
CYGPATH:=@CYGPATH@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
546 |
LDD:=@LDD@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
547 |
OTOOL:=@OTOOL@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
548 |
READELF:=@READELF@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
549 |
EXPR:=@EXPR@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
550 |
FILE:=@FILE@ |
12801 | 551 |
HG:=@HG@ |
13132 | 552 |
OBJCOPY:=@OBJCOPY@ |
14111 | 553 |
SETFILE:=@SETFILE@ |
16580
6acb502beafa
8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj
parents:
16578
diff
changeset
|
554 |
XATTR:=@XATTR@ |
17593
de6741d8a142
8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents:
17352
diff
changeset
|
555 |
JT_HOME:=@JT_HOME@ |
de6741d8a142
8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents:
17352
diff
changeset
|
556 |
JTREGEXE:=@JTREGEXE@ |
25034
d9ca34c227b8
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents:
24414
diff
changeset
|
557 |
XCODEBUILD=@XCODEBUILD@ |
14111 | 558 |
FIXPATH:=@FIXPATH@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
559 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
560 |
# Build setup |
13132 | 561 |
ENABLE_JFR=@ENABLE_JFR@ |
15914
1338d1e0e058
8010030: Allow configure to detect if EC implementation is present
omajid
parents:
15912
diff
changeset
|
562 |
ENABLE_INTREE_EC=@ENABLE_INTREE_EC@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
563 |
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
564 |
USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
565 |
USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@ |
13132 | 566 |
LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@ |
14111 | 567 |
MSVCR_DLL:=@MSVCR_DLL@ |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28285
diff
changeset
|
568 |
MSVCP_DLL:=@MSVCP_DLL@ |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
569 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
570 |
#################################################### |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
571 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
572 |
# INSTALLATION |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
573 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
574 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
575 |
# Common prefix for all installed files. Defaults to /usr/local, |
20363 | 576 |
# but /opt/myjdk is another common version. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
577 |
INSTALL_PREFIX=@prefix@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
578 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
579 |
# Directories containing architecture-dependent files should be relative to exec_prefix |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
580 |
INSTALL_EXECPREFIX=@exec_prefix@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
581 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
582 |
# java,javac,javah,javap etc are installed here. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
583 |
INSTALL_BINDIR=@bindir@ |
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 |
# Read only architecture-independent data |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
586 |
INSTALL_DATADIR=@datadir@ |
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 |
# Root of above. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
589 |
INSTALL_DATAROOTDIR=@datarootdir@ |
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 |
# Doc files, other than info and man. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
592 |
INSTALL_DOCDIR=@docdir@ |
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 |
# Html documentation |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
595 |
INSTALL_HTMLDIR=@htmldir@ |
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 |
# Installing C header files, JNI headers for example. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
598 |
INSTALL_INCLUDEDIR=@includedir@ |
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 |
# Installing library files.... |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
601 |
INSTALL_INCLUDEDIR=@libdir@ |
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 |
# Executables that other programs run. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
604 |
INSTALL_LIBEXECDIR=@libexecdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
605 |
|
20363 | 606 |
# Locale-dependent but architecture-independent data, such as message catalogs. |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
607 |
INSTALL_LOCALEDIR=@localedir@ |
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 |
# Modifiable single-machine data |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
610 |
INSTALL_LOCALSTATEDIR=@localstatedir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
611 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
612 |
# Man pages |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
613 |
INSTALL_MANDIR=@mandir@ |
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 architecture-independent data. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
616 |
INSTALL_SHAREDSTATEDIR=@sharedstatedir@ |
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 |
# Read-only single-machine data |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
619 |
INSTALL_SYSCONFDIR=@sysconfdir@ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
620 |
|
23163 | 621 |
#################################################### |
622 |
# |
|
623 |
# Libraries |
|
624 |
# |
|
625 |
||
24413 | 626 |
USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@ |
627 |
LCMS_CFLAGS:=@LCMS_CFLAGS@ |
|
628 |
LCMS_LIBS:=@LCMS_LIBS@ |
|
629 |
||
23163 | 630 |
USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@ |
631 |
PNG_LIBS:=@PNG_LIBS@ |
|
632 |
PNG_CFLAGS:=@PNG_CFLAGS@ |
|
633 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
634 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
635 |
#################################################### |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
636 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
637 |
# Misc |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
638 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
639 |
|
12801 | 640 |
# Name of Service Agent library |
641 |
SALIB_NAME=@SALIB_NAME@ |
|
642 |
||
16581
b2cddec593f4
8011388: Support building zero and zeroshark with the new build
omajid
parents:
16580
diff
changeset
|
643 |
INCLUDE_SA=@INCLUDE_SA@ |
b2cddec593f4
8011388: Support building zero and zeroshark with the new build
omajid
parents:
16580
diff
changeset
|
644 |
|
12801 | 645 |
OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@ |
646 |
OS_VERSION_MINOR:=@OS_VERSION_MINOR@ |
|
647 |
OS_VERSION_MICRO:=@OS_VERSION_MICRO@ |
|
648 |
||
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
649 |
# Images directory definitions |
27560 | 650 |
JDK_IMAGE_SUBDIR:=jdk |
651 |
JRE_IMAGE_SUBDIR:=jre |
|
28285 | 652 |
|
16578
7a35b47cb9e5
8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents:
15914
diff
changeset
|
653 |
# 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
|
654 |
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
|
655 |
JRE_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_IMAGE_SUBDIR) |
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
656 |
|
28285 | 657 |
# Test image, as above |
658 |
TEST_IMAGE_SUBDIR:=test |
|
659 |
TEST_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(TEST_IMAGE_SUBDIR) |
|
660 |
||
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
661 |
# Symbols image |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
662 |
SYMBOLS_IMAGE_SUBDIR:=symbols |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
663 |
SYMBOLS_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(SYMBOLS_IMAGE_SUBDIR) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29304
diff
changeset
|
664 |
|
15058
61c4ac49cbda
8005635: build-infra: Support building install in jprt
erikj
parents:
15057
diff
changeset
|
665 |
# Macosx bundles directory definitions |
33947
05e14aa88137
8138984: top-level directory of jdk*tar.gz bundles doesn't conform to JEP JDK-8061494
dmalav
parents:
33946
diff
changeset
|
666 |
JDK_MACOSX_BUNDLE_SUBDIR=jdk-bundle/jdk-$(VERSION_NUMBER).jdk/Contents |
05e14aa88137
8138984: top-level directory of jdk*tar.gz bundles doesn't conform to JEP JDK-8061494
dmalav
parents:
33946
diff
changeset
|
667 |
JRE_MACOSX_BUNDLE_SUBDIR=jre-bundle/jre-$(VERSION_NUMBER).jre/Contents |
30094 | 668 |
JDK_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_MACOSX_BUNDLE_SUBDIR) |
669 |
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
|
670 |
|
22714
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
671 |
# 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
|
672 |
# Unless overridden in closed sources, it expands to nothing. |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27593
diff
changeset
|
673 |
# 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
|
674 |
# arguments: |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
675 |
# $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
|
676 |
# $2 the name of the makefile |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
677 |
define IncludeCustomExtension |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
678 |
endef |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22711
diff
changeset
|
679 |
|
13697 | 680 |
# Include the custom-spec.gmk file if it exists |
681 |
-include $(dir @SPEC@)/custom-spec.gmk |