jdk/make/lib/LibCommon.gmk
changeset 35781 88c56fe09cb8
parent 35276 50b3cdcef339
child 43806 36e9a4583949
equal deleted inserted replaced
35780:942860689ce2 35781:88c56fe09cb8
     1 #
     1 #
     2 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     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.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    33 GLOBAL_VERSION_INFO_RESOURCE := $(JDK_TOPDIR)/src/java.base/windows/native/common/version.rc
    33 GLOBAL_VERSION_INFO_RESOURCE := $(JDK_TOPDIR)/src/java.base/windows/native/common/version.rc
    34 
    34 
    35 # Absolute paths to lib files on windows for use in LDFLAGS. Should figure out a more
    35 # Absolute paths to lib files on windows for use in LDFLAGS. Should figure out a more
    36 # elegant solution to this.
    36 # elegant solution to this.
    37 WIN_JAVA_LIB := $(SUPPORT_OUTPUTDIR)/native/java.base/libjava/java.lib
    37 WIN_JAVA_LIB := $(SUPPORT_OUTPUTDIR)/native/java.base/libjava/java.lib
       
    38 
       
    39 ifneq ($(findstring $(OPENJDK_TARGET_OS), macosx windows), )
       
    40   DISABLE_MAPFILES := true
       
    41 endif
    38 
    42 
    39 ################################################################################
    43 ################################################################################
    40 # Find the default set of src dirs for a native library.
    44 # Find the default set of src dirs for a native library.
    41 # Param 1 - module name
    45 # Param 1 - module name
    42 # Param 2 - library name
    46 # Param 2 - library name