make/copy/Copy-java.base.gmk
changeset 48300 8a5edac3d5a2
parent 47765 b7c7428eaab9
child 48338 a3c7d963c952
equal deleted inserted replaced
48299:e8f5fc8f5f67 48300:8a5edac3d5a2
    24 #
    24 #
    25 
    25 
    26 include CopyCommon.gmk
    26 include CopyCommon.gmk
    27 
    27 
    28 $(eval $(call IncludeCustomExtension, copy/Copy-java.base.gmk))
    28 $(eval $(call IncludeCustomExtension, copy/Copy-java.base.gmk))
    29 
       
    30 ################################################################################
       
    31 #
       
    32 # Copy exported header files to outputdir.
       
    33 #
       
    34 TARGETS += \
       
    35     $(INCLUDE_DST_DIR)/jni.h \
       
    36     $(INCLUDE_DST_DIR)/jvmticmlr.h \
       
    37     $(INCLUDE_DST_DIR)/classfile_constants.h \
       
    38     $(INCLUDE_DST_OS_DIR)/jni_md.h \
       
    39     #
       
    40 
       
    41 $(INCLUDE_DST_DIR)/%.h: $(TOPDIR)/src/java.base/share/native/include/%.h
       
    42 	$(call install-file)
       
    43 
       
    44 $(INCLUDE_DST_OS_DIR)/%.h: \
       
    45     $(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/include/%.h
       
    46 	$(call install-file)
       
    47 
    29 
    48 ################################################################################
    30 ################################################################################
    49 
    31 
    50 ifneq ($(findstring $(OPENJDK_TARGET_OS), windows aix),)
    32 ifneq ($(findstring $(OPENJDK_TARGET_OS), windows aix),)
    51 
    33