make/lib/LibCommon.gmk
branchihse-jdk-library-branch
changeset 56511 2b67c11c0db6
parent 56454 82c3ae69914f
child 56512 c030d6f39dfd
equal deleted inserted replaced
56488:a6cb200daa5d 56511:2b67c11c0db6
    65 
    65 
    66 ################################################################################
    66 ################################################################################
    67 # Find the default set of src dirs for a native library.
    67 # Find the default set of src dirs for a native library.
    68 # Param 1 - module name
    68 # Param 1 - module name
    69 # Param 2 - library name
    69 # Param 2 - library name
    70 FindSrcDirsForLib += \
    70 #FindSrcDirsForLib += \
    71   $(call uniq, $(wildcard \
    71 #  $(call uniq, $(wildcard \
    72       $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS)/native/lib$(strip $2) \
    72 #      $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS)/native/lib$(strip $2) \
    73       $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS_TYPE)/native/lib$(strip $2) \
    73 #      $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS_TYPE)/native/lib$(strip $2) \
    74       $(TOPDIR)/src/$(strip $1)/share/native/lib$(strip $2)))
    74 #      $(TOPDIR)/src/$(strip $1)/share/native/lib$(strip $2)))
    75 
    75 
    76 ################################################################################
    76 ################################################################################
    77 # Find a library
    77 # Find a library
    78 # Param 1 - module name
    78 # Param 1 - module name
    79 # Param 2 - library name
    79 # Param 2 - library name