make/autoconf/spec.gmk.in
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 58549 9d9317fad3fe
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
53157
3d60a1696e19 8216267: Fix hotspot-ide-project target on WSL
erikj
parents: 53110
diff changeset
     2
# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    26
# Configured @DATE_WHEN_CONFIGURED@ to build
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    27
# for target system @OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    28
#   (called @OPENJDK_TARGET_AUTOCONF_NAME@ by autoconf)
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    29
# on build system @OPENJDK_BUILD_OS@-@OPENJDK_BUILD_CPU@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    30
#   (called @OPENJDK_BUILD_AUTOCONF_NAME@ by autoconf)
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    31
# using 'configure @CONFIGURE_COMMAND_LINE@'
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    32
22716
cf32fe2eb254 8034199: Add 'reconfigure' target for re-creating a configuration
ihse
parents: 22714
diff changeset
    33
# The command line given to configure.
cf32fe2eb254 8034199: Add 'reconfigure' target for re-creating a configuration
ihse
parents: 22714
diff changeset
    34
CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@
54455
542735f2a53e 8221907: make reconfigure breaks when configured with relative paths
erikj
parents: 54452
diff changeset
    35
# The current directory when configure was run
542735f2a53e 8221907: make reconfigure breaks when configured with relative paths
erikj
parents: 54452
diff changeset
    36
CONFIGURE_START_DIR:=@CONFIGURE_START_DIR@
22716
cf32fe2eb254 8034199: Add 'reconfigure' target for re-creating a configuration
ihse
parents: 22714
diff changeset
    37
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    38
# A self-referential reference to this file.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    39
SPEC:=@SPEC@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    40
53729
9e1c9dc23c99 8218413: make reconfigure ignores configure-time AUTOCONF environment variable
ihse
parents: 53460
diff changeset
    41
# Path to autoconf if overriden by the user, to be used by "make reconfigure"
9e1c9dc23c99 8218413: make reconfigure ignores configure-time AUTOCONF environment variable
ihse
parents: 53460
diff changeset
    42
AUTOCONF := @AUTOCONF@
9e1c9dc23c99 8218413: make reconfigure ignores configure-time AUTOCONF environment variable
ihse
parents: 53460
diff changeset
    43
35747
aeaa6d0101a8 8149647: Incremental enhancements from build-infra
ihse
parents: 35444
diff changeset
    44
# SPACE and COMMA are defined in MakeBase.gmk, but they are also used in
aeaa6d0101a8 8149647: Incremental enhancements from build-infra
ihse
parents: 35444
diff changeset
    45
# some definitions here, and are needed if MakeBase.gmk is not included before
aeaa6d0101a8 8149647: Incremental enhancements from build-infra
ihse
parents: 35444
diff changeset
    46
# this file.
32719
c41d1a7bffcf 8137013: ar (static linker) broken since JDK-8065912
ihse
parents: 32715
diff changeset
    47
X:=
c41d1a7bffcf 8137013: ar (static linker) broken since JDK-8065912
ihse
parents: 32715
diff changeset
    48
SPACE:=$(X) $(X)
35747
aeaa6d0101a8 8149647: Incremental enhancements from build-infra
ihse
parents: 35444
diff changeset
    49
COMMA:=,
32719
c41d1a7bffcf 8137013: ar (static linker) broken since JDK-8065912
ihse
parents: 32715
diff changeset
    50
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    51
# What make to use for main processing, after bootstrapping top-level Makefile.
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    52
MAKE := @MAKE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    53
58549
9d9317fad3fe 8065704: Set LC_ALL=C for all relevant commands in the build system
ihse
parents: 58198
diff changeset
    54
# Make sure all shell commands are executed with the C locale
9d9317fad3fe 8065704: Set LC_ALL=C for all relevant commands in the build system
ihse
parents: 58198
diff changeset
    55
export LC_ALL := C
9d9317fad3fe 8065704: Set LC_ALL=C for all relevant commands in the build system
ihse
parents: 58198
diff changeset
    56
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29305
diff changeset
    57
# The default make arguments
29788
b581a3d9db41 8076465: New Init.gmk needs improvements
ihse
parents: 29663
diff changeset
    58
MAKE_ARGS = $(MAKE_LOG_FLAGS) -r -R -I $(TOPDIR)/make/common SPEC=$(SPEC) \
44465
26fabd8abee9 8177770: Need more precise control on build system logging
asemenyuk
parents: 44078
diff changeset
    59
    MAKE_LOG_FLAGS="$(MAKE_LOG_FLAGS)" $(MAKE_LOG_VARS)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    60
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
    61
OUTPUT_SYNC_SUPPORTED:=@OUTPUT_SYNC_SUPPORTED@
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
    62
OUTPUT_SYNC:=@OUTPUT_SYNC@
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
    63
28602
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    64
# 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
    65
BASH:=@BASH@
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    66
BASH_ARGS:=@BASH_ARGS@
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    67
SHELL:=$(BASH) $(BASH_ARGS)
51c0dcf51b67 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj
parents: 27602
diff changeset
    68
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    69
# The "human readable" name of this configuration
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    70
CONF_NAME:=@CONF_NAME@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
    71
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    72
# The built jdk will run in this target system.
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    73
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
    74
OPENJDK_TARGET_OS_TYPE:=@OPENJDK_TARGET_OS_TYPE@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
    75
OPENJDK_TARGET_OS_ENV:=@OPENJDK_TARGET_OS_ENV@
49439
bf53d82a51e5 8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
ihse
parents: 49412
diff changeset
    76
OPENJDK_TARGET_OS_UPPERCASE:=@OPENJDK_TARGET_OS_UPPERCASE@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    77
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    78
OPENJDK_TARGET_CPU:=@OPENJDK_TARGET_CPU@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    79
OPENJDK_TARGET_CPU_ARCH:=@OPENJDK_TARGET_CPU_ARCH@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    80
OPENJDK_TARGET_CPU_BITS:=@OPENJDK_TARGET_CPU_BITS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
    81
OPENJDK_TARGET_CPU_ENDIAN:=@OPENJDK_TARGET_CPU_ENDIAN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    82
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    83
COMPILE_TYPE:=@COMPILE_TYPE@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    84
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    85
# Legacy support
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    86
OPENJDK_TARGET_CPU_ISADIR:=@OPENJDK_TARGET_CPU_ISADIR@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    87
OPENJDK_TARGET_CPU_LEGACY:=@OPENJDK_TARGET_CPU_LEGACY@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    88
OPENJDK_TARGET_CPU_LEGACY_LIB:=@OPENJDK_TARGET_CPU_LEGACY_LIB@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    89
OPENJDK_TARGET_CPU_OSARCH:=@OPENJDK_TARGET_CPU_OSARCH@
50593
2ced30c98a93 8203667: Platform specific include files in jdk image in wrong sub directory
erikj
parents: 50590
diff changeset
    90
OPENJDK_TARGET_OS_INCLUDE_SUBDIR:=@OPENJDK_TARGET_OS_INCLUDE_SUBDIR@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
    91
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    92
HOTSPOT_TARGET_OS := @HOTSPOT_TARGET_OS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    93
HOTSPOT_TARGET_OS_TYPE := @HOTSPOT_TARGET_OS_TYPE@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    94
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    95
HOTSPOT_TARGET_CPU := @HOTSPOT_TARGET_CPU@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    96
HOTSPOT_TARGET_CPU_ARCH := @HOTSPOT_TARGET_CPU_ARCH@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    97
HOTSPOT_TARGET_CPU_DEFINE := @HOTSPOT_TARGET_CPU_DEFINE@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
    98
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
    99
OPENJDK_TARGET_BUNDLE_PLATFORM:=@OPENJDK_TARGET_BUNDLE_PLATFORM@
43383
5e74f3dd4656 8173107: Fix autoconf/spec.gmk mismatches
ihse
parents: 43056
diff changeset
   100
JDK_ARCH_ABI_PROP_NAME := @JDK_ARCH_ABI_PROP_NAME@
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   101
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   102
# We are building on this build system.
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   103
# When not cross-compiling, it is the same as the target.
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   104
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
   105
OPENJDK_BUILD_OS_TYPE:=@OPENJDK_BUILD_OS_TYPE@
25882
bd4315f0084b 8022177: Windows/MSYS builds broken
erikj
parents: 25854
diff changeset
   106
OPENJDK_BUILD_OS_ENV:=@OPENJDK_BUILD_OS_ENV@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   107
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   108
OPENJDK_BUILD_CPU:=@OPENJDK_BUILD_CPU@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   109
OPENJDK_BUILD_CPU_ARCH:=@OPENJDK_BUILD_CPU_ARCH@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   110
OPENJDK_BUILD_CPU_BITS:=@OPENJDK_BUILD_CPU_BITS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   111
OPENJDK_BUILD_CPU_ENDIAN:=@OPENJDK_BUILD_CPU_ENDIAN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   112
50593
2ced30c98a93 8203667: Platform specific include files in jdk image in wrong sub directory
erikj
parents: 50590
diff changeset
   113
OPENJDK_BUILD_OS_INCLUDE_SUBDIR:=@OPENJDK_TARGET_OS_INCLUDE_SUBDIR@
48355
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   114
44985
54f298f9766a 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44729
diff changeset
   115
# Target platform value in ModuleTarget class file attribute.
54f298f9766a 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44729
diff changeset
   116
OPENJDK_MODULE_TARGET_PLATFORM:=@OPENJDK_MODULE_TARGET_PLATFORM@
54f298f9766a 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44729
diff changeset
   117
54f298f9766a 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44729
diff changeset
   118
# OS_* properties in release file
54f298f9766a 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44729
diff changeset
   119
RELEASE_FILE_OS_NAME:=@RELEASE_FILE_OS_NAME@
54f298f9766a 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44729
diff changeset
   120
RELEASE_FILE_OS_ARCH:=@RELEASE_FILE_OS_ARCH@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   121
32921
8e0250dfa145 8138761: Improved handling of libffi, and cleanup of libraries.m4
ihse
parents: 32920
diff changeset
   122
LIBM:=@LIBM@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   123
LIBDL:=@LIBDL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   124
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   125
# colon or semicolon
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   126
PATH_SEP:=@PATH_SEP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   127
28809
6481e27e00ee 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 28606
diff changeset
   128
# 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
   129
ORIGINAL_PATH:=@ORIGINAL_PATH@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   130
ifeq ($(OPENJDK_TARGET_OS), windows)
28809
6481e27e00ee 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents: 28606
diff changeset
   131
  # 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
   132
  # to include Visual Studio tools (this needs to be in cygwin/msys style).
53110
50677f43ac3d 8215445: Enable building for Windows in WSL
erikj
parents: 53087
diff changeset
   133
  ifeq ($(OPENJDK_TARGET_OS_ENV), windows.wsl)
50677f43ac3d 8215445: Enable building for Windows in WSL
erikj
parents: 53087
diff changeset
   134
    export FIXPATH_PATH:=@VS_PATH_WINDOWS@
50677f43ac3d 8215445: Enable building for Windows in WSL
erikj
parents: 53087
diff changeset
   135
    export WSLENV:=$(WSLENV):FIXPATH_PATH:DEBUG_FIXPATH
50677f43ac3d 8215445: Enable building for Windows in WSL
erikj
parents: 53087
diff changeset
   136
  else
50677f43ac3d 8215445: Enable building for Windows in WSL
erikj
parents: 53087
diff changeset
   137
    export PATH:=@VS_PATH@
50677f43ac3d 8215445: Enable building for Windows in WSL
erikj
parents: 53087
diff changeset
   138
  endif
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   139
endif
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   140
23428
3c8a05bf4656 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents: 23423
diff changeset
   141
SYSROOT_CFLAGS := @SYSROOT_CFLAGS@
3c8a05bf4656 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents: 23423
diff changeset
   142
SYSROOT_LDFLAGS := @SYSROOT_LDFLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   143
47252
fdac20095dff 8187543: Replace SRC_ROOT with TOPDIR
ihse
parents: 47219
diff changeset
   144
# The top-level directory of the source repository
22722
03797b5d2ba3 8035495: Improvements in autoconf integration
ihse
parents: 22721
diff changeset
   145
TOPDIR:=@TOPDIR@
54490
bf07e140c49c 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
erikj
parents: 54455
diff changeset
   146
# Usually the top level directory, but could be something else if a custom
bf07e140c49c 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
erikj
parents: 54455
diff changeset
   147
# root is defined.
bf07e140c49c 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
erikj
parents: 54455
diff changeset
   148
WORKSPACE_ROOT:=@WORKSPACE_ROOT@
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   149
IMPORT_MODULES_CLASSES:=@IMPORT_MODULES_CLASSES@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   150
IMPORT_MODULES_CMDS:=@IMPORT_MODULES_CMDS@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   151
IMPORT_MODULES_LIBS:=@IMPORT_MODULES_LIBS@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   152
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
   153
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
   154
IMPORT_MODULES_MAN:=@IMPORT_MODULES_MAN@
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   155
IMPORT_MODULES_SRC:=@IMPORT_MODULES_SRC@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   156
IMPORT_MODULES_MAKE:=@IMPORT_MODULES_MAKE@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   157
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   158
COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   159
48598
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   160
# Platform naming variables
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   161
LAUNCHER_NAME:=@LAUNCHER_NAME@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   162
PRODUCT_NAME:=@PRODUCT_NAME@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   163
PRODUCT_SUFFIX:=@PRODUCT_SUFFIX@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   164
JDK_RC_PLATFORM_NAME:=@JDK_RC_PLATFORM_NAME@
54452
0d7fb7f07134 8221880: Better customization for Windows RC properties FileDescription and ProductName
clanger
parents: 54348
diff changeset
   165
JDK_RC_NAME:=@JDK_RC_NAME@
48598
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   166
COMPANY_NAME:=@COMPANY_NAME@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   167
HOTSPOT_VM_DISTRO:=@HOTSPOT_VM_DISTRO@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   168
MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   169
MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   170
USERNAME:=@USERNAME@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   171
VENDOR_URL:=@VENDOR_URL@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   172
VENDOR_URL_BUG:=@VENDOR_URL_BUG@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   173
VENDOR_URL_VM_BUG:=@VENDOR_URL_VM_BUG@
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   174
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   175
# New (JEP-223) version information
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   176
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   177
## Building blocks of the version string
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   178
# First three version numbers, with well-specified meanings (numerical)
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   179
VERSION_FEATURE := @VERSION_FEATURE@
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   180
VERSION_INTERIM := @VERSION_INTERIM@
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   181
VERSION_UPDATE := @VERSION_UPDATE@
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   182
VERSION_PATCH := @VERSION_PATCH@
51184
1edc62f9ba3a 8207849: Allow the addition of more number to the Java version string
tonyp
parents: 51095
diff changeset
   183
VERSION_EXTRA1 := @VERSION_EXTRA1@
1edc62f9ba3a 8207849: Allow the addition of more number to the Java version string
tonyp
parents: 51095
diff changeset
   184
VERSION_EXTRA2 := @VERSION_EXTRA2@
1edc62f9ba3a 8207849: Allow the addition of more number to the Java version string
tonyp
parents: 51095
diff changeset
   185
VERSION_EXTRA3 := @VERSION_EXTRA3@
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   186
# The pre-release identifier (string)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   187
VERSION_PRE := @VERSION_PRE@
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   188
# The build number (numerical)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   189
VERSION_BUILD := @VERSION_BUILD@
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   190
# Optional build information (string)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   191
VERSION_OPT := @VERSION_OPT@
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   192
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   193
## Composite variables
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   194
# 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
   195
VERSION_NUMBER := @VERSION_NUMBER@
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   196
# 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
   197
VERSION_NUMBER_FOUR_POSITIONS := @VERSION_NUMBER_FOUR_POSITIONS@
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   198
# The complete version string, with additional build information
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   199
VERSION_STRING := @VERSION_STRING@
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   200
# 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
   201
VERSION_SHORT := @VERSION_SHORT@
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   202
# The Java specification version. It usually equals the feature version number.
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   203
VERSION_SPECIFICATION := @VERSION_FEATURE@
33929
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33926
diff changeset
   204
# A GA version is defined by the PRE string being empty. Rather than testing for
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33926
diff changeset
   205
# that, this variable defines it with true/false.
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33926
diff changeset
   206
VERSION_IS_GA := @VERSION_IS_GA@
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   207
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   208
# Version date
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   209
VERSION_DATE := @VERSION_DATE@
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   210
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   211
# Vendor version string
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   212
VENDOR_VERSION_STRING := @VENDOR_VERSION_STRING@
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   213
48355
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   214
# Class-file version
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   215
VERSION_CLASSFILE_MAJOR := @VERSION_CLASSFILE_MAJOR@
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   216
VERSION_CLASSFILE_MINOR := @VERSION_CLASSFILE_MINOR@
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   217
54326
eb7f2c367f73 8205934: Define jdk -source/-target version in version-numbers file
erikj
parents: 53830
diff changeset
   218
JDK_SOURCE_TARGET_VERSION := @JDK_SOURCE_TARGET_VERSION@
eb7f2c367f73 8205934: Define jdk -source/-target version in version-numbers file
erikj
parents: 53830
diff changeset
   219
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   220
# 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
   221
VERSION_CFLAGS := \
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   222
    -DVERSION_FEATURE=$(VERSION_FEATURE) \
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   223
    -DVERSION_INTERIM=$(VERSION_INTERIM) \
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   224
    -DVERSION_UPDATE=$(VERSION_UPDATE) \
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   225
    -DVERSION_PATCH=$(VERSION_PATCH) \
51184
1edc62f9ba3a 8207849: Allow the addition of more number to the Java version string
tonyp
parents: 51095
diff changeset
   226
    -DVERSION_EXTRA1=$(VERSION_EXTRA1) \
1edc62f9ba3a 8207849: Allow the addition of more number to the Java version string
tonyp
parents: 51095
diff changeset
   227
    -DVERSION_EXTRA2=$(VERSION_EXTRA2) \
1edc62f9ba3a 8207849: Allow the addition of more number to the Java version string
tonyp
parents: 51095
diff changeset
   228
    -DVERSION_EXTRA3=$(VERSION_EXTRA3) \
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   229
    -DVERSION_PRE='"$(VERSION_PRE)"' \
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   230
    -DVERSION_BUILD=$(VERSION_BUILD) \
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   231
    -DVERSION_OPT='"$(VERSION_OPT)"' \
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   232
    -DVERSION_NUMBER='"$(VERSION_NUMBER)"' \
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   233
    -DVERSION_STRING='"$(VERSION_STRING)"' \
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   234
    -DVERSION_SHORT='"$(VERSION_SHORT)"' \
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   235
    -DVERSION_SPECIFICATION='"$(VERSION_SPECIFICATION)"' \
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   236
    -DVERSION_DATE='"$(VERSION_DATE)"' \
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 48315
diff changeset
   237
    -DVENDOR_VERSION_STRING='"$(VENDOR_VERSION_STRING)"' \
48355
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   238
    -DVERSION_CLASSFILE_MAJOR=$(VERSION_CLASSFILE_MAJOR) \
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   239
    -DVERSION_CLASSFILE_MINOR=$(VERSION_CLASSFILE_MINOR) \
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   240
    #
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   241
48598
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   242
ifneq ($(COMPANY_NAME),)
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   243
  # COMPANY_NAME is set to "N/A" in $AUTOCONF_DIR/version-numbers by default,
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   244
  # but can be customized with the '--with-vendor-name' configure option.
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   245
  # Only export "VENDOR" to the build if COMPANY_NAME contains a real value.
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   246
  # Otherwise the default value for VENDOR, which is used to set the "java.vendor"
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   247
  # and "java.vm.vendor" properties is hard-coded into the source code (i.e. in
52724
0bdbf854472f 4947890: Minimize JNI upcalls in system-properties initialization
rriggs
parents: 52595
diff changeset
   248
  # VersionProps.java.template in the jdk for "vm.vendor" and
0bdbf854472f 4947890: Minimize JNI upcalls in system-properties initialization
rriggs
parents: 52595
diff changeset
   249
  # vm_version.cpp in the VM for "java.vm.vendor")
48598
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   250
  ifneq ($(COMPANY_NAME), N/A)
48841
0937e5f799df 8190378: Removal of CORBA and Java EE modules
lancea
parents: 48751
diff changeset
   251
    VERSION_CFLAGS += -DVENDOR='"$(COMPANY_NAME)"'
48598
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   252
  endif
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   253
endif
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   254
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   255
# Only export VENDOR_URL, VENDOR_URL_BUG and VENDOR_VM_URL_BUG to the build if
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   256
# they are not empty. Otherwise, default values which are defined in the sources
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   257
# will be used.
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   258
ifneq ($(VENDOR_URL),)
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   259
  VERSION_CFLAGS += -DVENDOR_URL='"$(VENDOR_URL)"'
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   260
endif
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   261
ifneq ($(VENDOR_URL_BUG),)
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   262
  VERSION_CFLAGS += -DVENDOR_URL_BUG='"$(VENDOR_URL_BUG)"'
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   263
endif
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   264
ifneq ($(VENDOR_URL_VM_BUG),)
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   265
  VERSION_CFLAGS += -DVENDOR_URL_VM_BUG='"$(VENDOR_URL_VM_BUG)"'
c7eea4b541d1 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis
parents: 48406
diff changeset
   266
endif
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   267
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents: 30415
diff changeset
   268
# 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
   269
RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   270
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   271
# How to compile the code: release, fastdebug or slowdebug
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   272
DEBUG_LEVEL:=@DEBUG_LEVEL@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   273
HOTSPOT_DEBUG_LEVEL:=@HOTSPOT_DEBUG_LEVEL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   274
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   275
# Which JVM variants to build (space-separated list)
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   276
JVM_VARIANTS := @JVM_VARIANTS@
42510
406dfb60de57 8170284: Move fine granular hotspot make targets to top level
erikj
parents: 41874
diff changeset
   277
JVM_VARIANT_MAIN := @JVM_VARIANT_MAIN@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   278
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   279
# Lists of features per variant. Only relevant for the variants listed in
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   280
# JVM_VARIANTS.
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   281
JVM_FEATURES_server := @JVM_FEATURES_server@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   282
JVM_FEATURES_client := @JVM_FEATURES_client@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   283
JVM_FEATURES_core := @JVM_FEATURES_core@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   284
JVM_FEATURES_minimal := @JVM_FEATURES_minimal@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   285
JVM_FEATURES_zero := @JVM_FEATURES_zero@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   286
JVM_FEATURES_custom := @JVM_FEATURES_custom@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   287
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   288
# Used for make-time verifications
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   289
VALID_JVM_FEATURES := @VALID_JVM_FEATURES@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   290
VALID_JVM_VARIANTS := @VALID_JVM_VARIANTS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   291
58198
c46407f651a9 8231027: Correct typos
serb
parents: 55748
diff changeset
   292
# Control whether Hotspot builds gtest tests
37978
2614022b9fa5 8157348: Build fails with certain source configurations
erikj
parents: 37972
diff changeset
   293
BUILD_GTEST := @BUILD_GTEST@
37967
8dd54c3bf02a 8148244: Finalize and integrate GTest implementation
iignatyev
parents: 37764
diff changeset
   294
52734
d537553ed639 8214332: Add a flag for overriding default JNI library search path
dholmes
parents: 52724
diff changeset
   295
# Allow overriding the default hotspot library path
d537553ed639 8214332: Add a flag for overriding default JNI library search path
dholmes
parents: 52724
diff changeset
   296
HOTSPOT_OVERRIDE_LIBPATH := @HOTSPOT_OVERRIDE_LIBPATH@
d537553ed639 8214332: Add a flag for overriding default JNI library search path
dholmes
parents: 52724
diff changeset
   297
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   298
# Control use of precompiled header in hotspot libjvm build
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   299
USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   300
41046
bee72dd4067b 8163102: Fix headless only configuration option
erikj
parents: 40324
diff changeset
   301
# Only build headless support or not
bee72dd4067b 8163102: Fix headless only configuration option
erikj
parents: 40324
diff changeset
   302
ENABLE_HEADLESS_ONLY := @ENABLE_HEADLESS_ONLY@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   303
44727
ca162fc20601 8178965: Second part of JDK-8176785
ihse
parents: 44724
diff changeset
   304
ENABLE_FULL_DOCS := @ENABLE_FULL_DOCS@
ca162fc20601 8178965: Second part of JDK-8176785
ihse
parents: 44724
diff changeset
   305
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   306
# JDK_OUTPUTDIR specifies where a working jvm is built.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   307
# You can run $(JDK_OUTPUTDIR)/bin/java
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   308
47253
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   309
OUTPUTDIR := @OUTPUTDIR@
16578
7a35b47cb9e5 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents: 15914
diff changeset
   310
# Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
47253
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   311
SUPPORT_OUTPUTDIR=$(OUTPUTDIR)/support
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   312
BUILDTOOLS_OUTPUTDIR=$(OUTPUTDIR)/buildtools
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   313
47253
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   314
HOTSPOT_OUTPUTDIR=$(OUTPUTDIR)/hotspot
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   315
JDK_OUTPUTDIR=$(OUTPUTDIR)/jdk
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   316
IMAGES_OUTPUTDIR=$(OUTPUTDIR)/images
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   317
BUNDLES_OUTPUTDIR=$(OUTPUTDIR)/bundles
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   318
TESTMAKE_OUTPUTDIR=$(OUTPUTDIR)/test-make
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   319
MAKESUPPORT_OUTPUTDIR=$(OUTPUTDIR)/make-support
41652
a0664e2b49a1 8168772: Convert javadoc generation to build-infra standards
ihse
parents: 41458
diff changeset
   320
29790
79641c886929 8073634: Improve clean targets
erikj
parents: 29788
diff changeset
   321
# This does not get overridden in a bootcycle build
79641c886929 8073634: Improve clean targets
erikj
parents: 29788
diff changeset
   322
CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@
47253
92fd0e04e0e1 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents: 47252
diff changeset
   323
BUILDJDK_OUTPUTDIR=$(OUTPUTDIR)/buildjdk
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   324
37035
08e00f202d7a 8154292: jdk9-dev: All SE builds failed on 2016-04-14
erikj
parents: 36541
diff changeset
   325
BUILD_FAILURE_HANDLER := @BUILD_FAILURE_HANDLER@
08e00f202d7a 8154292: jdk9-dev: All SE builds failed on 2016-04-14
erikj
parents: 36541
diff changeset
   326
38546
91a5c3430d4f 8157336: Generation of classlists at build time should be configurable
erikj
parents: 37978
diff changeset
   327
ENABLE_GENERATE_CLASSLIST := @ENABLE_GENERATE_CLASSLIST@
91a5c3430d4f 8157336: Generation of classlists at build time should be configurable
erikj
parents: 37978
diff changeset
   328
50590
5fa19bad622d 8204973: Add build support for filtering translations
erikj
parents: 50511
diff changeset
   329
EXCLUDE_TRANSLATIONS := @EXCLUDE_TRANSLATIONS@
5fa19bad622d 8204973: Add build support for filtering translations
erikj
parents: 50511
diff changeset
   330
51215
936823fcf202 8207365: Make man pages optional
erikj
parents: 51030
diff changeset
   331
BUILD_MANPAGES := @BUILD_MANPAGES@
936823fcf202 8207365: Make man pages optional
erikj
parents: 51030
diff changeset
   332
52030
57862a02bf4b 8202951: Implementation of JEP 341: Default CDS Archives
jiangli
parents: 51856
diff changeset
   333
BUILD_CDS_ARCHIVE := @BUILD_CDS_ARCHIVE@
57862a02bf4b 8202951: Implementation of JEP 341: Default CDS Archives
jiangli
parents: 51856
diff changeset
   334
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   335
# The boot jdk to use. This is overridden in bootcycle-spec.gmk. Make sure to keep
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   336
# it in sync.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   337
BOOT_JDK:=@BOOT_JDK@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   338
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   339
BUILD_JDK:=@BUILD_JDK@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   340
CREATE_BUILDJDK:=@CREATE_BUILDJDK@
37770
9f040cf69078 8150044: Generate classlists at build-time
redestad
parents: 37764
diff changeset
   341
EXTERNAL_BUILDJDK:=@EXTERNAL_BUILDJDK@
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   342
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   343
# When compiling Java source to be run by the boot jdk
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   344
# use these extra flags, eg -source 6 -target 6
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   345
BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   346
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   347
# Information about the build system
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   348
NUM_CORES:=@NUM_CORES@
23985
39f417e8c59f 8007327: Emit MEMORY_SIZE into spec.gmk
mduigou
parents: 23428
diff changeset
   349
MEMORY_SIZE:=@MEMORY_SIZE@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   350
# Enable sjavac support = use a javac server,
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   351
# multi core javac compilation and dependency tracking.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   352
ENABLE_SJAVAC:=@ENABLE_SJAVAC@
33055
3676b99f33cf 8140312: Enable new sjavac server only mode in jdk build
erikj
parents: 33052
diff changeset
   353
ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   354
# Store sjavac server synchronization files here, and
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   355
# the sjavac server log files.
29790
79641c886929 8073634: Improve clean targets
erikj
parents: 29788
diff changeset
   356
SJAVAC_SERVER_DIR=$(MAKESUPPORT_OUTPUTDIR)/javacservers
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   357
15790
3a8903868eb2 8004352: build-infra: Limit JOBS on large machines
erikj
parents: 15786
diff changeset
   358
# Number of parallel jobs to use for compilation
3a8903868eb2 8004352: build-infra: Limit JOBS on large machines
erikj
parents: 15786
diff changeset
   359
JOBS?=@JOBS@
34594
7e0595aab028 8139272: Add configure variable to set concurrency for jtreg tests
ehelin
parents: 34493
diff changeset
   360
TEST_JOBS?=@TEST_JOBS@
15790
3a8903868eb2 8004352: build-infra: Limit JOBS on large machines
erikj
parents: 15786
diff changeset
   361
34491
307c28cb36c2 8136782: Introduce a build/configure wrapper
erikj
parents: 34120
diff changeset
   362
# Default make target
307c28cb36c2 8136782: Introduce a build/configure wrapper
erikj
parents: 34120
diff changeset
   363
DEFAULT_MAKE_TARGET:=@DEFAULT_MAKE_TARGET@
49568
3e9cb3562d83 8201320: Allow PrintFailureReports to be turned off
ihse
parents: 49534
diff changeset
   364
DEFAULT_LOG:=@DEFAULT_LOG@
34491
307c28cb36c2 8136782: Introduce a build/configure wrapper
erikj
parents: 34120
diff changeset
   365
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49160
diff changeset
   366
FREETYPE_TO_USE:=@FREETYPE_TO_USE@
20654
2c17cbccf2ef 8001922: Improve freetype handling.
ihse
parents: 20641
diff changeset
   367
FREETYPE_LIBS:=@FREETYPE_LIBS@
2c17cbccf2ef 8001922: Improve freetype handling.
ihse
parents: 20641
diff changeset
   368
FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
48055
14cd5bd01d81 8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
ihse
parents: 48032
diff changeset
   369
FONTCONFIG_CFLAGS:=@FONTCONFIG_CFLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   370
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
   371
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
   372
ALSA_CFLAGS:=@ALSA_CFLAGS@
34596
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   373
LIBFFI_LIBS:=@LIBFFI_LIBS@
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   374
LIBFFI_CFLAGS:=@LIBFFI_CFLAGS@
42425
57cde06ae8d6 8141590: Cannot build Zero with devkit
erikj
parents: 42136
diff changeset
   375
ENABLE_LIBFFI_BUNDLING:=@ENABLE_LIBFFI_BUNDLING@
57cde06ae8d6 8141590: Cannot build Zero with devkit
erikj
parents: 42136
diff changeset
   376
LIBFFI_LIB_FILE:=@LIBFFI_LIB_FILE@
50908
7c51db95ccb6 8205207: Port Graal unit tests under jtreg
epavlova
parents: 50818
diff changeset
   377
GRAALUNIT_LIB := @GRAALUNIT_LIB@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   378
52595
16609197022c 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad
parents: 52030
diff changeset
   379
JMH_CORE_JAR := @JMH_CORE_JAR@
16609197022c 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad
parents: 52030
diff changeset
   380
JMH_GENERATOR_JAR := @JMH_GENERATOR_JAR@
16609197022c 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad
parents: 52030
diff changeset
   381
JMH_JOPT_SIMPLE_JAR := @JMH_JOPT_SIMPLE_JAR@
16609197022c 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad
parents: 52030
diff changeset
   382
JMH_COMMONS_MATH_JAR := @JMH_COMMONS_MATH_JAR@
16609197022c 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad
parents: 52030
diff changeset
   383
JMH_VERSION := @JMH_VERSION@
16609197022c 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad
parents: 52030
diff changeset
   384
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   385
# Source file for cacerts
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   386
CACERTS_FILE=@CACERTS_FILE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   387
14112
1b447f5cb0d1 8001897: build-infra: misc adjustments to configure script
ihse
parents: 14111
diff changeset
   388
# Enable unlimited crypto policy
1b447f5cb0d1 8001897: build-infra: misc adjustments to configure script
ihse
parents: 14111
diff changeset
   389
UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
1b447f5cb0d1 8001897: build-infra: misc adjustments to configure script
ihse
parents: 14111
diff changeset
   390
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   391
GCOV_ENABLED=@GCOV_ENABLED@
52774
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   392
JCOV_ENABLED=@JCOV_ENABLED@
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   393
JCOV_HOME=@JCOV_HOME@
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   394
JCOV_INPUT_JDK=@JCOV_INPUT_JDK@
54516
5b1ad4cbe59e 8221857: Collect code coverage for a subset of code
shurailine
parents: 54490
diff changeset
   395
JCOV_FILTERS=@JCOV_FILTERS@
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   396
47479
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   397
# AddressSanitizer
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   398
export ASAN_ENABLED:=@ASAN_ENABLED@
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   399
export DEVKIT_LIB_DIR:=@DEVKIT_LIB_DIR@
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   400
ifeq ($(ASAN_ENABLED), yes)
54819
c2551d161358 8223667: ASAN build broken
aeubanks
parents: 54516
diff changeset
   401
  export ASAN_OPTIONS=handle_segv=0 detect_leaks=0
47479
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   402
  ifneq ($(DEVKIT_LIB_DIR),)
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   403
    export LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(DEVKIT_LIB_DIR)
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   404
  endif
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   405
endif
77a5f2ef1807 8189800: Add support for AddressSanitizer
asmotrak
parents: 47456
diff changeset
   406
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   407
# Necessary additional compiler flags to compile X11
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   408
X_CFLAGS:=@X_CFLAGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   409
X_LIBS:=@X_LIBS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   410
45875
5fa4efe2aca3 8184022: Build JDK 10 on OSX 10.12 and above
phh
parents: 45553
diff changeset
   411
# The lowest required version of macosx
15786
abd76d7cd807 8008451: Make mac builds on 10.8 work on 10.7
erikj
parents: 15581
diff changeset
   412
MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
45875
5fa4efe2aca3 8184022: Build JDK 10 on OSX 10.12 and above
phh
parents: 45553
diff changeset
   413
# The highest allowed version of macosx
5fa4efe2aca3 8184022: Build JDK 10 on OSX 10.12 and above
phh
parents: 45553
diff changeset
   414
MACOSX_VERSION_MAX=@MACOSX_VERSION_MAX@
15581
1dd771c6a1ee 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
erikj
parents: 15393
diff changeset
   415
22721
63761da45392 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents: 22716
diff changeset
   416
# Toolchain type: gcc, clang, solstudio, lxc, microsoft...
63761da45392 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
ihse
parents: 22716
diff changeset
   417
TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@
34596
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   418
TOOLCHAIN_VERSION := @TOOLCHAIN_VERSION@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   419
CC_VERSION_NUMBER := @CC_VERSION_NUMBER@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   420
CXX_VERSION_NUMBER := @CXX_VERSION_NUMBER@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   421
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   422
# Legacy support
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   423
HOTSPOT_TOOLCHAIN_TYPE := @HOTSPOT_TOOLCHAIN_TYPE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   424
22466
25aaf85d1ada 8024265: Enable new build on AIX
simonis
parents: 22465
diff changeset
   425
# Option used to tell the compiler whether to create 32- or 64-bit executables
25aaf85d1ada 8024265: Enable new build on AIX
simonis
parents: 22465
diff changeset
   426
COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
16984
ba1791eeb074 8013480: fix zero build on arm
omajid
parents: 16582
diff changeset
   427
COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
ba1791eeb074 8013480: fix zero build on arm
omajid
parents: 16582
diff changeset
   428
34596
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   429
# 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
   430
COMPILER_COMMAND_FILE_FLAG:=@COMPILER_COMMAND_FILE_FLAG@
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   431
36051
25fa80338f92 8150197: Integrate AIX fixes from build-infra
simonis
parents: 36050
diff changeset
   432
# Option for specifying a file which saves the binder commands
25fa80338f92 8150197: Integrate AIX fixes from build-infra
simonis
parents: 36050
diff changeset
   433
# produced by the link step (for debugging, currently AIX only)
25fa80338f92 8150197: Integrate AIX fixes from build-infra
simonis
parents: 36050
diff changeset
   434
COMPILER_BINDCMD_FILE_FLAG:=@COMPILER_BINDCMD_FILE_FLAG@
25fa80338f92 8150197: Integrate AIX fixes from build-infra
simonis
parents: 36050
diff changeset
   435
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   436
CC_OUT_OPTION:=@CC_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   437
LD_OUT_OPTION:=@LD_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   438
AR_OUT_OPTION:=@AR_OUT_OPTION@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   439
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   440
# Flags used for overriding the default opt setting for a C/C++ source file.
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   441
C_O_FLAG_HIGHEST_JVM:=@C_O_FLAG_HIGHEST_JVM@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   442
C_O_FLAG_HIGHEST:=@C_O_FLAG_HIGHEST@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   443
C_O_FLAG_HI:=@C_O_FLAG_HI@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   444
C_O_FLAG_NORM:=@C_O_FLAG_NORM@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   445
C_O_FLAG_NONE:=@C_O_FLAG_NONE@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   446
C_O_FLAG_SIZE:=@C_O_FLAG_SIZE@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   447
CXX_O_FLAG_HIGHEST_JVM:=@CXX_O_FLAG_HIGHEST_JVM@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   448
CXX_O_FLAG_HIGHEST:=@CXX_O_FLAG_HIGHEST@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   449
CXX_O_FLAG_HI:=@CXX_O_FLAG_HI@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   450
CXX_O_FLAG_NORM:=@CXX_O_FLAG_NORM@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   451
CXX_O_FLAG_NONE:=@CXX_O_FLAG_NONE@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   452
CXX_O_FLAG_SIZE:=@CXX_O_FLAG_SIZE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   453
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   454
C_FLAG_DEPS:=@C_FLAG_DEPS@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   455
CXX_FLAG_DEPS:=@CXX_FLAG_DEPS@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   456
29304
81a723f8d33c 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29173
diff changeset
   457
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
   458
CFLAGS_WARNINGS_ARE_ERRORS:=@CFLAGS_WARNINGS_ARE_ERRORS@
51839
ab54a4d61d7f 8210988: Improved handling of compiler warnings in the build
ihse
parents: 51824
diff changeset
   459
LDFLAGS_WARNINGS_ARE_ERRORS:=@LDFLAGS_WARNINGS_ARE_ERRORS@
ab54a4d61d7f 8210988: Improved handling of compiler warnings in the build
ihse
parents: 51824
diff changeset
   460
DISABLED_WARNINGS := @DISABLED_WARNINGS@
ab54a4d61d7f 8210988: Improved handling of compiler warnings in the build
ihse
parents: 51824
diff changeset
   461
DISABLED_WARNINGS_C := @DISABLED_WARNINGS_C@
ab54a4d61d7f 8210988: Improved handling of compiler warnings in the build
ihse
parents: 51824
diff changeset
   462
DISABLED_WARNINGS_CXX := @DISABLED_WARNINGS_CXX@
23423
153d4b6b1124 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
sla
parents: 23171
diff changeset
   463
30415
c5629d65265d 8074859: Turn on warnings as error
ihse
parents: 30096
diff changeset
   464
# A global flag (true or false) determining if native warnings are considered errors.
c5629d65265d 8074859: Turn on warnings as error
ihse
parents: 30096
diff changeset
   465
WARNINGS_AS_ERRORS := @WARNINGS_AS_ERRORS@
c5629d65265d 8074859: Turn on warnings as error
ihse
parents: 30096
diff changeset
   466
28812
6c36bc1ccc0e 8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents: 28809
diff changeset
   467
CFLAGS_CCACHE:=@CFLAGS_CCACHE@
49120
c04d813140dc 8198724: Refactor FLAGS handling in configure
ihse
parents: 49078
diff changeset
   468
ADLC_CXXFLAG=@ADLC_CXXFLAG@
28812
6c36bc1ccc0e 8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj
parents: 28809
diff changeset
   469
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   470
# Tools that potentially need to be cross compilation aware.
34103
d03d49538b76 8142983: Enable builds with icecc/icecream
erikj
parents: 34102
diff changeset
   471
CC:=@FIXPATH@ @CCACHE@ @ICECC@ @CC@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   472
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   473
# CFLAGS used to compile the jdk native libraries (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   474
CFLAGS_JDKLIB:=@CFLAGS_JDKLIB@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   475
CXXFLAGS_JDKLIB:=@CXXFLAGS_JDKLIB@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   476
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   477
# CFLAGS used to compile the jdk native launchers (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   478
CFLAGS_JDKEXE:=@CFLAGS_JDKEXE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   479
CXXFLAGS_JDKEXE:=@CXXFLAGS_JDKEXE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   480
49120
c04d813140dc 8198724: Refactor FLAGS handling in configure
ihse
parents: 49078
diff changeset
   481
LIBJSIG_HASHSTYLE_LDFLAGS := @LIBJSIG_HASHSTYLE_LDFLAGS@
c04d813140dc 8198724: Refactor FLAGS handling in configure
ihse
parents: 49078
diff changeset
   482
LIBJSIG_NOEXECSTACK_LDFLAGS := @LIBJSIG_NOEXECSTACK_LDFLAGS@
36050
f6590b6e5e97 8150203: Incremental update from build-infra project
ihse
parents: 35747
diff changeset
   483
51765
e10ade04afe5 8210416: [linux] Poor StrictMath performance due to non-optimized compilation
sgehwolf
parents: 51676
diff changeset
   484
FDLIBM_CFLAGS := @FDLIBM_CFLAGS@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   485
JVM_CFLAGS := @JVM_CFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   486
JVM_LDFLAGS := @JVM_LDFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   487
JVM_ASFLAGS := @JVM_ASFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   488
JVM_LIBS := @JVM_LIBS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   489
JVM_RCFLAGS := @JVM_RCFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   490
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   491
# These flags might contain variables set by a custom extension that is included later.
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   492
EXTRA_CFLAGS = @EXTRA_CFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   493
EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   494
EXTRA_LDFLAGS = @EXTRA_LDFLAGS@
55748
c6923eaecd7b 8227397: Add --with-extra-asflags configure option
sgehwolf
parents: 54819
diff changeset
   495
EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   496
34103
d03d49538b76 8142983: Enable builds with icecc/icecream
erikj
parents: 34102
diff changeset
   497
CXX:=@FIXPATH@ @CCACHE@ @ICECC@ @CXX@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   498
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   499
CPP:=@FIXPATH@ @CPP@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   500
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 26907
diff changeset
   501
# The linker can be gcc or ld on unix systems, or link.exe on windows systems.
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   502
LD:=@FIXPATH@ @LD@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   503
53460
65c813da7c65 8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
erikj
parents: 53157
diff changeset
   504
# Linker used by the jaotc tool for AOT compilation.
65c813da7c65 8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
erikj
parents: 53157
diff changeset
   505
LD_JAOTC:=@LD_JAOTC@
65c813da7c65 8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
erikj
parents: 53157
diff changeset
   506
25034
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   507
# Xcode SDK path
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   508
SDKROOT:=@SDKROOT@
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   509
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   510
# LDFLAGS used to link the jdk native libraries (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   511
LDFLAGS_JDKLIB:=@LDFLAGS_JDKLIB@
33394
dbd286b8742f 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33055
diff changeset
   512
JDKLIB_LIBS:=@JDKLIB_LIBS@
49241
de4b3a04feae 8199606: Set -lc as global LIBS on solstudio
ihse
parents: 49234
diff changeset
   513
GLOBAL_LIBS:=@GLOBAL_LIBS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   514
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   515
# LDFLAGS used to link the jdk native launchers (C-code)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   516
LDFLAGS_JDKEXE:=@LDFLAGS_JDKEXE@
33394
dbd286b8742f 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33055
diff changeset
   517
JDKEXE_LIBS:=@JDKEXE_LIBS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   518
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   519
# LDFLAGS specific to C++ linking.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   520
LDFLAGS_CXX_JDK:=@LDFLAGS_CXX_JDK@
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   521
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   522
# Sometimes a different linker is needed for c++ libs
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   523
LDCXX:=@FIXPATH@ @LDCXX@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   524
# The flags for linking libstdc++ linker.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   525
LIBCXX:=@LIBCXX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   526
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   527
# Compiler and linker flags used when building native tests
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   528
LDFLAGS_TESTEXE:=@LDFLAGS_TESTEXE@
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   529
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   530
# BUILD_CC/BUILD_LD is a compiler/linker that generates code that is runnable on the
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   531
# build platform.
34103
d03d49538b76 8142983: Enable builds with icecc/icecream
erikj
parents: 34102
diff changeset
   532
BUILD_CC:=@FIXPATH@ @BUILD_ICECC@ @BUILD_CC@
d03d49538b76 8142983: Enable builds with icecc/icecream
erikj
parents: 34102
diff changeset
   533
BUILD_CXX:=@FIXPATH@ @BUILD_ICECC@ @BUILD_CXX@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   534
BUILD_LD:=@FIXPATH@ @BUILD_LD@
34596
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   535
BUILD_LDCXX:=@FIXPATH@ @BUILD_LDCXX@
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34101
diff changeset
   536
BUILD_AS:=@FIXPATH@ @BUILD_AS@
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34101
diff changeset
   537
BUILD_AR:=@FIXPATH@ @BUILD_AR@
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34101
diff changeset
   538
BUILD_NM:=@FIXPATH@ @BUILD_NM@
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   539
BUILD_OBJCOPY:=@BUILD_OBJCOPY@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   540
BUILD_STRIP:=@BUILD_STRIP@
32810
8203e52cd373 8138694: Devkit build on Macosx still requires Xcode to be installed
erikj
parents: 32806
diff changeset
   541
BUILD_SYSROOT_CFLAGS:=@BUILD_SYSROOT_CFLAGS@
8203e52cd373 8138694: Devkit build on Macosx still requires Xcode to be installed
erikj
parents: 32806
diff changeset
   542
BUILD_SYSROOT_LDFLAGS:=@BUILD_SYSROOT_LDFLAGS@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   543
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   544
AS:=@FIXPATH@ @AS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   545
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 26907
diff changeset
   546
# AR is used to create a static library (is ar in unix, lib.exe in windows)
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   547
AR:=@FIXPATH@ @AR@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   548
ARFLAGS:=@ARFLAGS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   549
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   550
NM:=@NM@
16582
61f0b8f48036 8006288: build-infra: Use solaris nm and not gnm on solaris
erikj
parents: 16581
diff changeset
   551
GNM:=@GNM@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   552
STRIP:=@STRIP@
49357
aaedb8343784 8198243: Add build time check for global operator new/delete in object files
erikj
parents: 49078
diff changeset
   553
OBJDUMP:=@OBJDUMP@
aaedb8343784 8198243: Add build time check for global operator new/delete in object files
erikj
parents: 49078
diff changeset
   554
CXXFILT:=@CXXFILT@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   555
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   556
LIPO:=@LIPO@
48032
9240097e2821 8139653: Freetype bundled on macosx, but not correctly linked
erikj
parents: 47989
diff changeset
   557
INSTALL_NAME_TOOL:=@INSTALL_NAME_TOOL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   558
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   559
# Options to linker to specify a mapfile.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   560
# (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
   561
SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   562
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   563
# Options for C/CXX compiler to be used if linking is performed
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   564
#   using reorder file
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   565
C_FLAG_REORDER:=@C_FLAG_REORDER@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   566
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   567
#
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   568
# Options for generating debug symbols
35032
c2f315819691 8145596: Enable debug symbols for all libraries
ihse
parents: 34596
diff changeset
   569
COMPILE_WITH_DEBUG_SYMBOLS := @COMPILE_WITH_DEBUG_SYMBOLS@
c2f315819691 8145596: Enable debug symbols for all libraries
ihse
parents: 34596
diff changeset
   570
COPY_DEBUG_SYMBOLS := @COPY_DEBUG_SYMBOLS@
c2f315819691 8145596: Enable debug symbols for all libraries
ihse
parents: 34596
diff changeset
   571
ZIP_EXTERNAL_DEBUG_SYMBOLS := @ZIP_EXTERNAL_DEBUG_SYMBOLS@
c2f315819691 8145596: Enable debug symbols for all libraries
ihse
parents: 34596
diff changeset
   572
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   573
CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
51095
a8ee31fb99e1 8207057: No debug info for assembler files
sgehwolf
parents: 51030
diff changeset
   574
ASFLAGS_DEBUG_SYMBOLS:=@ASFLAGS_DEBUG_SYMBOLS@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   575
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   576
#
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   577
# Compress (or not) jars
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   578
COMPRESS_JARS=@COMPRESS_JARS@
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   579
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   580
# Options to linker to specify the library name.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   581
# (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
   582
SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   583
34596
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   584
SHARED_LIBRARY_FLAGS=@SHARED_LIBRARY_FLAGS@
e8328ce5b64e 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34594
diff changeset
   585
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   586
# 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
   587
# (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
   588
SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   589
SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
12258
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
# Different OS:es have different ways of naming shared libraries.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   592
# The SHARED_LIBRARY macro takes "verify" as and argument and returns:
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   593
#    "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   594
# (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
   595
SHARED_LIBRARY=@SHARED_LIBRARY@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   596
STATIC_LIBRARY=@STATIC_LIBRARY@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   597
LIBRARY_PREFIX:=@LIBRARY_PREFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   598
SHARED_LIBRARY_SUFFIX:=@SHARED_LIBRARY_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   599
STATIC_LIBRARY_SUFFIX:=@STATIC_LIBRARY_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   600
EXE_SUFFIX:=@EXE_SUFFIX@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   601
OBJ_SUFFIX:=@OBJ_SUFFIX@
33562
c76b2fa11486 8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents: 32921
diff changeset
   602
STATIC_BUILD:=@STATIC_BUILD@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   603
32811
df82db312e58 8135060: Stop building Xcode projects in install build
erikj
parents: 32559
diff changeset
   604
STRIPFLAGS:=@STRIPFLAGS@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   605
22728
0a9d96bf2023 8036079: --with-boot-jdk-jvmargs configure options are ignored
mduigou
parents: 22722
diff changeset
   606
JAVA_FLAGS:=@JAVA_FLAGS@
23171
56a45cb104d1 8010767: Build fails on OEL6 with 16 cores
erikj
parents: 23166
diff changeset
   607
JAVA_FLAGS_BIG:=@JAVA_FLAGS_BIG@
56a45cb104d1 8010767: Build fails on OEL6 with 16 cores
erikj
parents: 23166
diff changeset
   608
JAVA_FLAGS_SMALL:=@JAVA_FLAGS_SMALL@
34101
a1db3b482137 8143296: javac-server/sjavac not compatible with LogFailures on Windows
erikj
parents: 33571
diff changeset
   609
JAVA_FLAGS_JAVAC:=@JAVA_FLAGS_JAVAC@
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25034
diff changeset
   610
JAVA_TOOL_FLAGS_SMALL:=@JAVA_TOOL_FLAGS_SMALL@
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   611
SJAVAC_SERVER_JAVA_FLAGS:=@SJAVAC_SERVER_JAVA_FLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   612
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27593
diff changeset
   613
# 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
   614
# 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
   615
# versions of the variables directly.
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   616
JAVA_CMD:=@JAVA@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   617
JAVAC_CMD:=@JAVAC@
47432
28d6070f5f2f 8189056: javadoc target for stable specdiff comparisons
ihse
parents: 47364
diff changeset
   618
JAVADOC_CMD:=@JAVADOC@
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   619
JAR_CMD:=@JAR@
37771
30f2faf0e7a6 8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents: 37770
diff changeset
   620
JLINK_CMD := @JLINK@
30f2faf0e7a6 8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents: 37770
diff changeset
   621
JMOD_CMD := @JMOD@
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   622
JARSIGNER_CMD:=@JARSIGNER@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   623
SJAVAC_SERVER_JAVA_CMD:=@SJAVAC_SERVER_JAVA@
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   624
# 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
   625
# it possible to override only the *_CMD variables.
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   626
JAVA=@FIXPATH@ $(JAVA_CMD) $(JAVA_FLAGS_BIG) $(JAVA_FLAGS)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   627
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
   628
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
   629
JAVAC=@FIXPATH@ $(JAVAC_CMD)
47432
28d6070f5f2f 8189056: javadoc target for stable specdiff comparisons
ihse
parents: 47364
diff changeset
   630
JAVADOC=@FIXPATH@ $(JAVADOC_CMD)
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   631
JAR=@FIXPATH@ $(JAR_CMD)
37771
30f2faf0e7a6 8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj
parents: 37770
diff changeset
   632
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
   633
JMOD = @FIXPATH@ $(JMOD_CMD) $(JAVA_TOOL_FLAGS_SMALL)
26907
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   634
JARSIGNER=@FIXPATH@ $(JARSIGNER_CMD)
da70acacfe57 8059658: Bootcycle build not actually using built image
erikj
parents: 26548
diff changeset
   635
# 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
   636
# 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
   637
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
   638
    $(SJAVAC_SERVER_JAVA_FLAGS)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   639
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   640
# Hotspot sets this variable before reading the SPEC when compiling sa-jdi.jar. Avoid
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   641
# overriding that value by using ?=.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   642
JAVAC_FLAGS?=@JAVAC_FLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   643
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   644
39203
294ad181367d 8160722: Module summary generation fails on Windows 32bit
erikj
parents: 38924
diff changeset
   645
BUILD_JAVA_FLAGS := @BOOTCYCLE_JVM_ARGS_BIG@
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   646
BUILD_JAVA=@FIXPATH@ $(BUILD_JDK)/bin/java $(BUILD_JAVA_FLAGS)
48069
a358ebcfacfb 8192771: Boot JDK jar tool used to construct the modular JAR for java.jnlp
erikj
parents: 48068
diff changeset
   647
BUILD_JAR=@FIXPATH@ $(BUILD_JDK)/bin/jar
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   648
47364
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   649
# Interim langtools and rmic modules and arguments
47989
f1ad41a05fb7 8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
mchung
parents: 47824
diff changeset
   650
INTERIM_LANGTOOLS_BASE_MODULES := java.compiler jdk.compiler jdk.javadoc
47364
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   651
INTERIM_LANGTOOLS_MODULES := $(addsuffix .interim, $(INTERIM_LANGTOOLS_BASE_MODULES))
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   652
INTERIM_LANGTOOLS_ADD_EXPORTS := \
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   653
    --add-exports java.base/sun.reflect.annotation=jdk.compiler.interim \
48433
04d8d293e458 8194141: Remove JDK9Wrappers
jjg
parents: 48430
diff changeset
   654
    --add-exports java.base/jdk.internal.jmod=jdk.compiler.interim \
04d8d293e458 8194141: Remove JDK9Wrappers
jjg
parents: 48430
diff changeset
   655
    --add-exports java.base/jdk.internal.misc=jdk.compiler.interim \
47364
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   656
    #
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   657
INTERIM_LANGTOOLS_MODULES_COMMA := $(strip $(subst $(SPACE),$(COMMA),$(strip \
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   658
    $(INTERIM_LANGTOOLS_MODULES))))
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   659
INTERIM_LANGTOOLS_ARGS := \
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   660
    --limit-modules java.base,jdk.zipfs,$(INTERIM_LANGTOOLS_MODULES_COMMA) \
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   661
    --add-modules $(INTERIM_LANGTOOLS_MODULES_COMMA) \
48068
7c08e9f96916 8191439: Race in building jdk.rmic.interim
erikj
parents: 48055
diff changeset
   662
    --module-path $(BUILDTOOLS_OUTPUTDIR)/interim_langtools_modules \
47364
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   663
    $(INTERIM_LANGTOOLS_ADD_EXPORTS) \
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   664
    #
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   665
JAVAC_MAIN_CLASS = -m jdk.compiler.interim/com.sun.tools.javac.Main
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   666
JAVADOC_MAIN_CLASS = -m jdk.javadoc.interim/jdk.javadoc.internal.tool.Main
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   667
47364
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   668
INTERIM_RMIC_BASE_MODULES := jdk.rmic
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   669
INTERIM_RMIC_MODULES := $(addsuffix .interim, $(INTERIM_RMIC_BASE_MODULES))
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   670
    #
48068
7c08e9f96916 8191439: Race in building jdk.rmic.interim
erikj
parents: 48055
diff changeset
   671
# Use = to delay expansion of PathList since it's not available in this file.
48841
0937e5f799df 8190378: Removal of CORBA and Java EE modules
lancea
parents: 48751
diff changeset
   672
INTERIM_RMIC_ARGS = --limit-modules java.base,jdk.compiler,jdk.javadoc \
48068
7c08e9f96916 8191439: Race in building jdk.rmic.interim
erikj
parents: 48055
diff changeset
   673
    --module-path $(call PathList, $(BUILDTOOLS_OUTPUTDIR)/interim_rmic_modules \
7c08e9f96916 8191439: Race in building jdk.rmic.interim
erikj
parents: 48055
diff changeset
   674
        $(BUILDTOOLS_OUTPUTDIR)/interim_langtools_modules) \
47364
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   675
    #
6b3389375f31 8189094: Change required boot jdk to JDK 9
erikj
parents: 47346
diff changeset
   676
15393
e3761cf4e010 8006872: Stop creating four jars with identical content in the new build system.
ohrstrom
parents: 15058
diff changeset
   677
# You run the new javac using the boot jdk with $(BOOT_JDK)/bin/java $(NEW_JAVAC) ...
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   678
# Use = assignment to be able to override in bootcycle-spec.gmk
36506
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   679
NEW_JAVAC   = $(INTERIM_LANGTOOLS_ARGS) $(JAVAC_MAIN_CLASS)
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   680
NEW_JAVADOC = $(INTERIM_LANGTOOLS_ARGS) $(JAVADOC_MAIN_CLASS)
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   681
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   682
JLINK_KEEP_PACKAGED_MODULES:=@JLINK_KEEP_PACKAGED_MODULES@
17612cee3530 8142968: Module System implementation
alanb
parents: 36051
diff changeset
   683
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   684
# Base flags for RC
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   685
# Guarding this against resetting value. Legacy make files include spec multiple
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   686
# times.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   687
ifndef RC_FLAGS
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   688
  RC_FLAGS:=@RC_FLAGS@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   689
endif
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   690
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   691
# Tools adhering to a minimal and common standard of posix compliance.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   692
AWK:=@AWK@
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   693
BASENAME:=@BASENAME@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   694
CAT:=@CAT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   695
CCACHE:=@CCACHE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   696
# CD is going away, but remains to cater for legacy makefiles.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   697
CD:=cd
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   698
CHMOD:=@CHMOD@
17661
55c5e0f7b9cc 8013489: New build system does not run codesign on SA-related launchers on OS X
erikj
parents: 17593
diff changeset
   699
CODESIGN:=@CODESIGN@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   700
COMM:=@COMM@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   701
CP:=@CP@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   702
CPIO:=@CPIO@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   703
CUT:=@CUT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   704
DATE:=@DATE@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   705
DIFF:=@DIFF@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   706
DIRNAME:=@DIRNAME@
20640
66c24722698e 7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed
parents: 20275
diff changeset
   707
DSYMUTIL:=@DSYMUTIL@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   708
FIND:=@FIND@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   709
FIND_DELETE:=@FIND_DELETE@
44465
26fabd8abee9 8177770: Need more precise control on build system logging
asemenyuk
parents: 44078
diff changeset
   710
FLOCK:=@FLOCK@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   711
ECHO:=@ECHO@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   712
EGREP:=@EGREP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   713
FGREP:=@FGREP@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   714
GREP:=@GREP@
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   715
GZIP:=@GZIP@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   716
HEAD:=@HEAD@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   717
LS:=@LS@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   718
LN:=@LN@
50818
e46b9e514479 8189429: SA: MacOSX: Replace the deprecated PT_ATTACH with PT_ATTACHEXC
jgeorge
parents: 50593
diff changeset
   719
MIG:=@MIG@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   720
MKDIR:=@MKDIR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   721
MV:=@MV@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   722
NAWK:=@NAWK@
32920
5bea8a04f0a5 8138864: Build with nice to lower UI impact
ihse
parents: 32813
diff changeset
   723
NICE:=@NICE@
45231
e700055fb01d 8180540: Add pandoc build fix for windows
wetmore
parents: 45103
diff changeset
   724
PANDOC:=@FIXPATH@ @PANDOC@
32715
4d558a41a1ec 8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents: 32559
diff changeset
   725
PATCH:=@PATCH@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   726
PRINTF:=@PRINTF@
48912
01237b276b8b 8198318: Make build comparisons clean again
ihse
parents: 48841
diff changeset
   727
READLINK:=@READLINK@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   728
RM:=@RM@
33052
4da63d511320 8140282: Remove test directories on clean-test-*
ihse
parents: 32921
diff changeset
   729
RMDIR:=@RMDIR@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   730
SED:=@SED@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   731
SH:=@SH@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   732
SORT:=@SORT@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   733
TAR:=@TAR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   734
TAIL:=@TAIL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   735
TEE:=@TEE@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   736
TIME:=@TIME@
18425
768f15fff30a 8010385: build with LOG=trace broken on mac
erikj
parents: 18018
diff changeset
   737
IS_GNU_TIME:=@IS_GNU_TIME@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   738
TR:=@TR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   739
TOUCH:=@TOUCH@
15056
6a7cbe3b0f08 8005347: build-infra: Verify 'gnumake source' at the top level works ok
erikj
parents: 15055
diff changeset
   740
UNIQ:=@UNIQ@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   741
WC:=@WC@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   742
XARGS:=@XARGS@
42136
f872c8278074 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse
parents: 41874
diff changeset
   743
ZIPEXE:=@ZIPEXE@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   744
UNZIP:=@UNZIP@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   745
MT:=@FIXPATH@ @MT@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   746
RC:=@FIXPATH@ @RC@
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   747
DUMPBIN:=@FIXPATH@ @DUMPBIN@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   748
CYGPATH:=@CYGPATH@
53157
3d60a1696e19 8216267: Fix hotspot-ide-project target on WSL
erikj
parents: 53110
diff changeset
   749
WSLPATH:=@WSLPATH@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   750
LDD:=@LDD@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   751
OTOOL:=@OTOOL@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   752
READELF:=@READELF@
49078
039e63e471e1 8198859: Use elfedit to silence linker warnings on solaris
ihse
parents: 48912
diff changeset
   753
ELFEDIT:=@ELFEDIT@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   754
EXPR:=@EXPR@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   755
FILE:=@FILE@
44727
ca162fc20601 8178965: Second part of JDK-8176785
ihse
parents: 44724
diff changeset
   756
DOT:=@DOT@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   757
HG:=@HG@
51676
5a1be00ea4f6 8210283: Support git as an SCM alternative in the build
erikj
parents: 51251
diff changeset
   758
GIT:=@GIT@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   759
OBJCOPY:=@OBJCOPY@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   760
SETFILE:=@SETFILE@
16580
6acb502beafa 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj
parents: 16578
diff changeset
   761
XATTR:=@XATTR@
17593
de6741d8a142 8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents: 17352
diff changeset
   762
JT_HOME:=@JT_HOME@
de6741d8a142 8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj
parents: 17352
diff changeset
   763
JTREGEXE:=@JTREGEXE@
51856
11b9d3a6f31c 8211037: Load jib jars dynamically from JibArtifactManager
erikj
parents: 51839
diff changeset
   764
JIB_HOME:=@JIB_HOME@
25034
d9ca34c227b8 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
ddehaven
parents: 24414
diff changeset
   765
XCODEBUILD=@XCODEBUILD@
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 36541
diff changeset
   766
DTRACE := @DTRACE@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   767
FIXPATH:=@FIXPATH@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   768
38924
55921b080a8e 8157479: jdk-9_solaris-x64_bin-debug.tar.gz error - typeflag 'L' not recognized
erikj
parents: 38546
diff changeset
   769
TAR_TYPE:=@TAR_TYPE@
55921b080a8e 8157479: jdk-9_solaris-x64_bin-debug.tar.gz error - typeflag 'L' not recognized
erikj
parents: 38546
diff changeset
   770
TAR_CREATE_EXTRA_PARAM:=@TAR_CREATE_EXTRA_PARAM@
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   771
TAR_INCLUDE_PARAM:=@TAR_INCLUDE_PARAM@
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   772
TAR_SUPPORTS_TRANSFORM:=@TAR_SUPPORTS_TRANSFORM@
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   773
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   774
# Build setup
42532
4780f4130eb0 8171008: Integrate AOT compiler into JDK
kvn
parents: 42531
diff changeset
   775
ENABLE_AOT:=@ENABLE_AOT@
43388
509c3ebb5c97 8004842: Unify values of boolean make variables set in configure to true/false
ihse
parents: 43383
diff changeset
   776
ENABLE_INTREE_EC:=@ENABLE_INTREE_EC@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   777
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   778
USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   779
USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
48751
54f355e65415 8196803: Fix build warnings in jdk libraries with Xcode 9
erikj
parents: 48608
diff changeset
   780
LIBZ_CFLAGS:=@LIBZ_CFLAGS@
54f355e65415 8196803: Fix build warnings in jdk libraries with Xcode 9
erikj
parents: 48608
diff changeset
   781
LIBZ_LIBS:=@LIBZ_LIBS@
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12801
diff changeset
   782
LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   783
MSVCR_DLL:=@MSVCR_DLL@
28901
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 28285
diff changeset
   784
MSVCP_DLL:=@MSVCP_DLL@
50073
35b22ca681d1 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents: 49979
diff changeset
   785
UCRT_DLL_DIR:=@UCRT_DLL_DIR@
37967
8dd54c3bf02a 8148244: Finalize and integrate GTest implementation
iignatyev
parents: 37764
diff changeset
   786
STLPORT_LIB:=@STLPORT_LIB@
53087
f48737b2f428 8215635: Pandoc check in Docs.gmk does not work on Windows
erikj
parents: 52774
diff changeset
   787
ENABLE_PANDOC:=@ENABLE_PANDOC@
53830
e403ff78116c 8217032: Check pandoc capabilities in configure
erikj
parents: 53729
diff changeset
   788
PANDOC_MARKDOWN_FLAG:=@PANDOC_MARKDOWN_FLAG@
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   789
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   790
####################################################
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   791
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   792
# INSTALLATION
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   793
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   794
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   795
# Common prefix for all installed files. Defaults to /usr/local,
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   796
# but /opt/myjdk is another common version.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   797
INSTALL_PREFIX=@prefix@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   798
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   799
# Directories containing architecture-dependent files should be relative to exec_prefix
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   800
INSTALL_EXECPREFIX=@exec_prefix@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   801
48406
26b47ea4c77d 8193512: Remove remnants of javah from jdk/jdk repo
jjg
parents: 48327
diff changeset
   802
# java,javac,javap etc are installed here.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   803
INSTALL_BINDIR=@bindir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   804
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   805
# Read only architecture-independent data
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   806
INSTALL_DATADIR=@datadir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   807
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   808
# Root of above.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   809
INSTALL_DATAROOTDIR=@datarootdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   810
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   811
# Doc files, other than info and man.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   812
INSTALL_DOCDIR=@docdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   813
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   814
# Html documentation
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   815
INSTALL_HTMLDIR=@htmldir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   816
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   817
# Installing C header files, JNI headers for example.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   818
INSTALL_INCLUDEDIR=@includedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   819
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   820
# Installing library files....
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   821
INSTALL_INCLUDEDIR=@libdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   822
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   823
# Executables that other programs run.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   824
INSTALL_LIBEXECDIR=@libexecdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   825
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 20275
diff changeset
   826
# Locale-dependent but architecture-independent data, such as message catalogs.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   827
INSTALL_LOCALEDIR=@localedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   828
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   829
# Modifiable single-machine data
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   830
INSTALL_LOCALSTATEDIR=@localstatedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   831
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   832
# Man pages
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   833
INSTALL_MANDIR=@mandir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   834
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   835
# Modifiable architecture-independent data.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   836
INSTALL_SHAREDSTATEDIR=@sharedstatedir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   837
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   838
# Read-only single-machine data
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   839
INSTALL_SYSCONFDIR=@sysconfdir@
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   840
23163
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   841
####################################################
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   842
#
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   843
# Libraries
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   844
#
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   845
24413
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   846
USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   847
LCMS_CFLAGS:=@LCMS_CFLAGS@
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   848
LCMS_LIBS:=@LCMS_LIBS@
1d117d2dfe92 8042159: Allow using a system-installed lcms2
omajid
parents: 23428
diff changeset
   849
23163
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   850
USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   851
PNG_LIBS:=@PNG_LIBS@
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   852
PNG_CFLAGS:=@PNG_CFLAGS@
1e2f42892ffe 8035341: Allow using a system installed libpng
omajid
parents: 22711
diff changeset
   853
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   854
####################################################
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   855
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   856
# Misc
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   857
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   858
16581
b2cddec593f4 8011388: Support building zero and zeroshark with the new build
omajid
parents: 16580
diff changeset
   859
INCLUDE_SA=@INCLUDE_SA@
42531
37ee95196b17 8166417: Integrate Graal-core into JDK for AOT compiler
kvn
parents: 42530
diff changeset
   860
INCLUDE_GRAAL=@INCLUDE_GRAAL@
51030
33be1da67b11 8206135: Building jvm with AOT but without JVMCI should fail at configure time
kvn
parents: 50908
diff changeset
   861
INCLUDE_JVMCI=@INCLUDE_JVMCI@
16581
b2cddec593f4 8011388: Support building zero and zeroshark with the new build
omajid
parents: 16580
diff changeset
   862
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   863
OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   864
OS_VERSION_MINOR:=@OS_VERSION_MINOR@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   865
OS_VERSION_MICRO:=@OS_VERSION_MICRO@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   866
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   867
# Images directory definitions
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   868
JDK_IMAGE_SUBDIR:=jdk
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26907
diff changeset
   869
JRE_IMAGE_SUBDIR:=jre
52774
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   870
JCOV_IMAGE_SUBDIR := jdk-jcov
28285
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   871
16578
7a35b47cb9e5 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj
parents: 15914
diff changeset
   872
# 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
   873
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
   874
JRE_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_IMAGE_SUBDIR)
52774
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   875
JCOV_IMAGE_DIR = $(IMAGES_OUTPUTDIR)/$(JCOV_IMAGE_SUBDIR)
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   876
28285
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   877
# Test image, as above
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   878
TEST_IMAGE_SUBDIR:=test
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   879
TEST_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(TEST_IMAGE_SUBDIR)
3b8c4ccbb332 8067759: Create initial test bundle framework
ihse
parents: 27602
diff changeset
   880
29305
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   881
# Symbols image
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   882
SYMBOLS_IMAGE_SUBDIR:=symbols
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   883
SYMBOLS_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(SYMBOLS_IMAGE_SUBDIR)
4ddc6faf7842 8073021: add native code coverage target into makefiles
erikj
parents: 29304
diff changeset
   884
37770
9f040cf69078 8150044: Generate classlists at build-time
redestad
parents: 37764
diff changeset
   885
# Interim image
41874
07c3c4f1eb63 8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents: 41652
diff changeset
   886
INTERIM_JMODS_DIR := $(SUPPORT_OUTPUTDIR)/interim-jmods
37770
9f040cf69078 8150044: Generate classlists at build-time
redestad
parents: 37764
diff changeset
   887
INTERIM_IMAGE_DIR := $(SUPPORT_OUTPUTDIR)/interim-image
9f040cf69078 8150044: Generate classlists at build-time
redestad
parents: 37764
diff changeset
   888
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   889
# Docs image
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   890
DOCS_IMAGE_SUBDIR := docs
41652
a0664e2b49a1 8168772: Convert javadoc generation to build-infra standards
ihse
parents: 41458
diff changeset
   891
DOCS_IMAGE_DIR = $(IMAGES_OUTPUTDIR)/$(DOCS_IMAGE_SUBDIR)
45103
85999d3d05f0 8175825: Stop including pubs repo
ihse
parents: 44985
diff changeset
   892
# Output docs directly into image
85999d3d05f0 8175825: Stop including pubs repo
ihse
parents: 44985
diff changeset
   893
DOCS_OUTPUTDIR := $(DOCS_IMAGE_DIR)
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   894
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   895
# Macosx bundles directory definitions
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   896
JDK_MACOSX_BUNDLE_SUBDIR=jdk-bundle
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   897
JRE_MACOSX_BUNDLE_SUBDIR=jre-bundle
30094
bc3b5dbd8931 8078058: Clean up mac bundles logic
ihse
parents: 30093
diff changeset
   898
JDK_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_MACOSX_BUNDLE_SUBDIR)
bc3b5dbd8931 8078058: Clean up mac bundles logic
ihse
parents: 30093
diff changeset
   899
JRE_MACOSX_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_MACOSX_BUNDLE_SUBDIR)
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   900
JDK_MACOSX_CONTENTS_SUBDIR=jdk-$(VERSION_NUMBER).jdk/Contents
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   901
JRE_MACOSX_CONTENTS_SUBDIR=jre-$(VERSION_NUMBER).jre/Contents
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   902
JDK_MACOSX_CONTENTS_DIR=$(JDK_MACOSX_BUNDLE_DIR)/$(JDK_MACOSX_CONTENTS_SUBDIR)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   903
JRE_MACOSX_CONTENTS_DIR=$(JRE_MACOSX_BUNDLE_DIR)/$(JRE_MACOSX_CONTENTS_SUBDIR)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   904
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   905
# Bundle names
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   906
BASE_NAME := $(VERSION_SHORT)+$(VERSION_BUILD)_$(OPENJDK_TARGET_BUNDLE_PLATFORM)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   907
ifeq ($(DEBUG_LEVEL), fastdebug)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   908
  DEBUG_PART := -debug
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   909
else ifneq ($(DEBUG_LEVEL), release)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   910
  DEBUG_PART := -$(DEBUG_LEVEL)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   911
endif
50511
075e9982b409 8204127: Change bundle format on Windows to zip
erikj
parents: 50490
diff changeset
   912
ifeq ($(OPENJDK_TARGET_OS), windows)
075e9982b409 8204127: Change bundle format on Windows to zip
erikj
parents: 50490
diff changeset
   913
  JDK_BUNDLE_EXTENSION := zip
075e9982b409 8204127: Change bundle format on Windows to zip
erikj
parents: 50490
diff changeset
   914
else
075e9982b409 8204127: Change bundle format on Windows to zip
erikj
parents: 50490
diff changeset
   915
  JDK_BUNDLE_EXTENSION := tar.gz
075e9982b409 8204127: Change bundle format on Windows to zip
erikj
parents: 50490
diff changeset
   916
endif
075e9982b409 8204127: Change bundle format on Windows to zip
erikj
parents: 50490
diff changeset
   917
JDK_BUNDLE_NAME := jdk-$(BASE_NAME)_bin$(DEBUG_PART).$(JDK_BUNDLE_EXTENSION)
54348
f062188117ad 8221610: Resurrect (legacy) JRE bundle target
clanger
parents: 54326
diff changeset
   918
JRE_BUNDLE_NAME := jre-$(BASE_NAME)_bin$(DEBUG_PART).$(JDK_BUNDLE_EXTENSION)
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   919
JDK_SYMBOLS_BUNDLE_NAME := jdk-$(BASE_NAME)_bin$(DEBUG_PART)-symbols.tar.gz
47440
963f70aa578d 8189682: JDK demos/tests should be in a separate bundle than hotspot ones
erikj
parents: 47432
diff changeset
   920
TEST_DEMOS_BUNDLE_NAME := jdk-$(BASE_NAME)_bin-tests-demos$(DEBUG_PART).tar.gz
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   921
TEST_BUNDLE_NAME := jdk-$(BASE_NAME)_bin-tests$(DEBUG_PART).tar.gz
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   922
DOCS_BUNDLE_NAME := jdk-$(BASE_NAME)_doc-api-spec$(DEBUG_PART).tar.gz
52774
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   923
JCOV_BUNDLE_NAME := jdk-jcov-$(BASE_NAME)_bin$(DEBUG_PART).$(JDK_BUNDLE_EXTENSION)
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   924
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   925
JDK_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(JDK_BUNDLE_NAME)
54348
f062188117ad 8221610: Resurrect (legacy) JRE bundle target
clanger
parents: 54326
diff changeset
   926
JRE_BUNDLE :=  $(BUNDLES_OUTPUTDIR)/$(JRE_BUNDLE_NAME)
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   927
JDK_SYMBOLS_BUNDLE :=  $(BUNDLES_OUTPUTDIR)/$(JDK_SYMBOLS_BUNDLE_NAME)
47440
963f70aa578d 8189682: JDK demos/tests should be in a separate bundle than hotspot ones
erikj
parents: 47432
diff changeset
   928
TEST_DEMOS_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(TEST_DEMOS_BUNDLE_NAME)
37972
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   929
TEST_BUNDLE :=  $(BUNDLES_OUTPUTDIR)/$(TEST_BUNDLE_NAME)
e1fa5c2e62a0 8136777: Introduce bundle targets
erikj
parents: 37969
diff changeset
   930
DOCS_BUNDLE :=  $(BUNDLES_OUTPUTDIR)/$(DOCS_BUNDLE_NAME)
52774
56ca125c973b 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine
parents: 52734
diff changeset
   931
JCOV_BUNDLE := $(BUNDLES_OUTPUTDIR)/$(JCOV_BUNDLE_NAME)
15058
61c4ac49cbda 8005635: build-infra: Support building install in jprt
erikj
parents: 15057
diff changeset
   932
22714
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   933
# 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
   934
# Unless overridden in closed sources, it expands to nothing.
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27593
diff changeset
   935
# Usage: This function is called in an open makefile, with the following
47314
743814386712 8188814: Simplify IncludeCustomExtension
ihse
parents: 47264
diff changeset
   936
# argument:
743814386712 8188814: Simplify IncludeCustomExtension
ihse
parents: 47264
diff changeset
   937
# $1 the name of the makefile
22714
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   938
define IncludeCustomExtension
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   939
endef
a752920c4317 8034191: Move relevant parts of build system to new closed repo
ihse
parents: 22711
diff changeset
   940
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   941
# Include the custom-spec.gmk file if it exists
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 13132
diff changeset
   942
-include $(dir @SPEC@)/custom-spec.gmk