langtools/make/gensrc/Gensrc-jdk.compiler.gmk
changeset 30846 2b3f379840f0
parent 28458 f20c5dd05e34
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    29     com/sun/tools/javac/resources/version.properties))
    29     com/sun/tools/javac/resources/version.properties))
    30 
    30 
    31 $(eval $(call SetupVersionProperties,JAVAH_VERSION, \
    31 $(eval $(call SetupVersionProperties,JAVAH_VERSION, \
    32     com/sun/tools/javah/resources/version.properties))
    32     com/sun/tools/javah/resources/version.properties))
    33 
    33 
    34 $(eval $(call SetupVersionProperties,JAVAP_VERSION, \
       
    35     com/sun/tools/javap/resources/version.properties))
       
    36 
       
    37 $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \
    34 $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \
    38     $(JAVAC_VERSION) $(JAVAH_VERSION) $(JAVAP_VERSION)))
    35     $(JAVAC_VERSION) $(JAVAH_VERSION)))
    39 
    36 
    40 $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \
    37 $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \
    41 	com/sun/tools/javac/resources/compiler.properties))
    38 	com/sun/tools/javac/resources/compiler.properties))
    42 
    39 
    43 all: $(COMPILE_PROPERTIES) $(PARSE_PROPERTIES)
    40 all: $(COMPILE_PROPERTIES) $(PARSE_PROPERTIES)