make/Images.gmk
changeset 52983 7b4f2f7376fe
parent 52714 2e52aa822c57
child 53110 50677f43ac3d
child 57074 12615de8335e
equal deleted inserted replaced
52982:122b1ecfaa6e 52983:7b4f2f7376fe
    34 JRE_TARGETS :=
    34 JRE_TARGETS :=
    35 
    35 
    36 # Hook to include the corresponding custom file, if present.
    36 # Hook to include the corresponding custom file, if present.
    37 $(eval $(call IncludeCustomExtension, Images-pre.gmk))
    37 $(eval $(call IncludeCustomExtension, Images-pre.gmk))
    38 
    38 
    39 ############################################################################
    39 ################################################################################
    40 
    40 
    41 # All modules for the current target platform.
    41 # All modules for the current target platform.
    42 ALL_MODULES := $(call FindAllModules)
    42 ALL_MODULES := $(call FindAllModules)
    43 
    43 
    44 $(eval $(call ReadImportMetaData))
    44 $(eval $(call ReadImportMetaData))
    55 BASE_RELEASE_FILE := $(JDK_OUTPUTDIR)/release
    55 BASE_RELEASE_FILE := $(JDK_OUTPUTDIR)/release
    56 
    56 
    57 JMODS := $(wildcard $(IMAGES_OUTPUTDIR)/jmods/*.jmod)
    57 JMODS := $(wildcard $(IMAGES_OUTPUTDIR)/jmods/*.jmod)
    58 
    58 
    59 # Use this file inside the image as target for make rule
    59 # Use this file inside the image as target for make rule
    60 JIMAGE_TARGET_FILE := bin/java$(EXE_SUFFIX)
    60 JIMAGE_TARGET_FILE := release
    61 
    61 
    62 JLINK_ORDER_RESOURCES := **module-info.class
    62 JLINK_ORDER_RESOURCES := **module-info.class
    63 JLINK_JLI_CLASSES :=
    63 JLINK_JLI_CLASSES :=
    64 ifeq ($(ENABLE_GENERATE_CLASSLIST), true)
    64 ifeq ($(ENABLE_GENERATE_CLASSLIST), true)
    65   JLINK_ORDER_RESOURCES += @$(SUPPORT_OUTPUTDIR)/link_opt/classlist
    65   JLINK_ORDER_RESOURCES += @$(SUPPORT_OUTPUTDIR)/link_opt/classlist