make/gensrc/Gensrc-jdk.management.agent.gmk
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 include GensrcCommon.gmk
    26 include GensrcCommonJdk.gmk
    27 
    27 
    28 ################################################################################
    28 ################################################################################
    29 
    29 
    30 include GensrcProperties.gmk
    30 include GensrcProperties.gmk
    31 
    31 
    32 $(eval $(call SetupCompileProperties, COMPILE_PROPERTIES, \
    32 $(eval $(call SetupCompileProperties, COMPILE_PROPERTIES, \
    33     SRC_DIRS := $(JDK_TOPDIR)/src/jdk.management.agent/share/classes/jdk/internal/agent/resources, \
    33     SRC_DIRS := $(TOPDIR)/src/jdk.management.agent/share/classes/jdk/internal/agent/resources, \
    34     CLASS := ListResourceBundle, \
    34     CLASS := ListResourceBundle, \
    35 ))
    35 ))
    36 
    36 
    37 TARGETS += $(COMPILE_PROPERTIES)
    37 TARGETS += $(COMPILE_PROPERTIES)
    38 
    38