equal
deleted
inserted
replaced
27 _TOOLS_GMK := 1 |
27 _TOOLS_GMK := 1 |
28 |
28 |
29 include JavaCompilation.gmk |
29 include JavaCompilation.gmk |
30 |
30 |
31 # Hook to include the corresponding custom file, if present. |
31 # Hook to include the corresponding custom file, if present. |
32 $(eval $(call IncludeCustomExtension, jdk, Tools.gmk)) |
32 $(eval $(call IncludeCustomExtension, , Tools.gmk)) |
33 |
33 |
34 ################################################################################ |
34 ################################################################################ |
35 # To avoid reevaluating the compilation setup for the tools each time this file |
35 # To avoid reevaluating the compilation setup for the tools each time this file |
36 # is included, the actual compilation is handled by CompileTools.gmk. The |
36 # is included, the actual compilation is handled by CompileTools.gmk. The |
37 # following trick is used to be able to declare a dependency on the built tools. |
37 # following trick is used to be able to declare a dependency on the built tools. |
58 build.tools.generatecharacter.GenerateCharacter |
58 build.tools.generatecharacter.GenerateCharacter |
59 |
59 |
60 TOOL_CHARACTERNAME = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
60 TOOL_CHARACTERNAME = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
61 build.tools.generatecharacter.CharacterName |
61 build.tools.generatecharacter.CharacterName |
62 |
62 |
63 TOOL_DTDBUILDER = $(JAVA_SMALL) -Ddtd_home=$(JDK_TOPDIR)/make/data/dtdbuilder \ |
63 TOOL_DTDBUILDER = $(JAVA_SMALL) -Ddtd_home=$(TOPDIR)/make/data/dtdbuilder \ |
64 -Djava.awt.headless=true \ |
64 -Djava.awt.headless=true \ |
65 -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes build.tools.dtdbuilder.DTDBuilder |
65 -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes build.tools.dtdbuilder.DTDBuilder |
66 |
66 |
67 TOOL_GENERATEBREAKITERATORDATA = $(JAVA_SMALL) \ |
67 TOOL_GENERATEBREAKITERATORDATA = $(JAVA_SMALL) \ |
68 -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
68 -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |