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

common/autoconf/spec.gmk.in

Print this page


   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


 739 INSTALL_MANDIR=@mandir@
 740 
 741 # Modifiable architecture-independent data.
 742 INSTALL_SHAREDSTATEDIR=@sharedstatedir@
 743 
 744 # Read-only single-machine data
 745 INSTALL_SYSCONFDIR=@sysconfdir@
 746 
 747 ####################################################
 748 #
 749 # Libraries
 750 #
 751 
 752 USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@
 753 LCMS_CFLAGS:=@LCMS_CFLAGS@
 754 LCMS_LIBS:=@LCMS_LIBS@
 755 
 756 USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@
 757 PNG_LIBS:=@PNG_LIBS@
 758 PNG_CFLAGS:=@PNG_CFLAGS@
 759 
 760 ELF_CFLAGS:=@ELF_CFLAGS@
 761 ELF_LIBS:=@ELF_LIBS@
 762 
 763 ####################################################
 764 #
 765 # Misc
 766 #
 767 
 768 INCLUDE_SA=@INCLUDE_SA@
 769 INCLUDE_GRAAL=@INCLUDE_GRAAL@
 770 
 771 OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@
 772 OS_VERSION_MINOR:=@OS_VERSION_MINOR@
 773 OS_VERSION_MICRO:=@OS_VERSION_MICRO@
 774 
 775 # Images directory definitions
 776 JDK_IMAGE_SUBDIR:=jdk
 777 JRE_IMAGE_SUBDIR:=jre
 778 JRE_COMPACT1_IMAGE_SUBDIR := jre-compact1
 779 JRE_COMPACT2_IMAGE_SUBDIR := jre-compact2
 780 JRE_COMPACT3_IMAGE_SUBDIR := jre-compact3
 781 


   1 #
   2 # Copyright (c) 2011, 2017, 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


 739 INSTALL_MANDIR=@mandir@
 740 
 741 # Modifiable architecture-independent data.
 742 INSTALL_SHAREDSTATEDIR=@sharedstatedir@
 743 
 744 # Read-only single-machine data
 745 INSTALL_SYSCONFDIR=@sysconfdir@
 746 
 747 ####################################################
 748 #
 749 # Libraries
 750 #
 751 
 752 USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@
 753 LCMS_CFLAGS:=@LCMS_CFLAGS@
 754 LCMS_LIBS:=@LCMS_LIBS@
 755 
 756 USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@
 757 PNG_LIBS:=@PNG_LIBS@
 758 PNG_CFLAGS:=@PNG_CFLAGS@



 759 
 760 ####################################################
 761 #
 762 # Misc
 763 #
 764 
 765 INCLUDE_SA=@INCLUDE_SA@
 766 INCLUDE_GRAAL=@INCLUDE_GRAAL@
 767 
 768 OS_VERSION_MAJOR:=@OS_VERSION_MAJOR@
 769 OS_VERSION_MINOR:=@OS_VERSION_MINOR@
 770 OS_VERSION_MICRO:=@OS_VERSION_MICRO@
 771 
 772 # Images directory definitions
 773 JDK_IMAGE_SUBDIR:=jdk
 774 JRE_IMAGE_SUBDIR:=jre
 775 JRE_COMPACT1_IMAGE_SUBDIR := jre-compact1
 776 JRE_COMPACT2_IMAGE_SUBDIR := jre-compact2
 777 JRE_COMPACT3_IMAGE_SUBDIR := jre-compact3
 778 


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