make/ModuleWrapper.gmk
changeset 53804 f42d42c1ebdc
parent 53683 48ff68e2fe5c
child 58908 73bb9c4002cc
equal deleted inserted replaced
53803:33b96cbd16f3 53804:f42d42c1ebdc
    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, \