< prev index next >

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


 265 ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@
 266 # Store sjavac server synchronization files here, and
 267 # the sjavac server log files.
 268 SJAVAC_SERVER_DIR=$(MAKESUPPORT_OUTPUTDIR)/javacservers
 269 
 270 # Number of parallel jobs to use for compilation
 271 JOBS?=@JOBS@
 272 TEST_JOBS?=@TEST_JOBS@
 273 
 274 # Default make target
 275 DEFAULT_MAKE_TARGET:=@DEFAULT_MAKE_TARGET@
 276 
 277 FREETYPE_LIBS:=@FREETYPE_LIBS@
 278 FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
 279 FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
 280 CUPS_CFLAGS:=@CUPS_CFLAGS@
 281 ALSA_LIBS:=@ALSA_LIBS@
 282 ALSA_CFLAGS:=@ALSA_CFLAGS@
 283 LIBFFI_LIBS:=@LIBFFI_LIBS@
 284 LIBFFI_CFLAGS:=@LIBFFI_CFLAGS@


 285 
 286 PACKAGE_PATH=@PACKAGE_PATH@
 287 
 288 # Source file for cacerts
 289 CACERTS_FILE=@CACERTS_FILE@
 290 
 291 # Enable unlimited crypto policy
 292 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
 293 
 294 GCOV_ENABLED=@GCOV_ENABLED@
 295 
 296 # Necessary additional compiler flags to compile X11
 297 X_CFLAGS:=@X_CFLAGS@
 298 X_LIBS:=@X_LIBS@
 299 
 300 # The lowest required version of macosx to enforce compatiblity for
 301 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
 302 
 303 # Toolchain type: gcc, clang, solstudio, lxc, microsoft...
 304 TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@


   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


 265 ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@
 266 # Store sjavac server synchronization files here, and
 267 # the sjavac server log files.
 268 SJAVAC_SERVER_DIR=$(MAKESUPPORT_OUTPUTDIR)/javacservers
 269 
 270 # Number of parallel jobs to use for compilation
 271 JOBS?=@JOBS@
 272 TEST_JOBS?=@TEST_JOBS@
 273 
 274 # Default make target
 275 DEFAULT_MAKE_TARGET:=@DEFAULT_MAKE_TARGET@
 276 
 277 FREETYPE_LIBS:=@FREETYPE_LIBS@
 278 FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
 279 FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
 280 CUPS_CFLAGS:=@CUPS_CFLAGS@
 281 ALSA_LIBS:=@ALSA_LIBS@
 282 ALSA_CFLAGS:=@ALSA_CFLAGS@
 283 LIBFFI_LIBS:=@LIBFFI_LIBS@
 284 LIBFFI_CFLAGS:=@LIBFFI_CFLAGS@
 285 ICONV_LIBS:=@ICONV_LIBS@
 286 ICONV_CFLAGS:=@ICONV_CFLAGS@
 287 
 288 PACKAGE_PATH=@PACKAGE_PATH@
 289 
 290 # Source file for cacerts
 291 CACERTS_FILE=@CACERTS_FILE@
 292 
 293 # Enable unlimited crypto policy
 294 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
 295 
 296 GCOV_ENABLED=@GCOV_ENABLED@
 297 
 298 # Necessary additional compiler flags to compile X11
 299 X_CFLAGS:=@X_CFLAGS@
 300 X_LIBS:=@X_LIBS@
 301 
 302 # The lowest required version of macosx to enforce compatiblity for
 303 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
 304 
 305 # Toolchain type: gcc, clang, solstudio, lxc, microsoft...
 306 TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@


< prev index next >