common/autoconf/spec.gmk.in

changeset 562
14d7ebe42c8d
parent 561
abc8078e070b
child 563
348a881c6da0
equal deleted inserted replaced
561:abc8078e070b 562:14d7ebe42c8d
1 # 1 #
2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
161 MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@ 161 MACOSX_BUNDLE_NAME_BASE=@MACOSX_BUNDLE_NAME_BASE@
162 MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@ 162 MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@
163 163
164 # Different version strings generated from the above information. 164 # Different version strings generated from the above information.
165 JDK_VERSION:=@JDK_VERSION@ 165 JDK_VERSION:=@JDK_VERSION@
166 RUNTIME_NAME:=@RUNTIME_NAME@ 166 RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
167 JRE_RELEASE_VERSION:=@FULL_VERSION@
168 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@ 167 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
169 # These variables need to be generated here so that MILESTONE and 168 # These variables need to be generated here so that MILESTONE and
170 # JDK_BUILD_NUMBER can be overridden on the make command line. 169 # JDK_BUILD_NUMBER can be overridden on the make command line.
171 ifeq ($(MILESTONE),) 170 ifeq ($(MILESTONE),)
172 RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE) 171 RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
177 USER_RELEASE_SUFFIX=@USER_RELEASE_SUFFIX@ 176 USER_RELEASE_SUFFIX=@USER_RELEASE_SUFFIX@
178 FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER) 177 FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER)
179 else 178 else
180 FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER) 179 FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER)
181 endif 180 endif
181 JRE_RELEASE_VERSION:=$(FULL_VERSION)
182 182
183 # How to compile the code: release, fastdebug or slowdebug 183 # How to compile the code: release, fastdebug or slowdebug
184 DEBUG_LEVEL:=@DEBUG_LEVEL@ 184 DEBUG_LEVEL:=@DEBUG_LEVEL@
185 185
186 # This is the JDK variant to build. 186 # This is the JDK variant to build.
449 CAT:=@CAT@ 449 CAT:=@CAT@
450 CCACHE:=@CCACHE@ 450 CCACHE:=@CCACHE@
451 # CD is going away, but remains to cater for legacy makefiles. 451 # CD is going away, but remains to cater for legacy makefiles.
452 CD:=cd 452 CD:=cd
453 CHMOD:=@CHMOD@ 453 CHMOD:=@CHMOD@
454 COMM:=@COMM@
454 CP:=@CP@ 455 CP:=@CP@
456 CPIO:=@CPIO@
455 CUT:=@CUT@ 457 CUT:=@CUT@
456 DATE:=@DATE@ 458 DATE:=@DATE@
457 DIFF:=@DIFF@ 459 DIFF:=@DIFF@
460 DIRNAME:=@DIRNAME@
458 FIND:=@FIND@ 461 FIND:=@FIND@
459 FIND_DELETE:=@FIND_DELETE@ 462 FIND_DELETE:=@FIND_DELETE@
460 ECHO:=@ECHO@ 463 ECHO:=@ECHO@
461 EGREP:=@EGREP@ 464 EGREP:=@EGREP@
462 FGREP:=@FGREP@ 465 FGREP:=@FGREP@
477 TAIL:=@TAIL@ 480 TAIL:=@TAIL@
478 TEE:=@TEE@ 481 TEE:=@TEE@
479 TIME:=@TIME@ 482 TIME:=@TIME@
480 TR:=@TR@ 483 TR:=@TR@
481 TOUCH:=@TOUCH@ 484 TOUCH:=@TOUCH@
485 UNIQ:=@UNIQ@
482 WC:=@WC@ 486 WC:=@WC@
483 XARGS:=@XARGS@ 487 XARGS:=@XARGS@
484 ZIPEXE:=@ZIP@ 488 ZIPEXE:=@ZIP@
485 ZIP:=@ZIP@ 489 ZIP:=@ZIP@
486 UNZIP:=@UNZIP@ 490 UNZIP:=@UNZIP@

mercurial