< prev index next >

make/linux/makefiles/defs.make

Print this page


   1 #
   2 # Copyright (c) 2006, 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.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 218     endif
 219   endif # ENABLE_FULL_DEBUG_SYMBOLS=1
 220 endif # BUILD_FLAVOR
 221 
 222 JDK_INCLUDE_SUBDIR=linux
 223 
 224 # Library suffix
 225 LIBRARY_SUFFIX=so
 226 
 227 EXPORT_LIST += $(EXPORT_DOCS_DIR)/platform/jvmti/jvmti.html
 228 
 229 # client and server subdirectories have symbolic links to ../libjsig.so
 230 EXPORT_LIST += $(EXPORT_LIB_ARCH_DIR)/libjsig.$(LIBRARY_SUFFIX)
 231 ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)
 232   ifeq ($(ZIP_DEBUGINFO_FILES),1)
 233     EXPORT_LIST += $(EXPORT_LIB_ARCH_DIR)/libjsig.diz
 234   else
 235     EXPORT_LIST += $(EXPORT_LIB_ARCH_DIR)/libjsig.debuginfo
 236   endif
 237 endif

 238 EXPORT_SERVER_DIR = $(EXPORT_LIB_ARCH_DIR)/server
 239 EXPORT_CLIENT_DIR = $(EXPORT_LIB_ARCH_DIR)/client
 240 EXPORT_MINIMAL_DIR = $(EXPORT_LIB_ARCH_DIR)/minimal
 241 
 242 ifeq ($(findstring true, $(JVM_VARIANT_SERVER) $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK) $(JVM_VARIANT_CORE)), true)
 243   EXPORT_LIST += $(EXPORT_SERVER_DIR)/Xusage.txt
 244   EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.$(LIBRARY_SUFFIX)
 245   ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)
 246     ifeq ($(ZIP_DEBUGINFO_FILES),1)
 247       EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.diz
 248     else
 249       EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.debuginfo
 250     endif
 251   endif
 252 endif
 253 
 254 ifeq ($(JVM_VARIANT_CLIENT),true)
 255   EXPORT_LIST += $(EXPORT_CLIENT_DIR)/Xusage.txt
 256   EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm.$(LIBRARY_SUFFIX)
 257   ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)


   1 #
   2 # Copyright (c) 2006, 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.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 218     endif
 219   endif # ENABLE_FULL_DEBUG_SYMBOLS=1
 220 endif # BUILD_FLAVOR
 221 
 222 JDK_INCLUDE_SUBDIR=linux
 223 
 224 # Library suffix
 225 LIBRARY_SUFFIX=so
 226 
 227 EXPORT_LIST += $(EXPORT_DOCS_DIR)/platform/jvmti/jvmti.html
 228 
 229 # client and server subdirectories have symbolic links to ../libjsig.so
 230 EXPORT_LIST += $(EXPORT_LIB_ARCH_DIR)/libjsig.$(LIBRARY_SUFFIX)
 231 ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)
 232   ifeq ($(ZIP_DEBUGINFO_FILES),1)
 233     EXPORT_LIST += $(EXPORT_LIB_ARCH_DIR)/libjsig.diz
 234   else
 235     EXPORT_LIST += $(EXPORT_LIB_ARCH_DIR)/libjsig.debuginfo
 236   endif
 237 endif
 238 
 239 EXPORT_SERVER_DIR = $(EXPORT_LIB_ARCH_DIR)/server
 240 EXPORT_CLIENT_DIR = $(EXPORT_LIB_ARCH_DIR)/client
 241 EXPORT_MINIMAL_DIR = $(EXPORT_LIB_ARCH_DIR)/minimal
 242 
 243 ifeq ($(findstring true, $(JVM_VARIANT_SERVER) $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK) $(JVM_VARIANT_CORE)), true)
 244   EXPORT_LIST += $(EXPORT_SERVER_DIR)/Xusage.txt
 245   EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.$(LIBRARY_SUFFIX)
 246   ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)
 247     ifeq ($(ZIP_DEBUGINFO_FILES),1)
 248       EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.diz
 249     else
 250       EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.debuginfo
 251     endif
 252   endif
 253 endif
 254 
 255 ifeq ($(JVM_VARIANT_CLIENT),true)
 256   EXPORT_LIST += $(EXPORT_CLIENT_DIR)/Xusage.txt
 257   EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm.$(LIBRARY_SUFFIX)
 258   ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)


< prev index next >