author | zyao |
Wed, 20 Sep 2017 18:30:32 +0800 | |
changeset 47591 | d78db2ebce5e |
parent 47217 | 72e3ae9a25eb |
child 47314 | 743814386712 |
permissions | -rw-r--r-- |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
# |
44760 | 2 |
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
4 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
10 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
15 |
# accompanied this code). |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
16 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
20 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
23 |
# questions. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
24 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
25 |
|
25859 | 26 |
ifndef _TOOLS_GMK |
27 |
_TOOLS_GMK := 1 |
|
28 |
||
29 |
include JavaCompilation.gmk |
|
30 |
||
44760 | 31 |
# Hook to include the corresponding custom file, if present. |
47217 | 32 |
$(eval $(call IncludeCustomExtension, , Tools.gmk)) |
44760 | 33 |
|
28658
344426303820
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
erikj
parents:
27565
diff
changeset
|
34 |
################################################################################ |
35241 | 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 |
|
37 |
# following trick is used to be able to declare a dependency on the built tools. |
|
38 |
BUILD_TOOLS_JDK := $(call SetupJavaCompilationCompileTarget, \ |
|
39 |
BUILD_TOOLS_JDK, $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes) |
|
15693
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15689
diff
changeset
|
40 |
|
28658
344426303820
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
erikj
parents:
27565
diff
changeset
|
41 |
################################################################################ |
15693
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15689
diff
changeset
|
42 |
|
36511 | 43 |
ifeq ($(BOOT_JDK_MODULAR), true) |
40261
86a49ba76f52
8136930: Simplify use of module-system options by custom launchers
mchung
parents:
37878
diff
changeset
|
44 |
COMPILEFONTCONFIG_ADD_EXPORTS := --add-exports java.desktop/sun.awt=ALL-UNNAMED |
36511 | 45 |
endif |
46 |
||
27565 | 47 |
TOOL_COMPILEFONTCONFIG = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
36511 | 48 |
$(COMPILEFONTCONFIG_ADD_EXPORTS) \ |
20547 | 49 |
build.tools.compilefontconfig.CompileFontConfig |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
50 |
|
27565 | 51 |
TOOL_COMPILEPROPERTIES = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 52 |
build.tools.compileproperties.CompileProperties |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
53 |
|
27565 | 54 |
TOOL_JARREORDER = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 55 |
build.tools.jarreorder.JarReorder |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
56 |
|
27565 | 57 |
TOOL_GENERATECHARACTER = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 58 |
build.tools.generatecharacter.GenerateCharacter |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
59 |
|
27565 | 60 |
TOOL_CHARACTERNAME = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 61 |
build.tools.generatecharacter.CharacterName |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
62 |
|
47217 | 63 |
TOOL_DTDBUILDER = $(JAVA_SMALL) -Ddtd_home=$(TOPDIR)/make/data/dtdbuilder \ |
23568 | 64 |
-Djava.awt.headless=true \ |
27565 | 65 |
-cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes build.tools.dtdbuilder.DTDBuilder |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
66 |
|
23350 | 67 |
TOOL_GENERATEBREAKITERATORDATA = $(JAVA_SMALL) \ |
27565 | 68 |
-cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 69 |
build.tools.generatebreakiteratordata.GenerateBreakIteratorData |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
70 |
|
27565 | 71 |
TOOL_GENERATECURRENCYDATA = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 72 |
build.tools.generatecurrencydata.GenerateCurrencyData |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
73 |
|
27565 | 74 |
TOOL_HASHER = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 75 |
build.tools.hasher.Hasher |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
76 |
|
27565 | 77 |
TOOL_TZDB = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 78 |
build.tools.tzdb.TzdbZoneRulesCompiler |
15289 | 79 |
|
27565 | 80 |
TOOL_BLACKLISTED_CERTS = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
25397 | 81 |
build.tools.blacklistedcertsconverter.BlacklistedCertsConverter |
82 |
||
27565 | 83 |
TOOL_MAKEJAVASECURITY = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
25974
850dc36ea410
6997010: Consolidate java.security files into one file with modifications
weijun
parents:
25397
diff
changeset
|
84 |
build.tools.makejavasecurity.MakeJavaSecurity |
850dc36ea410
6997010: Consolidate java.security files into one file with modifications
weijun
parents:
25397
diff
changeset
|
85 |
|
15289 | 86 |
|
20547 | 87 |
# TODO: There are references to the jdwpgen.jar in jdk/make/netbeans/jdwpgen/build.xml |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
88 |
# and nbproject/project.properties in the same dir. Needs to be looked at. |
27565 | 89 |
TOOL_JDWPGEN = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes build.tools.jdwpgen.Main |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
90 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
91 |
# TODO: Lots of files in jdk/make/tools/CharsetMapping dir |
27565 | 92 |
TOOL_CHARSETMAPPING = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
22639
37f4508257fe
8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
22046
diff
changeset
|
93 |
build.tools.charsetmapping.Main $(LOG_INFO) |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
94 |
|
27565 | 95 |
TOOL_SPP = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes build.tools.spp.Spp |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
96 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
97 |
# Nimbus is used somewhere in the swing build. |
37779
7c84df693837
8154956: Module system implementation refresh (4/2016)
alanb
parents:
36511
diff
changeset
|
98 |
|
7c84df693837
8154956: Module system implementation refresh (4/2016)
alanb
parents:
36511
diff
changeset
|
99 |
ifeq ($(BOOT_JDK_MODULAR), true) |
40261
86a49ba76f52
8136930: Simplify use of module-system options by custom launchers
mchung
parents:
37878
diff
changeset
|
100 |
COMPILENIMBUS_ADD_MODS := --add-modules java.xml.bind |
37779
7c84df693837
8154956: Module system implementation refresh (4/2016)
alanb
parents:
36511
diff
changeset
|
101 |
endif |
7c84df693837
8154956: Module system implementation refresh (4/2016)
alanb
parents:
36511
diff
changeset
|
102 |
|
27565 | 103 |
TOOL_GENERATENIMBUS = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
37779
7c84df693837
8154956: Module system implementation refresh (4/2016)
alanb
parents:
36511
diff
changeset
|
104 |
$(COMPILENIMBUS_ADD_MODS) \ |
20547 | 105 |
build.tools.generatenimbus.Generator |
12892 | 106 |
|
27565 | 107 |
TOOL_WRAPPERGENERATOR = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
22967
bfcfd51c9e5c
8034193: Move X11 wrapper generator files to make/src and make/data
erikj
parents:
22650
diff
changeset
|
108 |
build.tools.x11wrappergen.WrapperGenerator |
12892 | 109 |
|
27565 | 110 |
TOOL_AWT_TOBIN = $(JAVA_SMALL) -Djava.awt.headless=true -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
21805 | 111 |
build.tools.icondata.awt.ToBin |
13164 | 112 |
|
27565 | 113 |
TOOL_OSX_TOBIN = $(JAVA_SMALL) -Djava.awt.headless=true -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
21805 | 114 |
build.tools.icondata.osxapp.ToBin |
14231 | 115 |
|
27565 | 116 |
TOOL_CLDRCONVERTER = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
20547 | 117 |
build.tools.cldrconverter.CLDRConverter |
13583 | 118 |
|
46042
a614479300d8
8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
nishjain
parents:
44760
diff
changeset
|
119 |
TOOL_GENERATELSREQUIVMAPS = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \ |
a614479300d8
8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
nishjain
parents:
44760
diff
changeset
|
120 |
build.tools.generatelsrequivmaps.EquivMapsGenerator |
a614479300d8
8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
nishjain
parents:
44760
diff
changeset
|
121 |
|
36511 | 122 |
TOOL_GENMODULESXML = $(JAVA_SMALL) $(INTERIM_LANGTOOLS_BOOTCLASSPATH) \ |
123 |
-cp $(call PathList, $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes) \ |
|
26227
aa7ada31eb77
8055856: checkdeps build target doesn't work for cross-compilation builds
mchung
parents:
26192
diff
changeset
|
124 |
build.tools.module.GenJdepsModulesXml |
25859 | 125 |
|
36511 | 126 |
TOOL_GENMODULEINFOSOURCE = $(JAVA_SMALL) $(INTERIM_LANGTOOLS_BOOTCLASSPATH) \ |
127 |
-cp $(call PathList, $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes) \ |
|
128 |
build.tools.module.GenModuleInfoSource |
|
129 |
||
130 |
TOOL_GENCLASSLOADERMAP = $(JAVA_SMALL) $(INTERIM_LANGTOOLS_BOOTCLASSPATH) \ |
|
131 |
-cp $(call PathList, $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes) \ |
|
132 |
build.tools.module.GenModuleLoaderMap |
|
133 |
||
134 |
########################################################################################## |
|
27565 | 135 |
|
25859 | 136 |
endif # _TOOLS_GMK |