make/ModuleWrapper.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 52714 2e52aa822c57
child 58908 73bb9c4002cc
equal deleted inserted replaced
57144:fff0653622aa 57145:ceaa243112bd
    40 
    40 
    41 # Include the file being wrapped.
    41 # Include the file being wrapped.
    42 include $(MAKEFILE_PREFIX)-$(MODULE).gmk
    42 include $(MAKEFILE_PREFIX)-$(MODULE).gmk
    43 
    43 
    44 # Setup copy rules from the modules directories to the jdk image directory.
    44 # Setup copy rules from the modules directories to the jdk image directory.
    45 ifeq ($(OPENJDK_TARGET_OS), windows)
    45 ifeq ($(call isTargetOs, windows), true)
    46   TO_BIN_FILTER := %$(SHARED_LIBRARY_SUFFIX) %.diz %.pdb %.map
    46   TO_BIN_FILTER := %$(SHARED_LIBRARY_SUFFIX) %.diz %.pdb %.map
    47 
    47 
    48   $(eval $(call SetupCopyFiles, COPY_LIBS_TO_BIN, \
    48   $(eval $(call SetupCopyFiles, COPY_LIBS_TO_BIN, \
    49       SRC := $(SUPPORT_OUTPUTDIR)/modules_libs/$(MODULE), \
    49       SRC := $(SUPPORT_OUTPUTDIR)/modules_libs/$(MODULE), \
    50       DEST := $(JDK_OUTPUTDIR)/bin, \
    50       DEST := $(JDK_OUTPUTDIR)/bin, \