make/lib/Lib-jdk.accessibility.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 52805 2eb8ae0f3454
child 58908 73bb9c4002cc
equal deleted inserted replaced
57144:fff0653622aa 57145:ceaa243112bd
    25 
    25 
    26 include LibCommon.gmk
    26 include LibCommon.gmk
    27 
    27 
    28 ################################################################################
    28 ################################################################################
    29 
    29 
    30 ifeq ($(OPENJDK_TARGET_OS), windows)
    30 ifeq ($(call isTargetOs, windows), true)
    31 
    31 
    32   ROOT_SRCDIR := $(TOPDIR)/src/jdk.accessibility/windows/native
    32   ROOT_SRCDIR := $(TOPDIR)/src/jdk.accessibility/windows/native
    33 
    33 
    34   define SetupJavaDLL
    34   define SetupJavaDLL
    35     # Parameter 1 Suffix
    35     # Parameter 1 Suffix
    98 
    98 
    99     TARGETS += $$(BUILD_ACCESSBRIDGESYSINFO)
    99     TARGETS += $$(BUILD_ACCESSBRIDGESYSINFO)
   100 
   100 
   101   endef
   101   endef
   102 
   102 
   103   ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
   103   ifeq ($(call isTargetCpuBits, 32), true)
   104     $(eval $(call SetupAccessBridgeSysInfo))
   104     $(eval $(call SetupAccessBridgeSysInfo))
   105     $(eval $(call SetupJavaDLL,-32,32))
   105     $(eval $(call SetupJavaDLL,-32,32))
   106     $(eval $(call SetupJavaDLL,,LEGACY))
   106     $(eval $(call SetupJavaDLL,,LEGACY))
   107     $(eval $(call SetupWinDLL,-32,32))
   107     $(eval $(call SetupWinDLL,-32,32))
   108     $(eval $(call SetupWinDLL,,LEGACY))
   108     $(eval $(call SetupWinDLL,,LEGACY))