make/gensrc/Gensrc-jdk.compiler.gmk
changeset 48406 26b47ea4c77d
parent 47217 72e3ae9a25eb
child 50453 f91927a2c8d3
equal deleted inserted replaced
48405:5f1c30b80554 48406:26b47ea4c77d
     1 #
     1 #
     2 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    26 include GensrcCommonLangtools.gmk
    26 include GensrcCommonLangtools.gmk
    27 
    27 
    28 $(eval $(call SetupVersionProperties,JAVAC_VERSION, \
    28 $(eval $(call SetupVersionProperties,JAVAC_VERSION, \
    29     com/sun/tools/javac/resources/version.properties))
    29     com/sun/tools/javac/resources/version.properties))
    30 
    30 
    31 $(eval $(call SetupVersionProperties,JAVAH_VERSION, \
       
    32     com/sun/tools/javah/resources/version.properties))
       
    33 
       
    34 $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \
    31 $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \
    35     $(JAVAC_VERSION) $(JAVAH_VERSION)))
    32     $(JAVAC_VERSION)))
    36 
    33 
    37 $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \
    34 $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \
    38 	com/sun/tools/javac/resources/compiler.properties))
    35 	com/sun/tools/javac/resources/compiler.properties))
    39 
    36 
    40 all: $(COMPILE_PROPERTIES) $(PARSE_PROPERTIES)
    37 all: $(COMPILE_PROPERTIES) $(PARSE_PROPERTIES)