make/common/JdkNativeCompilation.gmk
branchihse-jdk-library-branch
changeset 56454 82c3ae69914f
parent 56433 c3cf838aa2da
child 56456 7c2619ac7f60
equal deleted inserted replaced
56435:e177cddcbf77 56454:82c3ae69914f
    45 FindSrcDirsForComponent += \
    45 FindSrcDirsForComponent += \
    46   $(call uniq, $(wildcard \
    46   $(call uniq, $(wildcard \
    47       $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS)/native/$(strip $2) \
    47       $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS)/native/$(strip $2) \
    48       $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS_TYPE)/native/$(strip $2) \
    48       $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS_TYPE)/native/$(strip $2) \
    49       $(TOPDIR)/src/$(strip $1)/share/native/$(strip $2)))
    49       $(TOPDIR)/src/$(strip $1)/share/native/$(strip $2)))
       
    50 
       
    51 FindHeaderDirForModule = \
       
    52   $(wildcard $(SUPPORT_OUTPUTDIR)/headers/$(strip $1))
    50 
    53 
    51 # Setup make rules for creating a native shared library with suitable defaults
    54 # Setup make rules for creating a native shared library with suitable defaults
    52 # for the OpenJDK project.
    55 # for the OpenJDK project.
    53 #
    56 #
    54 # Parameter 1 is the name of the rule. This name is used as variable prefix,
    57 # Parameter 1 is the name of the rule. This name is used as variable prefix,