common/autoconf/spec.gmk.in
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Sdiff common/autoconf

common/autoconf/spec.gmk.in

Print this page


   1 #
   2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 197 
 198 # Should we compile support for running with a graphical UI? (ie headful)
 199 # Should we compile support for running without? (ie headless)
 200 SUPPORT_HEADFUL:=@SUPPORT_HEADFUL@
 201 SUPPORT_HEADLESS:=@SUPPORT_HEADLESS@
 202 # Legacy defines controlled by the SUPPORT_HEADLESS and SUPPORT_HEADFUL options.
 203 @BUILD_HEADLESS@
 204 
 205 # These are the libjvms that we want to build.
 206 # The java launcher uses the default.
 207 # The others can be selected by specifying -client -server -minimal1 -zero or -zeroshark
 208 # on the java launcher command line.
 209 JVM_VARIANTS:=@JVM_VARIANTS@
 210 JVM_VARIANT_SERVER:=@JVM_VARIANT_SERVER@
 211 JVM_VARIANT_CLIENT:=@JVM_VARIANT_CLIENT@
 212 JVM_VARIANT_MINIMAL1:=@JVM_VARIANT_MINIMAL1@
 213 JVM_VARIANT_ZERO:=@JVM_VARIANT_ZERO@
 214 JVM_VARIANT_ZEROSHARK:=@JVM_VARIANT_ZEROSHARK@
 215 JVM_VARIANT_CORE:=@JVM_VARIANT_CORE@
 216 
 217 # Universal binaries on macosx
 218 MACOSX_UNIVERSAL=@MACOSX_UNIVERSAL@
 219 
 220 # Legacy setting: -debug or -fastdebug
 221 # Still used in version string...
 222 BUILD_VARIANT_RELEASE:=@BUILD_VARIANT_RELEASE@
 223 
 224 # JDK_OUTPUTDIR specifies where a working jvm is built.
 225 # You can run $(JDK_OUTPUTDIR)/bin/java
 226 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
 227 # yet the same as a default installation.
 228 #
 229 # When you run "make install" it will create the standardized
 230 # layout for the jdk and the jre inside the IMAGES_OUTPUTDIR subdir.
 231 # Then it will copy the contents of the jdk into the installation
 232 # directory.
 233 
 234 BUILD_OUTPUT:=@BUILD_OUTPUT@
 235 # Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
 236 SUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/support
 237 BUILDTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/buildtools
 238 
 239 HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot


   1 #
   2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 197 
 198 # Should we compile support for running with a graphical UI? (ie headful)
 199 # Should we compile support for running without? (ie headless)
 200 SUPPORT_HEADFUL:=@SUPPORT_HEADFUL@
 201 SUPPORT_HEADLESS:=@SUPPORT_HEADLESS@
 202 # Legacy defines controlled by the SUPPORT_HEADLESS and SUPPORT_HEADFUL options.
 203 @BUILD_HEADLESS@
 204 
 205 # These are the libjvms that we want to build.
 206 # The java launcher uses the default.
 207 # The others can be selected by specifying -client -server -minimal1 -zero or -zeroshark
 208 # on the java launcher command line.
 209 JVM_VARIANTS:=@JVM_VARIANTS@
 210 JVM_VARIANT_SERVER:=@JVM_VARIANT_SERVER@
 211 JVM_VARIANT_CLIENT:=@JVM_VARIANT_CLIENT@
 212 JVM_VARIANT_MINIMAL1:=@JVM_VARIANT_MINIMAL1@
 213 JVM_VARIANT_ZERO:=@JVM_VARIANT_ZERO@
 214 JVM_VARIANT_ZEROSHARK:=@JVM_VARIANT_ZEROSHARK@
 215 JVM_VARIANT_CORE:=@JVM_VARIANT_CORE@
 216 



 217 # Legacy setting: -debug or -fastdebug
 218 # Still used in version string...
 219 BUILD_VARIANT_RELEASE:=@BUILD_VARIANT_RELEASE@
 220 
 221 # JDK_OUTPUTDIR specifies where a working jvm is built.
 222 # You can run $(JDK_OUTPUTDIR)/bin/java
 223 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
 224 # yet the same as a default installation.
 225 #
 226 # When you run "make install" it will create the standardized
 227 # layout for the jdk and the jre inside the IMAGES_OUTPUTDIR subdir.
 228 # Then it will copy the contents of the jdk into the installation
 229 # directory.
 230 
 231 BUILD_OUTPUT:=@BUILD_OUTPUT@
 232 # Colon left out to be able to override IMAGES_OUTPUTDIR for bootcycle-images
 233 SUPPORT_OUTPUTDIR=$(BUILD_OUTPUT)/support
 234 BUILDTOOLS_OUTPUTDIR=$(BUILD_OUTPUT)/buildtools
 235 
 236 HOTSPOT_OUTPUTDIR=$(BUILD_OUTPUT)/hotspot


common/autoconf/spec.gmk.in
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File