common/autoconf/spec.gmk.in

Print this page




 228 # You can run $(JDK_OUTPUTDIR)/bin/java
 229 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
 230 # yet the same as a default installation.
 231 #
 232 # When you run "make install" it will create the standardized
 233 # layout for the jdk and the jre inside the IMAGES_OUTPUTDIR subdir.
 234 # Then it will copy the contents of the jdk into the installation
 235 # directory.
 236 
 237 BUILD_OUTPUT:=@BUILD_OUTPUT@
 238 # Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
 239 LANGTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/langtools
 240 CORBA_OUTPUTDIR=$(BUILD_OUTPUT)/corba
 241 JAXP_OUTPUTDIR=$(BUILD_OUTPUT)/jaxp
 242 JAXWS_OUTPUTDIR=$(BUILD_OUTPUT)/jaxws
 243 HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot
 244 JDK_OUTPUTDIR=$(BUILD_OUTPUT)/jdk
 245 NASHORN_OUTPUTDIR=$(BUILD_OUTPUT)/nashorn
 246 IMAGES_OUTPUTDIR=$(BUILD_OUTPUT)/images
 247 TESTMAKE_OUTPUTDIR=$(BUILD_OUTPUT)/testmake

 248 
 249 LANGTOOLS_DIST=$(LANGTOOLS_OUTPUTDIR)/dist
 250 CORBA_DIST=$(CORBA_OUTPUTDIR)/dist
 251 JAXP_DIST=$(JAXP_OUTPUTDIR)/dist
 252 JAXWS_DIST=$(JAXWS_OUTPUTDIR)/dist
 253 HOTSPOT_DIST=@HOTSPOT_DIST@
 254 NASHORN_DIST=$(NASHORN_OUTPUTDIR)/dist
 255 
 256 BUILD_HOTSPOT=@BUILD_HOTSPOT@
 257 
 258 # The boot jdk to use
 259 BOOT_JDK:=@BOOT_JDK@
 260 BOOT_RTJAR:=@BOOT_RTJAR@
 261 BOOT_TOOLSJAR=$(BOOT_JDK)/lib/tools.jar
 262 
 263 # When compiling Java source to be run by the boot jdk
 264 # use these extra flags, eg -source 6 -target 6
 265 BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
 266 
 267 # Information about the build system




 228 # You can run $(JDK_OUTPUTDIR)/bin/java
 229 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
 230 # yet the same as a default installation.
 231 #
 232 # When you run "make install" it will create the standardized
 233 # layout for the jdk and the jre inside the IMAGES_OUTPUTDIR subdir.
 234 # Then it will copy the contents of the jdk into the installation
 235 # directory.
 236 
 237 BUILD_OUTPUT:=@BUILD_OUTPUT@
 238 # Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
 239 LANGTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/langtools
 240 CORBA_OUTPUTDIR=$(BUILD_OUTPUT)/corba
 241 JAXP_OUTPUTDIR=$(BUILD_OUTPUT)/jaxp
 242 JAXWS_OUTPUTDIR=$(BUILD_OUTPUT)/jaxws
 243 HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot
 244 JDK_OUTPUTDIR=$(BUILD_OUTPUT)/jdk
 245 NASHORN_OUTPUTDIR=$(BUILD_OUTPUT)/nashorn
 246 IMAGES_OUTPUTDIR=$(BUILD_OUTPUT)/images
 247 TESTMAKE_OUTPUTDIR=$(BUILD_OUTPUT)/testmake
 248 MAKESUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/makesupport
 249 
 250 LANGTOOLS_DIST=$(LANGTOOLS_OUTPUTDIR)/dist
 251 CORBA_DIST=$(CORBA_OUTPUTDIR)/dist
 252 JAXP_DIST=$(JAXP_OUTPUTDIR)/dist
 253 JAXWS_DIST=$(JAXWS_OUTPUTDIR)/dist
 254 HOTSPOT_DIST=@HOTSPOT_DIST@
 255 NASHORN_DIST=$(NASHORN_OUTPUTDIR)/dist
 256 
 257 BUILD_HOTSPOT=@BUILD_HOTSPOT@
 258 
 259 # The boot jdk to use
 260 BOOT_JDK:=@BOOT_JDK@
 261 BOOT_RTJAR:=@BOOT_RTJAR@
 262 BOOT_TOOLSJAR=$(BOOT_JDK)/lib/tools.jar
 263 
 264 # When compiling Java source to be run by the boot jdk
 265 # use these extra flags, eg -source 6 -target 6
 266 BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
 267 
 268 # Information about the build system