common/autoconf/spec.gmk.in

Tue, 05 Nov 2013 17:33:48 -0800

author
kvn
date
Tue, 05 Nov 2013 17:33:48 -0800
changeset 972
f3697e0783e2
parent 971
584dc2e95e04
parent 904
37d2736caf46
child 974
46696858adab
permissions
-rw-r--r--

Merge

ohair@425 1 #
erikj@562 2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
ohair@425 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ohair@425 4 #
ohair@425 5 # This code is free software; you can redistribute it and/or modify it
ohair@425 6 # under the terms of the GNU General Public License version 2 only, as
ohair@425 7 # published by the Free Software Foundation. Oracle designates this
ohair@425 8 # particular file as subject to the "Classpath" exception as provided
ohair@425 9 # by Oracle in the LICENSE file that accompanied this code.
ohair@425 10 #
ohair@425 11 # This code is distributed in the hope that it will be useful, but WITHOUT
ohair@425 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ohair@425 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ohair@425 14 # version 2 for more details (a copy is included in the LICENSE file that
ohair@425 15 # accompanied this code).
ohair@425 16 #
ohair@425 17 # You should have received a copy of the GNU General Public License version
ohair@425 18 # 2 along with this work; if not, write to the Free Software Foundation,
ohair@425 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ohair@425 20 #
ohair@425 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@425 22 # or visit www.oracle.com if you need additional information or have any
ohair@425 23 # questions.
ohair@425 24 #
ohair@425 25
ohair@478 26 # Configured @DATE_WHEN_CONFIGURED@ to build
ohair@478 27 # for target system @OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU@
ohair@478 28 # (called @OPENJDK_TARGET_AUTOCONF_NAME@ by autoconf)
ohair@478 29 # on build system @OPENJDK_BUILD_OS@-@OPENJDK_BUILD_CPU@
ohair@478 30 # (called @OPENJDK_BUILD_AUTOCONF_NAME@ by autoconf)
erikj@458 31 # using 'configure @CONFIGURE_COMMAND_LINE@'
ohair@425 32
ihse@839 33 # When calling macros, the spaces between arguments are
ihse@839 34 # often semantically important! Sometimes we need to subst
ohair@425 35 # spaces and commas, therefore we need the following macros.
ohair@425 36 X:=
ohair@425 37 SPACE:=$(X) $(X)
ohair@425 38 COMMA:=,
ohair@425 39 HASH:=\#
ohair@425 40 SQUOTE:='
ohair@425 41 #'
ohair@425 42 DQUOTE:="
ohair@425 43 #"
ohair@494 44 define NEWLINE
ohair@494 45
ohair@494 46
ohair@425 47 endef
ohair@425 48
ohair@478 49 # A self-referential reference to this file.
ohair@478 50 SPEC:=@SPEC@
ohair@478 51
ohair@478 52 # Specify where the spec file is.
ohair@478 53 MAKE_ARGS="SPEC=$(SPEC)"
ohair@478 54
ohair@494 55 MAKE:=@MAKE@
ohair@425 56
erikj@713 57 # Pass along the verbosity and log level settings.
ohair@425 58 ifeq (,$(findstring VERBOSE=,$(MAKE)))
ihse@839 59 MAKE:=$(MAKE) $(VERBOSE) VERBOSE="$(VERBOSE)" LOG_LEVEL="$(LOG_LEVEL)"
ohair@425 60 endif
ohair@425 61
ohair@425 62 # No implicit variables or rules!
ohair@425 63 ifeq (,$(findstring -R,$(MAKE)))
ihse@839 64 MAKE:=$(MAKE) -R
ohair@425 65 endif
ohair@425 66
ohair@425 67 # Specify where the common include directory for makefiles is.
ohair@425 68 ifeq (,$(findstring -I @SRC_ROOT@/common/makefiles,$(MAKE)))
ihse@839 69 MAKE:=$(MAKE) -I @SRC_ROOT@/common/makefiles
ohair@425 70 endif
ohair@425 71
erikj@445 72 # The "human readable" name of this configuration
erikj@445 73 CONF_NAME:=@CONF_NAME@
erikj@445 74
erikj@458 75 # The built jdk will run in this target system.
erikj@458 76 OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@
erikj@458 77 OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@
ohair@494 78 OPENJDK_TARGET_OS_ENV:=@OPENJDK_TARGET_OS_ENV@
erikj@458 79
erikj@458 80 OPENJDK_TARGET_CPU:=@OPENJDK_TARGET_CPU@
erikj@458 81 OPENJDK_TARGET_CPU_ARCH:=@OPENJDK_TARGET_CPU_ARCH@
erikj@458 82 OPENJDK_TARGET_CPU_BITS:=@OPENJDK_TARGET_CPU_BITS@
erikj@458 83 OPENJDK_TARGET_CPU_ENDIAN:=@OPENJDK_TARGET_CPU_ENDIAN@
ohair@425 84
ohair@478 85 COMPILE_TYPE:=@COMPILE_TYPE@
ohair@478 86
ohair@478 87 # Legacy support
ohair@478 88 OPENJDK_TARGET_CPU_ISADIR:=@OPENJDK_TARGET_CPU_ISADIR@
ohair@478 89 OPENJDK_TARGET_CPU_LIBDIR:=@OPENJDK_TARGET_CPU_LIBDIR@
ohair@478 90 OPENJDK_TARGET_CPU_LEGACY:=@OPENJDK_TARGET_CPU_LEGACY@
ohair@478 91 OPENJDK_TARGET_CPU_LEGACY_LIB:=@OPENJDK_TARGET_CPU_LEGACY_LIB@
ohair@478 92 OPENJDK_TARGET_CPU_OSARCH:=@OPENJDK_TARGET_CPU_OSARCH@
ohair@478 93 OPENJDK_TARGET_CPU_JLI_CFLAGS:=@OPENJDK_TARGET_CPU_JLI_CFLAGS@
ohair@478 94 OPENJDK_TARGET_OS_API_DIR:=@OPENJDK_TARGET_OS_API_DIR@
dholmes@872 95 OPENJDK_TARGET_OS_EXPORT_DIR:=@OPENJDK_TARGET_OS_EXPORT_DIR@
ohair@478 96
ohair@425 97 # We are building on this build system.
erikj@458 98 # When not cross-compiling, it is the same as the target.
erikj@458 99 OPENJDK_BUILD_OS:=@OPENJDK_BUILD_OS@
erikj@458 100 OPENJDK_BUILD_OS_API:=@OPENJDK_BUILD_OS_API@
erikj@458 101
erikj@458 102 OPENJDK_BUILD_CPU:=@OPENJDK_BUILD_CPU@
erikj@458 103 OPENJDK_BUILD_CPU_ARCH:=@OPENJDK_BUILD_CPU_ARCH@
erikj@458 104 OPENJDK_BUILD_CPU_BITS:=@OPENJDK_BUILD_CPU_BITS@
erikj@458 105 OPENJDK_BUILD_CPU_ENDIAN:=@OPENJDK_BUILD_CPU_ENDIAN@
ohair@425 106
erikj@445 107 # Legacy OS values for use in release file.
erikj@445 108 REQUIRED_OS_NAME:=@REQUIRED_OS_NAME@
erikj@445 109 REQUIRED_OS_VERSION:=@REQUIRED_OS_VERSION@
erikj@445 110
ohair@425 111 @SET_OPENJDK@
ohair@425 112 LIBM:=-lm
erikj@445 113 LIBDL:=@LIBDL@
ohair@425 114
ohair@425 115 # colon or semicolon
ohair@425 116 PATH_SEP:=@PATH_SEP@
ohair@425 117
ohair@494 118 ifeq ($(OPENJDK_TARGET_OS), windows)
ohair@494 119 # On Windows, the Visual Studio toolchain needs the LIB and INCLUDE
ohair@494 120 # environment variables (in Windows path style), and the PATH needs to
ohair@494 121 # be adjusted to include Visual Studio tools (but this needs to be in
ohair@494 122 # cygwin/msys style).
ohair@494 123 export PATH:=@VS_PATH@
ohair@494 124 export INCLUDE:=@VS_INCLUDE@
ohair@494 125 export LIB:=@VS_LIB@
ohair@494 126 endif
ohair@425 127
ohair@425 128 # The sys root where standard headers and libraries are found.
ohair@425 129 # Usually not needed since the configure script should have
ohair@425 130 # taken it into account already when setting CFLAGS et al.
ohair@425 131 SYS_ROOT:=@SYS_ROOT@
ohair@425 132
ohair@425 133 # Paths to the source code
ohair@425 134 SRC_ROOT:=@SRC_ROOT@
ohair@425 135 ADD_SRC_ROOT:=@ADD_SRC_ROOT@
ohair@425 136 OVERRIDE_SRC_ROOT:=@OVERRIDE_SRC_ROOT@
ohair@425 137 TOPDIR:=@SRC_ROOT@
ohair@425 138 OUTPUT_ROOT:=@OUTPUT_ROOT@
ohair@425 139 JDK_TOPDIR:=@JDK_TOPDIR@
ohair@425 140 LANGTOOLS_TOPDIR:=@LANGTOOLS_TOPDIR@
ohair@425 141 CORBA_TOPDIR:=@CORBA_TOPDIR@
ohair@425 142 JAXP_TOPDIR:=@JAXP_TOPDIR@
ohair@425 143 JAXWS_TOPDIR:=@JAXWS_TOPDIR@
ohair@425 144 HOTSPOT_TOPDIR:=@HOTSPOT_TOPDIR@
jjg@645 145 NASHORN_TOPDIR:=@NASHORN_TOPDIR@
ohair@425 146 COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@
ohair@425 147
ohair@478 148 # Location where build customization files may be found
ohair@478 149 CUSTOM_MAKE_DIR:=@CUSTOM_MAKE_DIR@
ohair@478 150
ohair@425 151 # Information gathered from the version.numbers file.
ohair@425 152 JDK_MAJOR_VERSION:=@JDK_MAJOR_VERSION@
ohair@425 153 JDK_MINOR_VERSION:=@JDK_MINOR_VERSION@
ohair@425 154 JDK_MICRO_VERSION:=@JDK_MICRO_VERSION@
ohair@425 155 JDK_UPDATE_VERSION:=@JDK_UPDATE_VERSION@
ohair@425 156 JDK_BUILD_NUMBER:=@JDK_BUILD_NUMBER@
ohair@425 157 MILESTONE:=@MILESTONE@
ohair@425 158 LAUNCHER_NAME:=@LAUNCHER_NAME@
ohair@425 159 PRODUCT_NAME:=@PRODUCT_NAME@
ohair@425 160 PRODUCT_SUFFIX:=@PRODUCT_SUFFIX@
ohair@425 161 JDK_RC_PLATFORM_NAME:=@JDK_RC_PLATFORM_NAME@
ohair@425 162 COMPANY_NAME:=@COMPANY_NAME@
ohair@494 163 MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@
ohair@494 164 MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@
erikj@813 165 USER_RELEASE_SUFFIX=@USER_RELEASE_SUFFIX@
ohair@425 166
ohair@425 167 # Different version strings generated from the above information.
ohair@425 168 JDK_VERSION:=@JDK_VERSION@
erikj@562 169 RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
ohair@425 170 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
erikj@561 171 # These variables need to be generated here so that MILESTONE and
erikj@561 172 # JDK_BUILD_NUMBER can be overridden on the make command line.
erikj@561 173 ifeq ($(MILESTONE),)
erikj@561 174 RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
erikj@561 175 else
erikj@561 176 RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
erikj@561 177 endif
erikj@813 178
ihse@839 179 ifneq ($(USER_RELEASE_SUFFIX), )
erikj@561 180 FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER)
erikj@561 181 else
erikj@561 182 FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER)
erikj@561 183 endif
erikj@562 184 JRE_RELEASE_VERSION:=$(FULL_VERSION)
ohair@425 185
ohair@425 186 # How to compile the code: release, fastdebug or slowdebug
ohair@425 187 DEBUG_LEVEL:=@DEBUG_LEVEL@
ohair@425 188
ohair@425 189 # This is the JDK variant to build.
ohair@425 190 # The JDK variant is a name for a specific set of modules to be compiled for the JDK.
ohair@425 191 JDK_VARIANT:=@JDK_VARIANT@
ohair@425 192
ohair@425 193 # Should we compile support for running with a graphical UI? (ie headful)
ohair@425 194 # Should we compile support for running without? (ie headless)
ohair@425 195 SUPPORT_HEADFUL:=@SUPPORT_HEADFUL@
ohair@425 196 SUPPORT_HEADLESS:=@SUPPORT_HEADLESS@
ohair@425 197 # Legacy defines controlled by the SUPPORT_HEADLESS and SUPPORT_HEADFUL options.
ohair@425 198 @BUILD_HEADLESS@
ohair@425 199
ohair@425 200 # These are the libjvms that we want to build.
ohair@425 201 # The java launcher uses the default.
dholmes@542 202 # The others can be selected by specifying -client -server -minimal1 -kernel -zero or -zeroshark
ohair@425 203 # on the java launcher command line.
ohair@425 204 JVM_VARIANTS:=@JVM_VARIANTS@
ohair@425 205 JVM_VARIANT_SERVER:=@JVM_VARIANT_SERVER@
ohair@425 206 JVM_VARIANT_CLIENT:=@JVM_VARIANT_CLIENT@
dholmes@542 207 JVM_VARIANT_MINIMAL1:=@JVM_VARIANT_MINIMAL1@
ohair@425 208 JVM_VARIANT_KERNEL:=@JVM_VARIANT_KERNEL@
ohair@425 209 JVM_VARIANT_ZERO:=@JVM_VARIANT_ZERO@
ohair@425 210 JVM_VARIANT_ZEROSHARK:=@JVM_VARIANT_ZEROSHARK@
simonis@965 211 JVM_VARIANT_CORE:=@JVM_VARIANT_CORE@
ohair@425 212
ohair@478 213 # Universal binaries on macosx
ohair@478 214 MACOSX_UNIVERSAL=@MACOSX_UNIVERSAL@
ohair@478 215
ohair@425 216 # Legacy setting: -debug or -fastdebug
ohair@478 217 # Still used in version string...
ohair@425 218 BUILD_VARIANT_RELEASE:=@BUILD_VARIANT_RELEASE@
ohair@425 219
ohair@478 220 # JDK_OUTPUTDIR specifies where a working jvm is built.
ohair@425 221 # You can run $(JDK_OUTPUTDIR)/bin/java
ohair@425 222 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
ohair@425 223 # yet the same as a default installation.
ohair@478 224 #
ohair@425 225 # When you run "make install" it will create the standardized
ohair@478 226 # layout for the jdk and the jre inside the IMAGES_OUTPUTDIR subdir.
ohair@425 227 # Then it will copy the contents of the jdk into the installation
ohair@425 228 # directory.
erikj@458 229
ohair@478 230 BUILD_OUTPUT:=@BUILD_OUTPUT@
erikj@668 231 # Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
ohair@478 232 LANGTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/langtools
ohair@478 233 CORBA_OUTPUTDIR=$(BUILD_OUTPUT)/corba
ohair@478 234 JAXP_OUTPUTDIR=$(BUILD_OUTPUT)/jaxp
ohair@478 235 JAXWS_OUTPUTDIR=$(BUILD_OUTPUT)/jaxws
ohair@478 236 HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot
ohair@478 237 JDK_OUTPUTDIR=$(BUILD_OUTPUT)/jdk
jjg@645 238 NASHORN_OUTPUTDIR=$(BUILD_OUTPUT)/nashorn
ohair@478 239 IMAGES_OUTPUTDIR=$(BUILD_OUTPUT)/images
erikj@563 240 JCE_OUTPUTDIR=$(BUILD_OUTPUT)/jce-release
erikj@458 241
ohair@478 242 LANGTOOLS_DIST=$(LANGTOOLS_OUTPUTDIR)/dist
ohair@478 243 CORBA_DIST=$(CORBA_OUTPUTDIR)/dist
ohair@478 244 JAXP_DIST=$(JAXP_OUTPUTDIR)/dist
ohair@478 245 JAXWS_DIST=$(JAXWS_OUTPUTDIR)/dist
tbell@506 246 HOTSPOT_DIST=@HOTSPOT_DIST@
jjg@645 247 NASHORN_DIST=$(NASHORN_OUTPUTDIR)/dist
tbell@506 248
tbell@506 249 BUILD_HOTSPOT=@BUILD_HOTSPOT@
ohair@425 250
ohair@425 251 # The boot jdk to use
ohair@425 252 BOOT_JDK:=@BOOT_JDK@
ohair@425 253 BOOT_JDK_JVMARGS:=@BOOT_JDK_JVMARGS@
ohair@425 254 BOOT_RTJAR:=@BOOT_RTJAR@
ohair@478 255 BOOT_TOOLSJAR=$(BOOT_JDK)/lib/tools.jar
ohair@425 256
ohair@425 257 # When compiling Java source to be run by the boot jdk
ohair@425 258 # use these extra flags, eg -source 6 -target 6
ohair@425 259 BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
ohair@425 260
ohair@425 261 # Information about the build system
ohair@425 262 NUM_CORES:=@NUM_CORES@
ohair@478 263 # Enable sjavac support = use a javac server,
ohair@478 264 # multi core javac compilation and dependency tracking.
ohair@478 265 ENABLE_SJAVAC:=@ENABLE_SJAVAC@
ohair@478 266 # Store sjavac server synchronization files here, and
ohair@478 267 # the sjavac server log files.
ohair@478 268 SJAVAC_SERVER_DIR:=@SJAVAC_SERVER_DIR@
ohair@425 269
erikj@635 270 # Number of parallel jobs to use for compilation
erikj@635 271 JOBS?=@JOBS@
erikj@635 272
ihse@868 273 FREETYPE_LIBS:=@FREETYPE_LIBS@
ihse@868 274 FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
ihse@868 275 FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
ohair@425 276 CUPS_CFLAGS:=@CUPS_CFLAGS@
erikj@737 277 ALSA_LIBS:=@ALSA_LIBS@
erikj@737 278 ALSA_CFLAGS:=@ALSA_CFLAGS@
ohair@425 279
ohair@425 280 PACKAGE_PATH=@PACKAGE_PATH@
ohair@425 281
erikj@445 282 # Source file for cacerts
erikj@445 283 CACERTS_FILE=@CACERTS_FILE@
ohair@425 284
ihse@495 285 # Enable unlimited crypto policy
ihse@495 286 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
ihse@495 287
ihse@839 288 # Necessary additional compiler flags to compile X11
ohair@425 289 X_CFLAGS:=@X_CFLAGS@
ohair@425 290 X_LIBS:=@X_LIBS@
ohair@425 291 OPENWIN_HOME:=@OPENWIN_HOME@
ohair@425 292
erikj@621 293 # The lowest required version of macosx to enforce compatiblity for
erikj@631 294 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
erikj@621 295
ohair@425 296 # There are two types: CC or CL
ohair@425 297 # CC is gcc and others behaving reasonably similar.
ohair@425 298 # CL is cl.exe only.
ohair@425 299 COMPILER_TYPE:=@COMPILER_TYPE@
erikj@699 300 COMPILER_NAME:=@COMPILER_NAME@
ohair@425 301
simonis@971 302 # Option used to tell the compiler whether to create 32- or 64-bit executables
simonis@971 303 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
omajid@695 304 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
omajid@695 305
ohair@425 306 CC_OUT_OPTION:=@CC_OUT_OPTION@
ohair@425 307 EXE_OUT_OPTION:=@EXE_OUT_OPTION@
ohair@425 308 LD_OUT_OPTION:=@LD_OUT_OPTION@
ohair@425 309 AR_OUT_OPTION:=@AR_OUT_OPTION@
ohair@425 310
ohair@425 311 # Flags used for overriding the default opt setting for a C/C++ source file.
erikj@445 312 C_O_FLAG_HIGHEST:=@C_O_FLAG_HIGHEST@
ohair@425 313 C_O_FLAG_HI:=@C_O_FLAG_HI@
ohair@425 314 C_O_FLAG_NORM:=@C_O_FLAG_NORM@
ohair@425 315 C_O_FLAG_NONE:=@C_O_FLAG_NONE@
erikj@445 316 CXX_O_FLAG_HIGHEST:=@CXX_O_FLAG_HIGHEST@
ohair@425 317 CXX_O_FLAG_HI:=@CXX_O_FLAG_HI@
ohair@425 318 CXX_O_FLAG_NORM:=@CXX_O_FLAG_NORM@
ohair@425 319 CXX_O_FLAG_NONE:=@CXX_O_FLAG_NONE@
ohair@425 320
erikj@445 321 C_FLAG_DEPS:=@C_FLAG_DEPS@
erikj@445 322 CXX_FLAG_DEPS:=@CXX_FLAG_DEPS@
erikj@445 323
ohair@425 324 # Tools that potentially need to be cross compilation aware.
ohair@494 325 CC:=@FIXPATH@ @CCACHE@ @CC@
ohair@425 326
ohair@425 327 # CFLAGS used to compile the jdk native libraries (C-code)
ohair@425 328 CFLAGS_JDKLIB:=@CFLAGS_JDKLIB@
ohair@425 329 CXXFLAGS_JDKLIB:=@CXXFLAGS_JDKLIB@
ohair@425 330
ohair@425 331 # CFLAGS used to compile the jdk native launchers (C-code)
ohair@425 332 CFLAGS_JDKEXE:=@CFLAGS_JDKEXE@
ohair@425 333 CXXFLAGS_JDKEXE:=@CXXFLAGS_JDKEXE@
ohair@425 334
ohair@494 335 CXX:=@FIXPATH@ @CCACHE@ @CXX@
ohair@425 336 #CXXFLAGS:=@CXXFLAGS@
ohair@425 337
ohair@425 338 OBJC:=@CCACHE@ @OBJC@
ohair@425 339 #OBJCFLAGS:=@OBJCFLAGS@
ohair@425 340
ohair@494 341 CPP:=@FIXPATH@ @CPP@
ohair@425 342 #CPPFLAGS:=@CPPFLAGS@
ohair@425 343
ohair@478 344 # The linker can be gcc or ld on posix systems, or link.exe on windows systems.
ohair@494 345 LD:=@FIXPATH@ @LD@
ohair@425 346
simonis@965 347 # The linker on older SuSE distros (e.g. on SLES 10) complains with:
simonis@965 348 # "Invalid version tag `SUNWprivate_1.1'. Only anonymous version tag is allowed in executable."
simonis@965 349 # if feeded with a version script which contains named tags.
simonis@965 350 USING_BROKEN_SUSE_LD:=@USING_BROKEN_SUSE_LD@
simonis@965 351
ohair@425 352 # LDFLAGS used to link the jdk native libraries (C-code)
ohair@425 353 LDFLAGS_JDKLIB:=@LDFLAGS_JDKLIB@
ohair@425 354 LDFLAGS_JDKLIB_SUFFIX:=@LDFLAGS_JDKLIB_SUFFIX@
ohair@425 355
ohair@425 356 # On some platforms the linker cannot be used to create executables, thus
ohair@425 357 # the need for a separate LDEXE command.
ohair@494 358 LDEXE:=@FIXPATH@ @LDEXE@
ohair@425 359
ohair@425 360 # LDFLAGS used to link the jdk native launchers (C-code)
ohair@425 361 LDFLAGS_JDKEXE:=@LDFLAGS_JDKEXE@
ohair@425 362 LDFLAGS_JDKEXE_SUFFIX:=@LDFLAGS_JDKEXE_SUFFIX@
ohair@425 363
ohair@478 364 # LDFLAGS specific to C++ linking.
ohair@478 365 LDFLAGS_CXX_JDK:=@LDFLAGS_CXX_JDK@
ohair@478 366
ohair@425 367 # Sometimes a different linker is needed for c++ libs
ohair@494 368 LDCXX:=@FIXPATH@ @LDCXX@
ohair@425 369 # The flags for linking libstdc++ linker.
ohair@425 370 LIBCXX:=@LIBCXX@
ohair@425 371
ohair@425 372 # Sometimes a different linker is needed for c++ executables
ohair@494 373 LDEXECXX:=@FIXPATH@ @LDEXECXX@
ohair@425 374
ohair@478 375 # BUILD_CC/BUILD_LD is a compiler/linker that generates code that is runnable on the
ohair@478 376 # build platform.
ohair@494 377 BUILD_CC:=@FIXPATH@ @BUILD_CC@
ohair@494 378 BUILD_LD:=@FIXPATH@ @BUILD_LD@
erikj@458 379
ohair@494 380 AS:=@FIXPATH@ @AS@
ohair@425 381
ohair@478 382 # AR is used to create a static library (is ar in posix, lib.exe in windows)
ohair@494 383 AR:=@FIXPATH@ @AR@
ohair@425 384 ARFLAGS:=@ARFLAGS@
ohair@425 385
ohair@478 386 NM:=@NM@
erikj@672 387 GNM:=@GNM@
ohair@478 388 STRIP:=@STRIP@
ohair@478 389 MCS:=@MCS@
ohair@478 390
ohair@478 391 LIPO:=@LIPO@
ohair@425 392
ohair@425 393 # Command to create a shared library
ohair@425 394 SHARED_LIBRARY_FLAGS:=@SHARED_LIBRARY_FLAGS@
ohair@425 395
ihse@839 396 # Options to linker to specify a mapfile.
ohair@425 397 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
ohair@425 398 SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
ohair@425 399
erikj@445 400 # Options for C/CXX compiler to be used if linking is performed
erikj@445 401 # using reorder file
erikj@445 402 C_FLAG_REORDER:=@C_FLAG_REORDER@
erikj@445 403 CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@
erikj@445 404
erikj@458 405 #
erikj@458 406 # Options for generating debug symbols
erikj@458 407 ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@
erikj@458 408 CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
erikj@458 409 CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@
erikj@458 410 ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@
erikj@458 411
erikj@458 412 #
erikj@458 413 # Compress (or not) jars
erikj@458 414 COMPRESS_JARS=@COMPRESS_JARS@
erikj@458 415
ohair@425 416 # Options to linker to specify the library name.
ohair@425 417 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
ohair@425 418 SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
ohair@425 419
ohair@425 420 # Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
ohair@425 421 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
ohair@425 422 SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
ohair@478 423 SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
ohair@425 424
ohair@425 425 # Different OS:es have different ways of naming shared libraries.
ohair@425 426 # The SHARED_LIBRARY macro takes "verify" as and argument and returns:
ohair@425 427 # "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
ohair@425 428 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
ohair@425 429 SHARED_LIBRARY=@SHARED_LIBRARY@
ohair@425 430 STATIC_LIBRARY=@STATIC_LIBRARY@
ohair@425 431 LIBRARY_PREFIX:=@LIBRARY_PREFIX@
ohair@425 432 SHARED_LIBRARY_SUFFIX:=@SHARED_LIBRARY_SUFFIX@
ohair@425 433 STATIC_LIBRARY_SUFFIX:=@STATIC_LIBRARY_SUFFIX@
ohair@425 434 EXE_SUFFIX:=@EXE_SUFFIX@
ohair@425 435 OBJ_SUFFIX:=@OBJ_SUFFIX@
ohair@425 436
erikj@445 437 POST_STRIP_CMD:=@POST_STRIP_CMD@
erikj@445 438 POST_MCS_CMD:=@POST_MCS_CMD@
erikj@445 439
ohair@425 440 JAVA_FLAGS:=@BOOT_JDK_JVMARGS@
ohair@425 441
ohair@494 442 JAVA=@FIXPATH@ $(BOOT_JDK)/bin/java $(JAVA_FLAGS)
ohair@425 443
ohair@494 444 JAVAC=@FIXPATH@ $(BOOT_JDK)/bin/javac
ohair@478 445 # Hotspot sets this variable before reading the SPEC when compiling sa-jdi.jar. Avoid
ohair@478 446 # overriding that value by using ?=.
ohair@478 447 JAVAC_FLAGS?=@JAVAC_FLAGS@
ohair@425 448
ohair@494 449 JAVAH=@FIXPATH@ $(BOOT_JDK)/bin/javah
ohair@425 450
ohair@494 451 JAR=@FIXPATH@ $(BOOT_JDK)/bin/jar
ohair@425 452
ohair@494 453 RMIC=@FIXPATH@ $(BOOT_JDK)/bin/rmic
ohair@425 454
ohair@494 455 NATIVE2ASCII=@FIXPATH@ $(BOOT_JDK)/bin/native2ascii
ohair@425 456
erikj@563 457 JARSIGNER=@FIXPATH@ $(BOOT_JDK)/bin/jarsigner
erikj@563 458
ohrstrom@607 459 # You run the new javac using the boot jdk with $(BOOT_JDK)/bin/java $(NEW_JAVAC) ...
ohrstrom@607 460 BOOTSTRAP_JAVAC_JAR:=$(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar
ohrstrom@607 461 BOOTSTRAP_JAVAC_ARGS:="-Xbootclasspath/p:$(BOOTSTRAP_JAVAC_JAR)" -cp $(BOOTSTRAP_JAVAC_JAR)
ohrstrom@607 462 NEW_JAVAC = $(BOOTSTRAP_JAVAC_ARGS) com.sun.tools.javac.Main
ohrstrom@607 463 NEW_JAVADOC = $(BOOTSTRAP_JAVAC_ARGS) com.sun.tools.javadoc.Main
ohrstrom@607 464
ohair@425 465 # Base flags for RC
ohair@425 466 # Guarding this against resetting value. Legacy make files include spec multiple
ohair@425 467 # times.
ohair@425 468 ifndef RC_FLAGS
ihse@839 469 RC_FLAGS:=@RC_FLAGS@
ohair@425 470 endif
ohair@425 471
ohair@425 472 # A specific java binary with specific options can be used to run
ohair@478 473 # the long running background sjavac servers and other long running tasks.
ohair@494 474 SJAVAC_SERVER_JAVA:=@FIXPATH@ @SJAVAC_SERVER_JAVA@
ohair@425 475
ohair@425 476 # Tools adhering to a minimal and common standard of posix compliance.
ohair@425 477 AWK:=@AWK@
ohair@478 478 BASENAME:=@BASENAME@
ohair@494 479 BASH:=@BASH@
ohair@425 480 CAT:=@CAT@
ohair@425 481 CCACHE:=@CCACHE@
ohair@425 482 # CD is going away, but remains to cater for legacy makefiles.
ohair@425 483 CD:=cd
ohair@425 484 CHMOD:=@CHMOD@
erikj@725 485 CODESIGN:=@CODESIGN@
erikj@562 486 COMM:=@COMM@
ohair@425 487 CP:=@CP@
erikj@562 488 CPIO:=@CPIO@
ohair@425 489 CUT:=@CUT@
ohair@425 490 DATE:=@DATE@
ohair@425 491 DIFF:=@DIFF@
erikj@562 492 DIRNAME:=@DIRNAME@
dcubed@854 493 DSYMUTIL:=@DSYMUTIL@
ohair@425 494 FIND:=@FIND@
ohair@425 495 FIND_DELETE:=@FIND_DELETE@
ohair@425 496 ECHO:=@ECHO@
ohair@425 497 EGREP:=@EGREP@
ohair@425 498 FGREP:=@FGREP@
ohair@425 499 GREP:=@GREP@
ohair@425 500 HEAD:=@HEAD@
ohair@425 501 LS:=@LS@
ohair@425 502 LN:=@LN@
ohair@425 503 MKDIR:=@MKDIR@
ohair@425 504 MV:=@MV@
ohair@425 505 NAWK:=@NAWK@
ohair@425 506 PRINTF:=@PRINTF@
ohair@425 507 PWD:=@THEPWDCMD@
ohair@425 508 RM:=@RM@
ohair@425 509 SED:=@SED@
ohair@425 510 SH:=@SH@
ohair@425 511 SORT:=@SORT@
ohair@425 512 TAR:=@TAR@
ohair@425 513 TAIL:=@TAIL@
ohair@425 514 TEE:=@TEE@
ohair@494 515 TIME:=@TIME@
erikj@754 516 IS_GNU_TIME:=@IS_GNU_TIME@
ohair@425 517 TR:=@TR@
ohair@425 518 TOUCH:=@TOUCH@
erikj@562 519 UNIQ:=@UNIQ@
ohair@425 520 WC:=@WC@
ohair@425 521 XARGS:=@XARGS@
ohair@425 522 ZIPEXE:=@ZIP@
ohair@425 523 ZIP:=@ZIP@
ohair@425 524 UNZIP:=@UNZIP@
ohair@494 525 MT:=@FIXPATH@ @MT@
ohair@494 526 RC:=@FIXPATH@ @RC@
ohair@494 527 DUMPBIN:=@FIXPATH@ @DUMPBIN@
ohair@425 528 CYGPATH:=@CYGPATH@
ohair@425 529 LDD:=@LDD@
ohair@425 530 OTOOL:=@OTOOL@
ohair@425 531 READELF:=@READELF@
ohair@425 532 EXPR:=@EXPR@
ohair@425 533 FILE:=@FILE@
erikj@445 534 HG:=@HG@
erikj@458 535 OBJCOPY:=@OBJCOPY@
ohair@494 536 SETFILE:=@SETFILE@
erikj@670 537 XATTR:=@XATTR@
erikj@718 538 JT_HOME:=@JT_HOME@
erikj@718 539 JTREGEXE:=@JTREGEXE@
ohair@425 540
ohair@494 541 FIXPATH:=@FIXPATH@
ohair@425 542
ohair@425 543 # Where the build output is stored for your convenience.
ohair@425 544 BUILD_LOG:=@BUILD_LOG@
erikj@458 545 BUILD_LOG_PREVIOUS:=@BUILD_LOG_PREVIOUS@
tbell@507 546 # Disable the build log wrapper on sjavac+winapi until
tbell@507 547 # we have solved how to prevent the log wrapper to wait
tbell@507 548 # for the background sjavac server process.
tbell@507 549 ifeq (@ENABLE_SJAVAC@X@OPENJDK_BUILD_OS_API@,yesXwinapi)
ihse@839 550 BUILD_LOG_WRAPPER:=
tbell@507 551 else
ihse@839 552 BUILD_LOG_WRAPPER:=@BUILD_LOG_WRAPPER@
tbell@507 553 endif
ohair@425 554
ohair@425 555 # Build setup
erikj@458 556 ENABLE_JFR=@ENABLE_JFR@
omajid@656 557 ENABLE_INTREE_EC=@ENABLE_INTREE_EC@
ohair@425 558 USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
ohair@425 559 USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
ohair@425 560 USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
erikj@458 561 LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
ohair@494 562 MSVCR_DLL:=@MSVCR_DLL@
ohair@425 563
erikj@458 564
ohair@425 565 # ADD_SRCS takes a single argument with source roots
ohair@425 566 # and appends any corresponding source roots found
ohair@425 567 # below --with-add-source-root and below
ohair@425 568 # --with-override-source-root. It is the responsibility
ohair@425 569 # of the next macro to get rid of superfluous files.
ohair@425 570 ADD_SRCS=$1
ohair@425 571 ifneq (,$(ADD_SRC_ROOT))
ihse@839 572 # Append wildcard rule to pickup any matching source roots found below ADD_SRC_ROOT
ihse@839 573 ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(ADD_SRC_ROOT),$1))
ohair@425 574 endif
ohair@425 575 ifneq (,$(OVERRIDE_SRC_ROOT))
ihse@839 576 # Append wildcard rule to pickup any matching source roots found below OVERRIDE_SRC_ROOT
ihse@839 577 ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(OVERRIDE_SRC_ROOT),$1))
ohair@425 578 endif
ohair@425 579
ohair@425 580 # OVR_SRCS creates a filter expression to filter out sources in
ohair@425 581 # the original source directory that lie inside directories below
ohair@425 582 # --with-override-source-root.
ohair@425 583 # Use := here since we want to scan for these files here. To avoid recomputation later.
ohair@425 584 # We cannot do the scan in configure, since that would force us to rerun configure when
ohair@425 585 # we add overridden sources.
ohair@425 586 ifneq (,$(OVERRIDE_SRC_ROOT))
ihse@839 587 OVR_SRCS:=$(addsuffix %,$(subst $(OVERRIDE_SRC_ROOT),$(SRC_ROOT),$(sort $(dir $(shell $(FIND) $(OVERRIDE_SRC_ROOT) -type f)))))
ohair@425 588 else
ihse@839 589 OVR_SRCS:=
ohair@425 590 endif
ohair@425 591
ohair@425 592 ####################################################
ohair@425 593 #
ohair@425 594 # INSTALLATION
ohair@425 595 #
ohair@425 596
ohair@425 597 # Common prefix for all installed files. Defaults to /usr/local,
ihse@839 598 # but /opt/myjdk is another common version.
ohair@425 599 INSTALL_PREFIX=@prefix@
ohair@425 600
ohair@425 601 # Directories containing architecture-dependent files should be relative to exec_prefix
ohair@425 602 INSTALL_EXECPREFIX=@exec_prefix@
ohair@425 603
ohair@425 604 # java,javac,javah,javap etc are installed here.
ohair@425 605 INSTALL_BINDIR=@bindir@
ohair@425 606
ohair@425 607 # Read only architecture-independent data
ohair@425 608 INSTALL_DATADIR=@datadir@
ohair@425 609
ohair@425 610 # Root of above.
ohair@425 611 INSTALL_DATAROOTDIR=@datarootdir@
ohair@425 612
ohair@425 613 # Doc files, other than info and man.
ohair@425 614 INSTALL_DOCDIR=@docdir@
ohair@425 615
ohair@425 616 # Html documentation
ohair@425 617 INSTALL_HTMLDIR=@htmldir@
ohair@425 618
ohair@425 619 # Installing C header files, JNI headers for example.
ohair@425 620 INSTALL_INCLUDEDIR=@includedir@
ohair@425 621
ohair@425 622 # Installing library files....
ohair@425 623 INSTALL_INCLUDEDIR=@libdir@
ohair@425 624
ohair@425 625 # Executables that other programs run.
ohair@425 626 INSTALL_LIBEXECDIR=@libexecdir@
ohair@425 627
ihse@839 628 # Locale-dependent but architecture-independent data, such as message catalogs.
ohair@425 629 INSTALL_LOCALEDIR=@localedir@
ohair@425 630
ohair@425 631 # Modifiable single-machine data
ohair@425 632 INSTALL_LOCALSTATEDIR=@localstatedir@
ohair@425 633
ohair@425 634 # Man pages
ohair@425 635 INSTALL_MANDIR=@mandir@
ohair@425 636
ohair@425 637 # Modifiable architecture-independent data.
ohair@425 638 INSTALL_SHAREDSTATEDIR=@sharedstatedir@
ohair@425 639
ohair@425 640 # Read-only single-machine data
ohair@425 641 INSTALL_SYSCONFDIR=@sysconfdir@
ohair@425 642
ohair@425 643
ohair@425 644 ####################################################
ohair@425 645 #
ohair@425 646 # Misc
ohair@425 647 #
ohair@425 648
erikj@445 649 # Name of Service Agent library
erikj@445 650 SALIB_NAME=@SALIB_NAME@
erikj@445 651
omajid@671 652 INCLUDE_SA=@INCLUDE_SA@
omajid@671 653
erikj@445 654 OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@
erikj@445 655 OS_VERSION_MINOR:=@OS_VERSION_MINOR@
erikj@445 656 OS_VERSION_MICRO:=@OS_VERSION_MICRO@
erikj@445 657
erikj@564 658 # Images directory definitions
erikj@564 659 JDK_IMAGE_SUBDIR:=j2sdk-image
erikj@564 660 JRE_IMAGE_SUBDIR:=j2re-image
erikj@564 661 JDK_OVERLAY_IMAGE_SUBDIR:=j2sdk-overlay-image
erikj@564 662 JRE_OVERLAY_IMAGE_SUBDIR:=j2re-overlay-image
erikj@668 663 # Colon left out to be able to override output dir for bootcycle-images
erikj@668 664 JDK_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_IMAGE_SUBDIR)
erikj@668 665 JRE_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_IMAGE_SUBDIR)
erikj@668 666 JDK_OVERLAY_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_OVERLAY_IMAGE_SUBDIR)
erikj@668 667 JRE_OVERLAY_IMAGE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_OVERLAY_IMAGE_SUBDIR)
erikj@564 668
erikj@564 669 # Macosx bundles directory definitions
erikj@668 670 JDK_BUNDLE_SUBDIR=j2sdk-bundle/jdk$(JDK_VERSION).jdk/Contents
erikj@668 671 JRE_BUNDLE_SUBDIR=j2re-bundle/jre$(JDK_VERSION).jre/Contents
erikj@668 672 JDK_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_BUNDLE_SUBDIR)
erikj@668 673 JRE_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_BUNDLE_SUBDIR)
erikj@564 674
ohair@478 675 # Include the custom-spec.gmk file if it exists
ohair@478 676 -include $(dir @SPEC@)/custom-spec.gmk

mercurial