author | alanb |
Fri, 26 Sep 2014 22:24:50 +0100 | |
changeset 26860 | 2bd15d21fb0f |
parent 25859 | 3317bb8137f4 |
child 27190 | d3a9a634cc0b |
permissions | -rw-r--r-- |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
# |
22963
a28e6f0b511b
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22342
diff
changeset
|
2 |
# Copyright (c) 2011, 2014, 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 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
26 |
include $(SPEC) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
27 |
include MakeBase.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
28 |
include JavaCompilation.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
29 |
|
12892 | 30 |
default: images |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
31 |
|
23347
acb1d044a217
8037281: Improve CacheFind and enable on all platforms
erikj
parents:
22963
diff
changeset
|
32 |
# Prepare the find cache. |
20547 | 33 |
$(eval $(call FillCacheFind, \ |
15126
bceb690ccf35
8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents:
14596
diff
changeset
|
34 |
$(wildcard $(JDK_OUTPUTDIR)/bin \ |
20547 | 35 |
$(JDK_OUTPUTDIR)/lib \ |
36 |
$(IMAGES_OUTPUTDIR)/lib \ |
|
37 |
$(JDK_OUTPUTDIR)/include \ |
|
38 |
$(JDK_OUTPUTDIR)/sample \ |
|
39 |
$(JDK_OUTPUTDIR)/demo))) |
|
15126
bceb690ccf35
8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents:
14596
diff
changeset
|
40 |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
41 |
include Tools.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
42 |
|
15681 | 43 |
include Profiles.gmk |
44 |
||
13702 | 45 |
# Note: This double-colon rule is intentional, to support |
46 |
# custom make file integration. |
|
47 |
images:: jre-image jdk-image |
|
48 |
||
49 |
overlay-images: jre-overlay-image jdk-overlay-image |
|
50 |
||
51 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
52 |
|
13702 | 53 |
# Processing license files from source area to image area |
54 |
# These will be modified to have the platform specific EOL chars. |
|
55 |
define process-doc-file |
|
14231 | 56 |
$(ECHO) $(LOG_INFO) Processing $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
13702 | 57 |
$(MKDIR) -p $(@D) |
58 |
$(RM) $@ |
|
15823
9882cddb33b9
8007387: "sed: RE error: illegal byte sequence" when building images on Mac
erikj
parents:
15693
diff
changeset
|
59 |
LC_ALL=C $(SED) 's/$$//g' $< > $@ |
13702 | 60 |
$(CHMOD) 444 $@ |
61 |
endef |
|
62 |
||
14231 | 63 |
define AddFileToCopy |
64 |
# Param 1 - src root dir |
|
65 |
# Param 2 - dest root dir |
|
66 |
# Param 3 - src file |
|
67 |
# Param 4 - variable to add targets to |
|
68 |
||
69 |
# Remove src dir root from src file |
|
70 |
$2_$3_FILE := $$(patsubst $1/%,%,$3) |
|
71 |
||
72 |
$2/$$($2_$3_FILE): $3 |
|
73 |
$(ECHO) $(LOG_INFO) Copying $$(patsubst $(OUTPUT_ROOT)/%,%,$$@) |
|
74 |
$$(install-file) |
|
75 |
||
76 |
$4 += $2/$$($2_$3_FILE) |
|
77 |
endef |
|
13702 | 78 |
|
12892 | 79 |
################################################################################ |
80 |
# |
|
81 |
# JRE and JDK build rules |
|
82 |
# |
|
83 |
################################################################################ |
|
13702 | 84 |
# |
85 |
# Variable prefixes explained: |
|
15681 | 86 |
# JRE_ refers to files in the j2re-*-image. |
13702 | 87 |
# JDK_ refers to files in the j2sdk-image outside of the jre subdir. |
88 |
# JDKJRE_ refers to files in the j2sdk-image inside the jre subdir. |
|
89 |
# |
|
12892 | 90 |
|
91 |
################################################################################ |
|
92 |
# /bin dir |
|
93 |
||
20547 | 94 |
ifeq ($(PROFILE), ) |
95 |
NOT_JRE_BIN_FILES := \ |
|
96 |
appletviewer$(EXE_SUFFIX) \ |
|
97 |
extcheck$(EXE_SUFFIX) \ |
|
98 |
idlj$(EXE_SUFFIX) \ |
|
99 |
jar$(EXE_SUFFIX) \ |
|
100 |
jarsigner$(EXE_SUFFIX) \ |
|
101 |
java-rmi.cgi \ |
|
102 |
javac$(EXE_SUFFIX) \ |
|
103 |
javadoc$(EXE_SUFFIX) \ |
|
104 |
javah$(EXE_SUFFIX) \ |
|
105 |
javap$(EXE_SUFFIX) \ |
|
106 |
jdeps$(EXE_SUFFIX) \ |
|
107 |
jcmd$(EXE_SUFFIX) \ |
|
108 |
jdb$(EXE_SUFFIX) \ |
|
109 |
jps$(EXE_SUFFIX) \ |
|
110 |
jrunscript$(EXE_SUFFIX) \ |
|
111 |
jstat$(EXE_SUFFIX) \ |
|
112 |
jstatd$(EXE_SUFFIX) \ |
|
113 |
jstack$(EXE_SUFFIX) \ |
|
114 |
packagebean$(SCRIPT_SUFFIX) \ |
|
115 |
rmic$(EXE_SUFFIX) \ |
|
116 |
serialver$(EXE_SUFFIX) \ |
|
117 |
unregbean$(EXE_SUFFIX) \ |
|
118 |
jconsole$(EXE_SUFFIX) \ |
|
119 |
jinfo$(EXE_SUFFIX) \ |
|
120 |
jmap$(EXE_SUFFIX) \ |
|
121 |
native2ascii$(EXE_SUFFIX) \ |
|
122 |
xjc$(EXE_SUFFIX) \ |
|
123 |
wsgen$(EXE_SUFFIX) \ |
|
124 |
wsimport$(EXE_SUFFIX) \ |
|
125 |
schemagen$(EXE_SUFFIX) \ |
|
126 |
jsadebugd$(EXE_SUFFIX) \ |
|
127 |
jhat$(EXE_SUFFIX) |
|
15681 | 128 |
endif |
12892 | 129 |
|
130 |
WINDOWS_JDK_BIN_FILES = \ |
|
20547 | 131 |
$(EXE_SUFFIX) \ |
132 |
$(LIBRARY_PREFIX)jli$(SHARED_LIBRARY_SUFFIX) \ |
|
133 |
$(notdir $(MSVCR_DLL)) |
|
13702 | 134 |
|
135 |
WINDOWS_JDKJRE_BIN_FILES := \ |
|
20547 | 136 |
$(LIBRARY_PREFIX)attach$(SHARED_LIBRARY_SUFFIX) \ |
137 |
$(SALIB_NAME) |
|
12892 | 138 |
|
139 |
# Find all files in bin dir |
|
20547 | 140 |
ALL_BIN_LIST := $(call CacheFind, $(JDK_OUTPUTDIR)/bin) |
13164 | 141 |
|
14231 | 142 |
# Prevent sjavac from entering the images. |
20547 | 143 |
ALL_BIN_LIST := $(filter-out %/sjavac, $(ALL_BIN_LIST)) |
14231 | 144 |
|
13702 | 145 |
# For unknown reason the debuginfo files for executables are not put into images |
13164 | 146 |
# e.g filter them out |
20547 | 147 |
ifneq ($(OPENJDK_TARGET_OS), windows) |
148 |
ALL_BIN_LIST := $(filter-out %.debuginfo %.diz, $(ALL_BIN_LIST)) |
|
13702 | 149 |
else |
20547 | 150 |
# On windows, the libraries are in the bin dir, only filter out debuginfo files |
151 |
# for executables. "java" is both a library and executable. |
|
152 |
ALL_BIN_EXEC_FILES := $(filter-out java.exe, $(notdir $(filter %.exe, $(ALL_BIN_LIST)))) |
|
153 |
ALL_BIN_DEBUG_FILTER := $(addprefix %, $(patsubst %.exe, %.debuginfo, $(ALL_BIN_EXEC_FILES)) \ |
|
154 |
$(patsubst %.exe, %.diz, $(ALL_BIN_EXEC_FILES))) %.pdb |
|
155 |
ALL_BIN_LIST := $(filter-out $(ALL_BIN_DEBUG_FILTER), $(ALL_BIN_LIST)) |
|
13702 | 156 |
endif |
13164 | 157 |
|
20547 | 158 |
JDKJRE_BIN_LIST := $(filter-out $(addprefix %, $(NOT_JRE_BIN_FILES)), $(ALL_BIN_LIST)) |
159 |
JRE_BIN_LIST := $(filter-out $(addprefix %, $(WINDOWS_JDKJRE_BIN_FILES)), $(JDKJRE_BIN_LIST)) |
|
14231 | 160 |
|
20547 | 161 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
162 |
JDK_BIN_LIST := $(filter $(addprefix %, $(WINDOWS_JDK_BIN_FILES)), $(ALL_BIN_LIST)) |
|
163 |
# On windows x86, the server jvm is filtered out from the j2re image. This could possibly |
|
164 |
# be handled by profiles in the future. If no client jvm is built, leave server in. |
|
165 |
ifeq ($(OPENJDK_TARGET_CPU), x86) |
|
166 |
ifeq ($(JVM_VARIANT_CLIENT), true) |
|
167 |
JRE_BIN_LIST := $(filter-out $(JDK_OUTPUTDIR)/bin/server/%, $(JRE_BIN_LIST)) |
|
14231 | 168 |
endif |
20547 | 169 |
endif |
12892 | 170 |
else |
20547 | 171 |
JDK_BIN_LIST := $(ALL_BIN_LIST) |
12892 | 172 |
endif |
13702 | 173 |
|
20547 | 174 |
ifneq ($(OPENJDK_TARGET_CPU_ISADIR), ) |
175 |
OVERLAY_FILTER := $(JDK_OUTPUTDIR)/bin$(OPENJDK_TARGET_CPU_ISADIR)% |
|
13702 | 176 |
endif |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
177 |
|
20547 | 178 |
$(foreach f,$(filter-out $(OVERLAY_FILTER),$(JRE_BIN_LIST)), \ |
14231 | 179 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JRE_IMAGE_DIR),$f,JRE_BIN_TARGETS))) |
20547 | 180 |
$(foreach f,$(filter-out $(OVERLAY_FILTER),$(JDK_BIN_LIST)), \ |
14231 | 181 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_IMAGE_DIR),$f,JDK_BIN_TARGETS))) |
20547 | 182 |
$(foreach f,$(filter-out $(OVERLAY_FILTER),$(JDKJRE_BIN_LIST)), \ |
14231 | 183 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_IMAGE_DIR)/jre,$f,JDKJRE_BIN_TARGETS))) |
13702 | 184 |
|
20547 | 185 |
$(foreach f,$(filter $(OVERLAY_FILTER),$(JRE_BIN_LIST)), \ |
14231 | 186 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JRE_OVERLAY_IMAGE_DIR),$f,JRE_BIN_TARGETS))) |
20547 | 187 |
$(foreach f,$(filter $(OVERLAY_FILTER),$(JDK_BIN_LIST)), \ |
14231 | 188 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_OVERLAY_IMAGE_DIR),$f,JDK_BIN_TARGETS))) |
20547 | 189 |
$(foreach f,$(filter $(OVERLAY_FILTER),$(JDKJRE_BIN_LIST)), \ |
14231 | 190 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_OVERLAY_IMAGE_DIR)/jre,$f,JDKJRE_BIN_TARGETS))) |
12892 | 191 |
|
192 |
################################################################################ |
|
193 |
# /lib dir |
|
13702 | 194 |
ifneq ($(OPENJDK_TARGET_OS), macosx) |
20547 | 195 |
JDKJRE_LIB_FILES := \ |
196 |
$(LIBRARY_PREFIX)attach$(SHARED_LIBRARY_SUFFIX) \ |
|
197 |
$(SALIB_NAME) |
|
13702 | 198 |
endif |
12892 | 199 |
|
20547 | 200 |
ifeq ($(PROFILE), ) |
201 |
NOT_JRE_LIB_FILES := \ |
|
202 |
tools.jar \ |
|
203 |
jconsole.jar \ |
|
204 |
sa-jdi.jar \ |
|
205 |
dt.jar \ |
|
206 |
ct.sym |
|
12892 | 207 |
|
20547 | 208 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
209 |
NOT_JRE_LIB_FILES += jawt.lib jvm.lib |
|
210 |
endif |
|
13702 | 211 |
endif |
212 |
||
12892 | 213 |
JDK_LIB_FILES := $(NOT_JRE_LIB_FILES) |
13164 | 214 |
ifeq ($(OPENJDK_TARGET_OS), linux) |
20547 | 215 |
JDK_LIB_FILES += jexec |
12892 | 216 |
endif |
217 |
||
20812 | 218 |
ifneq ($(findstring $(OPENJDK_TARGET_OS), linux solaris),) # If Linux or Solaris |
219 |
JDK_LIB_FILES += $(LIBRARY_PREFIX)jli$(SHARED_LIBRARY_SUFFIX) \ |
|
220 |
$(LIBRARY_PREFIX)jawt$(SHARED_LIBRARY_SUFFIX) |
|
221 |
endif |
|
222 |
||
14231 | 223 |
# Find all files to copy from $(JDK_OUTPUTDIR)/lib |
14596
a1f29d55b5ee
8004281: build-infra: Move all jar creation to images target and put jars in images/lib
erikj
parents:
14231
diff
changeset
|
224 |
# Jar files are not expected to be here |
20547 | 225 |
ALL_JDKOUT_LIB_LIST := $(call not-containing,_the., $(filter-out %.jar, \ |
226 |
$(call CacheFind, $(JDK_OUTPUTDIR)/lib))) |
|
14231 | 227 |
# Find all files to copy from $(IMAGES_OUTPUTDIR)/lib |
14596
a1f29d55b5ee
8004281: build-infra: Move all jar creation to images target and put jars in images/lib
erikj
parents:
14231
diff
changeset
|
228 |
# This is were the jar files are and might not exist if building overlay-images |
20547 | 229 |
ifneq ($(wildcard $(IMAGES_OUTPUTDIR)/lib), ) |
230 |
ALL_IMAGES_LIB_LIST := $(call not-containing,_the., \ |
|
231 |
$(call CacheFind, $(IMAGES_OUTPUTDIR)/lib)) |
|
14231 | 232 |
endif |
233 |
||
234 |
# Filter files to copy for each destination |
|
20547 | 235 |
JRE_JDKOUT_LIB_LIST := $(filter-out $(addprefix %, $(NOT_JRE_LIB_FILES) $(JDKJRE_LIB_FILES)), \ |
236 |
$(ALL_JDKOUT_LIB_LIST)) |
|
237 |
JDKJRE_JDKOUT_LIB_LIST := $(filter-out $(addprefix %, $(NOT_JRE_LIB_FILES)), $(ALL_JDKOUT_LIB_LIST)) |
|
238 |
JDK_JDKOUT_LIB_LIST := $(filter $(addprefix %, $(JDK_LIB_FILES)), $(ALL_JDKOUT_LIB_LIST)) |
|
14231 | 239 |
|
20547 | 240 |
JRE_IMAGES_LIB_LIST := $(filter-out $(addprefix %, $(NOT_JRE_LIB_FILES) $(JDKJRE_LIB_FILES)), \ |
241 |
$(ALL_IMAGES_LIB_LIST)) |
|
242 |
JDKJRE_IMAGES_LIB_LIST := $(filter-out $(addprefix %, $(NOT_JRE_LIB_FILES)), $(ALL_IMAGES_LIB_LIST)) |
|
243 |
JDK_IMAGES_LIB_LIST := $(filter $(addprefix %, $(JDK_LIB_FILES)), $(ALL_IMAGES_LIB_LIST)) |
|
12892 | 244 |
|
14231 | 245 |
# Iterate over files to copy to create rules for each one |
20547 | 246 |
$(foreach f,$(JRE_JDKOUT_LIB_LIST), \ |
14231 | 247 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JRE_IMAGE_DIR),$f,JRE_LIB_TARGETS))) |
20547 | 248 |
$(foreach f,$(JDK_JDKOUT_LIB_LIST), \ |
14231 | 249 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_IMAGE_DIR),$f,JDK_LIB_TARGETS))) |
20547 | 250 |
$(foreach f,$(JDKJRE_JDKOUT_LIB_LIST), \ |
14231 | 251 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_IMAGE_DIR)/jre,$f,JDKJRE_LIB_TARGETS))) |
12892 | 252 |
|
20547 | 253 |
$(foreach f,$(JRE_IMAGES_LIB_LIST), \ |
14231 | 254 |
$(eval $(call AddFileToCopy,$(IMAGES_OUTPUTDIR),$(JRE_IMAGE_DIR),$f,JRE_LIB_TARGETS))) |
20547 | 255 |
$(foreach f,$(JDK_IMAGES_LIB_LIST), \ |
14231 | 256 |
$(eval $(call AddFileToCopy,$(IMAGES_OUTPUTDIR),$(JDK_IMAGE_DIR),$f,JDK_LIB_TARGETS))) |
20547 | 257 |
$(foreach f,$(JDKJRE_IMAGES_LIB_LIST), \ |
14231 | 258 |
$(eval $(call AddFileToCopy,$(IMAGES_OUTPUTDIR),$(JDK_IMAGE_DIR)/jre,$f,JDKJRE_LIB_TARGETS))) |
259 |
||
20547 | 260 |
$(foreach f,$(filter $(JDK_OUTPUTDIR)/lib$(OPENJDK_TARGET_CPU_ISADIR)/%,$(JRE_JDKOUT_LIB_LIST)), \ |
14231 | 261 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JRE_OVERLAY_IMAGE_DIR),$f,JRE_OVERLAY_LIB_TARGETS))) |
20547 | 262 |
$(foreach f,$(filter $(JDK_OUTPUTDIR)/lib$(OPENJDK_TARGET_CPU_ISADIR)/%,$(JDK_JDKOUT_LIB_LIST)), \ |
14231 | 263 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_OVERLAY_IMAGE_DIR),$f,JDK_OVERLAY_LIB_TARGETS))) |
20547 | 264 |
$(foreach f,$(filter $(JDK_OUTPUTDIR)/lib$(OPENJDK_TARGET_CPU_ISADIR)/%,$(JDKJRE_JDKOUT_LIB_LIST)), \ |
14231 | 265 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_OVERLAY_IMAGE_DIR)/jre,$f,JDKJRE_OVERLAY_LIB_TARGETS))) |
13702 | 266 |
|
20547 | 267 |
ifneq ($(PROFILE), ) |
268 |
# Files in lib$(PROFILE) are excluded from the generic copying routines so |
|
269 |
# we have to add them back in here |
|
270 |
$(foreach f,$(CUSTOM_PROFILE_JARS), \ |
|
271 |
$(eval $(call AddFileToCopy,$(IMAGES_OUTPUTDIR)/lib$(PROFILE),$(JRE_IMAGE_DIR)/lib,$f,JRE_LIB_TARGETS))) |
|
15885
1729959f3994
8009695: embedded/GP/RI: This intermittent error happens too often, makes the build unstable, and waste machine
erikj
parents:
15823
diff
changeset
|
272 |
endif |
1729959f3994
8009695: embedded/GP/RI: This intermittent error happens too often, makes the build unstable, and waste machine
erikj
parents:
15823
diff
changeset
|
273 |
|
12892 | 274 |
# CTE plugin security change require new empty directory lib/applet |
20547 | 275 |
$(JRE_IMAGE_DIR)/lib/applet: |
14231 | 276 |
$(ECHO) $(LOG_INFO) Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 277 |
$(MKDIR) -p $@ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
278 |
|
20547 | 279 |
$(JDK_IMAGE_DIR)/jre/lib/applet: |
14231 | 280 |
$(ECHO) $(LOG_INFO) Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 281 |
$(MKDIR) -p $@ |
282 |
||
283 |
$(JRE_IMAGE_DIR)/lib/meta-index: $(JRE_LIB_TARGETS) |
|
14231 | 284 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
22307 | 285 |
$(CD) $(@D) && $(TOOL_BUILDMETAINDEX) -o meta-index *.jar |
12892 | 286 |
|
287 |
$(JDK_IMAGE_DIR)/jre/lib/meta-index: $(JDKJRE_LIB_TARGETS) |
|
14231 | 288 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
22307 | 289 |
$(CD) $(@D) && $(TOOL_BUILDMETAINDEX) -o meta-index *.jar |
12892 | 290 |
|
291 |
$(JRE_IMAGE_DIR)/lib/ext/meta-index: $(JRE_LIB_TARGETS) |
|
14231 | 292 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 293 |
$(CD) $(@D) && $(TOOL_BUILDMETAINDEX) -o meta-index *.jar |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
294 |
|
13702 | 295 |
$(JDK_IMAGE_DIR)/jre/lib/ext/meta-index: $(JDKJRE_LIB_TARGETS) |
14231 | 296 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 297 |
$(CD) $(@D) && $(TOOL_BUILDMETAINDEX) -o meta-index *.jar |
298 |
||
299 |
################################################################################ |
|
300 |
# /man dir |
|
23602 | 301 |
# |
302 |
# All variables in this section are assigned with simple =, without :, to enable |
|
303 |
# more selective overriding from the custom version of this file. |
|
304 |
# |
|
14231 | 305 |
# Avoid evaluating this whole section on windows for speed and stability |
20547 | 306 |
ifneq ($(OPENJDK_TARGET_OS), windows) |
23602 | 307 |
JRE_MAN_PAGES = \ |
20547 | 308 |
java.1 \ |
23601
d15e005afb07
8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
erikj
parents:
23600
diff
changeset
|
309 |
jjs.1 \ |
20547 | 310 |
keytool.1 \ |
311 |
orbd.1 \ |
|
312 |
pack200.1 \ |
|
313 |
policytool.1 \ |
|
314 |
rmid.1 \ |
|
315 |
rmiregistry.1 \ |
|
316 |
servertool.1 \ |
|
317 |
tnameserv.1 \ |
|
318 |
unpack200.1 |
|
12892 | 319 |
|
20547 | 320 |
ifndef OPENJDK |
20550
f9e9b021bee7
8026500: [infra] remove extraneous docs in solaris images
ksrini
parents:
20547
diff
changeset
|
321 |
ifneq ($(OPENJDK_TARGET_OS), solaris) |
f9e9b021bee7
8026500: [infra] remove extraneous docs in solaris images
ksrini
parents:
20547
diff
changeset
|
322 |
JRE_MAN_PAGES += javaws.1 |
f9e9b021bee7
8026500: [infra] remove extraneous docs in solaris images
ksrini
parents:
20547
diff
changeset
|
323 |
endif |
20547 | 324 |
endif |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
325 |
|
20547 | 326 |
JDK_MAN_PAGES = \ |
327 |
$(JRE_MAN_PAGES) \ |
|
328 |
appletviewer.1 \ |
|
329 |
extcheck.1 \ |
|
330 |
idlj.1 \ |
|
331 |
jar.1 \ |
|
332 |
jarsigner.1 \ |
|
333 |
javac.1 \ |
|
334 |
javadoc.1 \ |
|
335 |
javah.1 \ |
|
336 |
javap.1 \ |
|
337 |
jconsole.1 \ |
|
338 |
jcmd.1 \ |
|
339 |
jdb.1 \ |
|
23601
d15e005afb07
8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
erikj
parents:
23600
diff
changeset
|
340 |
jdeps.1 \ |
20547 | 341 |
jhat.1 \ |
342 |
jinfo.1 \ |
|
343 |
jmap.1 \ |
|
344 |
jps.1 \ |
|
345 |
jrunscript.1 \ |
|
346 |
jsadebugd.1 \ |
|
347 |
jstack.1 \ |
|
348 |
jstat.1 \ |
|
349 |
jstatd.1 \ |
|
350 |
native2ascii.1 \ |
|
351 |
rmic.1 \ |
|
352 |
schemagen.1 \ |
|
353 |
serialver.1 \ |
|
354 |
wsgen.1 \ |
|
355 |
wsimport.1 \ |
|
356 |
xjc.1 |
|
12892 | 357 |
|
20547 | 358 |
# This variable is potentially overridden in the closed makefile. |
359 |
MAN_SRC_BASEDIR ?= $(JDK_TOPDIR)/src |
|
17049
a7caf0d4cb98
8013552: Add build support for different man pages for OpenJDK and OracleJDK
erikj
parents:
16511
diff
changeset
|
360 |
|
20547 | 361 |
ifeq ($(OPENJDK_TARGET_OS), linux) |
23602 | 362 |
MAN_SRC_DIR = $(MAN_SRC_BASEDIR)/linux/doc |
363 |
MAN1_SUBDIR = man |
|
20547 | 364 |
endif |
365 |
ifeq ($(OPENJDK_TARGET_OS), solaris) |
|
23602 | 366 |
MAN_SRC_DIR = $(MAN_SRC_BASEDIR)/solaris/doc |
367 |
MAN1_SUBDIR = sun/man/man1 |
|
20547 | 368 |
endif |
369 |
ifeq ($(OPENJDK_TARGET_OS), macosx) |
|
23602 | 370 |
MAN_SRC_DIR = $(MAN_SRC_BASEDIR)/bsd/doc |
371 |
MAN1_SUBDIR = man |
|
20547 | 372 |
endif |
13164 | 373 |
|
20547 | 374 |
$(JRE_IMAGE_DIR)/man/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/% |
14231 | 375 |
$(ECHO) $(LOG_INFO) Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 376 |
$(install-file) |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
377 |
|
20547 | 378 |
$(JDK_IMAGE_DIR)/man/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/% |
14231 | 379 |
$(ECHO) $(LOG_INFO) Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 380 |
$(install-file) |
381 |
||
20547 | 382 |
$(JRE_IMAGE_DIR)/man/man1/%: $(JDK_OUTPUTDIR)/impdoc/$(MAN1_SUBDIR)/% |
14231 | 383 |
$(ECHO) $(LOG_INFO) Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 384 |
$(install-file) |
385 |
||
20547 | 386 |
$(JDK_IMAGE_DIR)/man/man1/%: $(JDK_OUTPUTDIR)/impdoc/$(MAN1_SUBDIR)/% |
14231 | 387 |
$(ECHO) $(LOG_INFO) Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 388 |
$(install-file) |
389 |
||
20547 | 390 |
define install-ja-manpage |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
391 |
$(MKDIR) -p $(@D) |
12892 | 392 |
$(CAT) $< \ |
20547 | 393 |
| $(NATIVE2ASCII) -encoding eucJP \ |
394 |
| $(SED) 's/@@VERSION@@/$(THIS_JDK_VERSION)/g' \ |
|
395 |
| $(NATIVE2ASCII) -reverse -encoding $1 \ |
|
396 |
> $@ |
|
397 |
endef |
|
12892 | 398 |
|
20547 | 399 |
$(JRE_IMAGE_DIR)/man/ja_JP.UTF-8/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/ja/% |
14231 | 400 |
$(ECHO) $(LOG_INFO) Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
20547 | 401 |
$(call install-ja-manpage, UTF-8) |
12892 | 402 |
|
20547 | 403 |
$(JDK_IMAGE_DIR)/man/ja_JP.UTF-8/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/ja/% |
14231 | 404 |
$(ECHO) $(LOG_INFO) Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
20547 | 405 |
$(call install-ja-manpage, UTF-8) |
12892 | 406 |
|
20547 | 407 |
$(JRE_IMAGE_DIR)/man/ja_JP.PCK/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/ja/% |
14231 | 408 |
$(ECHO) $(LOG_INFO) Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
20547 | 409 |
$(call install-ja-manpage, PCK) |
12892 | 410 |
|
20547 | 411 |
$(JDK_IMAGE_DIR)/man/ja_JP.PCK/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/ja/% |
14231 | 412 |
$(ECHO) $(LOG_INFO) Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
20547 | 413 |
$(call install-ja-manpage, PCK) |
12892 | 414 |
|
20547 | 415 |
ifeq ($(OPENJDK_TARGET_OS), solaris) |
416 |
$(JRE_IMAGE_DIR)/man/ja/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/ja/% |
|
417 |
$(ECHO) $(LOG_INFO) Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
|
418 |
$(install-file) |
|
12892 | 419 |
|
20547 | 420 |
$(JDK_IMAGE_DIR)/man/ja/man1/%: $(MAN_SRC_DIR)/$(MAN1_SUBDIR)/ja/% |
421 |
$(ECHO) $(LOG_INFO) Converting $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
|
422 |
$(install-file) |
|
423 |
endif |
|
12892 | 424 |
|
20547 | 425 |
ifeq ($(OPENJDK_TARGET_OS), linux) |
426 |
$(JRE_IMAGE_DIR)/man/ja: |
|
427 |
$(ECHO) $(LOG_INFO) Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
|
428 |
$(CD) $(@D) && $(RM) ja && $(LN) -s ja_JP.UTF-8 ja |
|
13164 | 429 |
|
20547 | 430 |
$(JDK_IMAGE_DIR)/man/ja: |
431 |
$(ECHO) $(LOG_INFO) Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
|
432 |
$(CD) $(@D) && $(RM) ja && $(LN) -s ja_JP.UTF-8 ja |
|
433 |
endif |
|
13164 | 434 |
|
20547 | 435 |
ifeq ($(OPENJDK_TARGET_OS), macosx) |
436 |
$(JRE_IMAGE_DIR)/man/ja: |
|
437 |
$(ECHO) $(LOG_INFO) Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
|
438 |
$(CD) $(@D) && $(RM) ja && $(LN) -s ja_JP.UTF-8 ja |
|
12892 | 439 |
|
20547 | 440 |
$(JDK_IMAGE_DIR)/man/ja: |
441 |
$(ECHO) $(LOG_INFO) Creating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
|
442 |
$(CD) $(@D) && $(RM) ja && $(LN) -s ja_JP.UTF-8 ja |
|
443 |
endif |
|
12892 | 444 |
|
20547 | 445 |
ifeq ($(OPENJDK_TARGET_OS), linux) |
23602 | 446 |
JRE_MAN_PAGE_LIST = $(addprefix $(JRE_IMAGE_DIR)/man/man1/, $(JRE_MAN_PAGES)) \ |
20547 | 447 |
$(addprefix $(JRE_IMAGE_DIR)/man/ja_JP.UTF-8/man1/, $(JRE_MAN_PAGES)) \ |
448 |
$(JRE_IMAGE_DIR)/man/ja |
|
12892 | 449 |
|
23602 | 450 |
JDK_MAN_PAGE_LIST = $(addprefix $(JDK_IMAGE_DIR)/man/man1/, $(JDK_MAN_PAGES)) \ |
20547 | 451 |
$(addprefix $(JDK_IMAGE_DIR)/man/ja_JP.UTF-8/man1/, $(JDK_MAN_PAGES)) \ |
23601
d15e005afb07
8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
erikj
parents:
23600
diff
changeset
|
452 |
$(JDK_IMAGE_DIR)/man/ja |
20547 | 453 |
endif |
12892 | 454 |
|
20547 | 455 |
ifeq ($(OPENJDK_TARGET_OS), solaris) |
23602 | 456 |
JRE_MAN_PAGE_LIST = $(addprefix $(JRE_IMAGE_DIR)/man/man1/, $(JRE_MAN_PAGES)) \ |
20547 | 457 |
$(addprefix $(JRE_IMAGE_DIR)/man/ja/man1/, $(JRE_MAN_PAGES)) \ |
458 |
$(addprefix $(JRE_IMAGE_DIR)/man/ja_JP.UTF-8/man1/, $(JRE_MAN_PAGES)) \ |
|
459 |
$(addprefix $(JRE_IMAGE_DIR)/man/ja_JP.PCK/man1/, $(JRE_MAN_PAGES)) |
|
12892 | 460 |
|
23602 | 461 |
JDK_MAN_PAGE_LIST = $(addprefix $(JDK_IMAGE_DIR)/man/man1/, $(JDK_MAN_PAGES)) \ |
20547 | 462 |
$(addprefix $(JDK_IMAGE_DIR)/man/ja/man1/, $(JDK_MAN_PAGES)) \ |
463 |
$(addprefix $(JDK_IMAGE_DIR)/man/ja_JP.UTF-8/man1/, $(JDK_MAN_PAGES)) \ |
|
464 |
$(addprefix $(JDK_IMAGE_DIR)/man/ja_JP.PCK/man1/, $(JDK_MAN_PAGES)) |
|
465 |
endif |
|
12892 | 466 |
|
20547 | 467 |
ifeq ($(OPENJDK_TARGET_OS), macosx) |
23602 | 468 |
JRE_MAN_PAGE_LIST = $(addprefix $(JRE_IMAGE_DIR)/man/man1/, $(JRE_MAN_PAGES)) \ |
20547 | 469 |
$(addprefix $(JRE_IMAGE_DIR)/man/ja_JP.UTF-8/man1/, $(JRE_MAN_PAGES)) \ |
470 |
$(JRE_IMAGE_DIR)/man/ja |
|
13164 | 471 |
|
23602 | 472 |
JDK_MAN_PAGE_LIST = $(addprefix $(JDK_IMAGE_DIR)/man/man1/, $(JDK_MAN_PAGES)) \ |
20547 | 473 |
$(addprefix $(JDK_IMAGE_DIR)/man/ja_JP.UTF-8/man1/, $(JDK_MAN_PAGES)) \ |
474 |
$(JDK_IMAGE_DIR)/man/ja |
|
475 |
endif |
|
14231 | 476 |
|
477 |
endif # Windows |
|
13164 | 478 |
|
12892 | 479 |
################################################################################ |
480 |
# /demo dir |
|
481 |
||
13702 | 482 |
# FIXME: demo/applets/GraphLayout/GraphPanel$2.class is sometimes not copied. |
12892 | 483 |
|
20547 | 484 |
# The db demo contains an empty dir that needs to be copied. The other |
485 |
# directories will always trigger the rule for recompile since |
|
486 |
# _the.list_of_packages files are touched. |
|
14231 | 487 |
$(JDK_IMAGE_DIR)/demo/%: $(JDK_OUTPUTDIR)/demo/% |
12892 | 488 |
if [ ! -d "$@" ]; then \ |
14231 | 489 |
$(ECHO) $(LOG_INFO) Copying '$(patsubst $(OUTPUT_ROOT)/%,%,$@)'; \ |
12892 | 490 |
$(MKDIR) -p $(@D); \ |
491 |
if [ -d "$<" ]; then $(MKDIR) -p $@; else $(CP) '$<' '$@'; fi \ |
|
492 |
fi |
|
493 |
||
20547 | 494 |
# Find all files including directories |
495 |
JDK_DEMO_TARGETS := $(patsubst $(JDK_OUTPUTDIR)/demo/%, $(JDK_IMAGE_DIR)/demo/%, \ |
|
496 |
$(shell $(FIND) $(JDK_OUTPUTDIR)/demo ! \( -name "_the*" -o -name "javac_state" \) )) |
|
13702 | 497 |
|
498 |
||
499 |
||
14231 | 500 |
# Param 1 is source file |
501 |
define CreateOverlayDemoRule |
|
20547 | 502 |
$1_TARGET := $$(subst $(JDK_OUTPUTDIR),$(JDK_OVERLAY_IMAGE_DIR), \ |
503 |
$$(dir $1)$(OPENJDK_TARGET_CPU_ISADIR)/$$(notdir $1)) |
|
504 |
$$($1_TARGET): $1 |
|
505 |
$(ECHO) $(LOG_INFO) Copying '$$(patsubst $(OUTPUT_ROOT)/%,%,$$@)' |
|
506 |
$$(call install-file) |
|
13702 | 507 |
|
20547 | 508 |
JDK_OVERLAY_DEMO_TARGETS += $$($1_TARGET) |
14231 | 509 |
endef |
20547 | 510 |
JDK_OVERLAY_DEMO_SOURCES := $(filter %$(SHARED_LIBRARY_SUFFIX), $(call CacheFind, $(JDK_OUTPUTDIR)/demo)) |
511 |
$(foreach lib, $(JDK_OVERLAY_DEMO_SOURCES), $(eval $(call CreateOverlayDemoRule, $(lib)))) |
|
12892 | 512 |
|
513 |
################################################################################ |
|
514 |
# /sample dir |
|
515 |
||
20547 | 516 |
$(foreach f,$(call CacheFind,$(JDK_OUTPUTDIR)/sample), \ |
14231 | 517 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_IMAGE_DIR),$f,JDK_SAMPLE_TARGETS))) |
12892 | 518 |
|
519 |
################################################################################ |
|
520 |
# /db dir |
|
521 |
||
522 |
ifndef OPENJDK |
|
25859 | 523 |
DB_ZIP_DIR := $(wildcard $(JDK_TOPDIR)/src/closed/db) |
524 |
||
525 |
$(IMAGES_OUTPUTDIR)/_unzip/%.unzipped: $(DB_ZIP_DIR)/% |
|
12892 | 526 |
$(ECHO) Unzipping $(patsubst $(SRC_ROOT)/%,%,$<) |
25859 | 527 |
$(RM) -r $(JDK_IMAGE_DIR)/db |
12892 | 528 |
$(MKDIR) -p $(JDK_IMAGE_DIR)/db |
17428 | 529 |
cd $(JDK_IMAGE_DIR)/db && $(UNZIP) -q -o $< -x */index.html */KEYS */test/* *javadoc/* */docs/* */demo/* 2> /dev/null |
530 |
cd $(JDK_IMAGE_DIR)/db && $(MV) db-derby-*-bin/* . && $(RM) -r db-derby-*-bin |
|
12892 | 531 |
$(MKDIR) -p $(@D) |
532 |
$(TOUCH) $@ |
|
533 |
||
25859 | 534 |
$(JDK_IMAGE_DIR)/db/README-JDK.html: $(DB_ZIP_DIR)/README-JDK.html |
14231 | 535 |
$(ECHO) $(LOG_INFO) Copying '$(patsubst $(OUTPUT_ROOT)/%,%,$@)' |
20544 | 536 |
$(MKDIR) -p $(@D) |
25859 | 537 |
$(CAT) $< | $(SED) "s/XXXX/$(shell cat $(DB_ZIP_DIR)/COPYRIGHTYEAR)/" > $@ |
17428 | 538 |
|
25859 | 539 |
$(JDK_IMAGE_DIR)/db/3RDPARTY: $(DB_ZIP_DIR)/3RDPARTY |
17428 | 540 |
$(ECHO) $(LOG_INFO) Copying '$(patsubst $(OUTPUT_ROOT)/%,%,$@)' |
20544 | 541 |
$(MKDIR) -p $(@D) |
25859 | 542 |
$(CAT) $< | $(SED) "s/XXXX/$(shell cat $(DB_ZIP_DIR)/COPYRIGHTYEAR)/" > $@ |
12892 | 543 |
|
25859 | 544 |
JDK_DB_TARGETS := $(patsubst $(DB_ZIP_DIR)/%, $(IMAGES_OUTPUTDIR)/_unzip/%.unzipped, \ |
545 |
$(wildcard $(DB_ZIP_DIR)/*.zip)) \ |
|
20547 | 546 |
$(JDK_IMAGE_DIR)/db/README-JDK.html $(JDK_IMAGE_DIR)/db/3RDPARTY |
12892 | 547 |
|
548 |
endif |
|
549 |
||
550 |
################################################################################ |
|
551 |
# /include dir |
|
552 |
||
20547 | 553 |
$(foreach f,$(call CacheFind,$(JDK_OUTPUTDIR)/include), \ |
14231 | 554 |
$(eval $(call AddFileToCopy,$(JDK_OUTPUTDIR),$(JDK_IMAGE_DIR),$f,JDK_INCLUDE_TARGETS))) |
12892 | 555 |
|
556 |
################################################################################ |
|
557 |
# doc files |
|
558 |
||
559 |
ifdef OPENJDK |
|
20547 | 560 |
JRE_DOC_FILES := LICENSE ASSEMBLY_EXCEPTION THIRD_PARTY_README |
561 |
JDK_DOC_FILES := LICENSE ASSEMBLY_EXCEPTION THIRD_PARTY_README |
|
562 |
JRE_DOC_LOCATION := $(JDK_TOPDIR) |
|
563 |
JDK_DOC_LOCATION := $(JDK_TOPDIR) |
|
12892 | 564 |
else |
20547 | 565 |
JRE_DOC_FILES := COPYRIGHT Welcome.html LICENSE THIRDPARTYLICENSEREADME.txt |
566 |
JDK_DOC_FILES := COPYRIGHT README.html LICENSE THIRDPARTYLICENSEREADME.txt |
|
567 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
568 |
JRE_DOC_FILES += README.txt |
|
569 |
else |
|
570 |
JRE_DOC_FILES += README |
|
571 |
endif |
|
572 |
JDK_DOC_FILES += demo/DEMOS_LICENSE sample/SAMPLES_LICENSE |
|
25859 | 573 |
JRE_DOC_LOCATION := $(JDK_TOPDIR)/src/closed/doc/jre |
574 |
JDK_DOC_LOCATION := $(JDK_TOPDIR)/src/closed/doc/jdk |
|
12892 | 575 |
endif |
20547 | 576 |
JRE_DOC_TARGETS := $(addprefix $(JRE_IMAGE_DIR)/, $(JRE_DOC_FILES)) |
577 |
JDKJRE_DOC_TARGETS := $(addprefix $(JDK_IMAGE_DIR)/jre/, $(JRE_DOC_FILES)) |
|
578 |
JDK_DOC_TARGETS := $(addprefix $(JDK_IMAGE_DIR)/, $(JDK_DOC_FILES)) |
|
12892 | 579 |
|
580 |
$(JRE_IMAGE_DIR)/%: $(JRE_DOC_LOCATION)/% |
|
13702 | 581 |
$(process-doc-file) |
12892 | 582 |
|
583 |
$(JDK_IMAGE_DIR)/jre/%: $(JRE_DOC_LOCATION)/% |
|
13702 | 584 |
$(process-doc-file) |
12892 | 585 |
|
586 |
$(JRE_IMAGE_DIR)/README.txt: $(JRE_DOC_LOCATION)/README |
|
13702 | 587 |
$(process-doc-file) |
12892 | 588 |
|
589 |
$(JDK_IMAGE_DIR)/jre/README.txt: $(JRE_DOC_LOCATION)/README |
|
13702 | 590 |
$(process-doc-file) |
12892 | 591 |
|
592 |
$(JDK_IMAGE_DIR)/%: $(JDK_DOC_LOCATION)/% |
|
13702 | 593 |
$(process-doc-file) |
12892 | 594 |
|
595 |
$(JDK_IMAGE_DIR)/demo/%: $(JDK_DOC_LOCATION)/% |
|
13702 | 596 |
$(process-doc-file) |
12892 | 597 |
|
598 |
$(JDK_IMAGE_DIR)/sample/%: $(JDK_DOC_LOCATION)/% |
|
13702 | 599 |
$(process-doc-file) |
12892 | 600 |
|
601 |
JRE_INFO_FILE := $(JRE_IMAGE_DIR)/release |
|
602 |
JDK_INFO_FILE := $(JDK_IMAGE_DIR)/release |
|
603 |
||
13702 | 604 |
JRE_OVERLAY_INFO_FILE := $(JRE_OVERLAY_IMAGE_DIR)/release |
605 |
JDK_OVERLAY_INFO_FILE := $(JDK_OVERLAY_IMAGE_DIR)/release |
|
606 |
||
12892 | 607 |
# Common way to emit a line into the release or info file |
608 |
define info-file-item # name value |
|
20547 | 609 |
$(PRINTF) '%s="%s"\n' $1 $2 >> $@ |
12892 | 610 |
endef |
611 |
||
13702 | 612 |
define create-info-file |
613 |
$(MKDIR) -p $(@D) |
|
614 |
$(RM) $@ |
|
615 |
$(call info-file-item, "JAVA_VERSION", "$(JDK_VERSION)") |
|
20547 | 616 |
$(call info-file-item, "OS_NAME", "$(REQUIRED_OS_NAME)") |
617 |
$(call info-file-item, "OS_VERSION", "$(REQUIRED_OS_VERSION)") |
|
618 |
$(call info-file-item, "OS_ARCH", "$(OPENJDK_TARGET_CPU_LEGACY)") |
|
16041
b9d38accf302
8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries
vladidan
parents:
15693
diff
changeset
|
619 |
if [ -n "$(JDK_ARCH_ABI_PROP_NAME)" ]; then $(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)"); fi |
20547 | 620 |
$(call info-file-item, "SOURCE", "$(ALL_SOURCE_TIPS)") |
13702 | 621 |
endef |
622 |
||
12892 | 623 |
ALL_SOURCE_TIPS = $(shell \ |
20547 | 624 |
if [ -f $(OUTPUT_ROOT)/source_tips ] ; then \ |
625 |
$(CAT) $(OUTPUT_ROOT)/source_tips ; \ |
|
626 |
fi) |
|
12892 | 627 |
|
628 |
$(JRE_INFO_FILE): $(OUTPUT_ROOT)/spec.gmk $(OUTPUT_ROOT)/source_tips |
|
14231 | 629 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
13702 | 630 |
$(call create-info-file) |
20547 | 631 |
ifneq ($(PROFILE), ) |
632 |
$(call info-file-item, "JAVA_PROFILE", "$(call profile_name, $(call profile_number, $(PROFILE)))") |
|
633 |
endif |
|
12892 | 634 |
|
635 |
$(JDK_INFO_FILE): $(OUTPUT_ROOT)/spec.gmk $(OUTPUT_ROOT)/source_tips |
|
14231 | 636 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
13702 | 637 |
$(call create-info-file) |
638 |
||
639 |
$(JRE_OVERLAY_INFO_FILE): $(OUTPUT_ROOT)/spec.gmk $(OUTPUT_ROOT)/source_tips |
|
14231 | 640 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
13702 | 641 |
$(call create-info-file) |
642 |
||
643 |
$(JDK_OVERLAY_INFO_FILE): $(OUTPUT_ROOT)/spec.gmk $(OUTPUT_ROOT)/source_tips |
|
14231 | 644 |
$(ECHO) $(LOG_INFO) Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
13702 | 645 |
$(call create-info-file) |
12892 | 646 |
|
647 |
$(JDK_IMAGE_DIR)/src.zip: $(IMAGES_OUTPUTDIR)/src.zip |
|
14231 | 648 |
$(ECHO) $(LOG_INFO) Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@) |
12892 | 649 |
$(install-file) |
650 |
||
651 |
################################################################################ |
|
652 |
# Post processing (strip etc) |
|
653 |
||
20547 | 654 |
ifneq ($(POST_STRIP_CMD), ) |
655 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
656 |
EXEC_LIST_BIN := $(filter-out %$(notdir $(MSVCR_DLL)), $(filter %.exe %.dll, $(ALL_BIN_LIST))) |
|
657 |
else |
|
658 |
# Find all executables in JDK_OUTPUTDIR since they exist when this makefile is parsed |
|
659 |
EXEC_LIST_BIN := $(shell $(FILE) `$(FIND) $(JDK_OUTPUTDIR)/bin -type f -name \*$(EXE_SUFFIX) ! -name \*.debuginfo` \ |
|
660 |
| $(EGREP) 'ELF' | $(CUT) -d':' -f1) |
|
661 |
# On mac, the old build searches for static libraries for stripping instead of shared. |
|
662 |
# Not clear if it's intentional. |
|
663 |
ifneq ($(OPENJDK_TARGET_OS), macosx) |
|
664 |
EXEC_LIST_LIB := $(shell $(FIND) $(JDK_OUTPUTDIR)/lib -type f -name \*$(SHARED_LIBRARY_SUFFIX)) |
|
12892 | 665 |
endif |
20547 | 666 |
endif |
667 |
# Filter out sjavac |
|
668 |
EXEC_LIST_BIN := $(filter-out %sjavac$(EXE_SUFFIX), $(EXEC_LIST_BIN)) |
|
13702 | 669 |
|
20547 | 670 |
# Filter out the overlay specific bin files |
671 |
EXEC_LIST := $(filter-out $(OVERLAY_FILTER), $(EXEC_LIST_BIN)) $(EXEC_LIST_LIB) |
|
672 |
EXEC_LIST_OVERLAY := $(filter $(OVERLAY_FILTER), $(EXEC_LIST_BIN)) $(EXEC_LIST_LIB) |
|
13702 | 673 |
|
20547 | 674 |
# Filter out non JRE files and convert to unique touch files to depend on |
675 |
JRE_STRIP_LIST := $(patsubst $(JDK_OUTPUTDIR)/%, $(IMAGES_OUTPUTDIR)/_strip_jre$(PROFILE)/%.stripped, \ |
|
676 |
$(filter-out $(addprefix %, $(NOT_JRE_BIN_FILES) $(NOT_JRE_LIB_FILES) $(JDKJRE_LIB_FILES)), \ |
|
677 |
$(EXEC_LIST))) |
|
13164 | 678 |
|
20547 | 679 |
JDKJRE_STRIP_LIST := $(patsubst $(JDK_OUTPUTDIR)/%, \ |
680 |
$(IMAGES_OUTPUTDIR)/_strip_jdk/jre/%.stripped, \ |
|
681 |
$(filter-out $(addprefix %, $(NOT_JRE_BIN_FILES) $(NOT_JRE_LIB_FILES)), $(EXEC_LIST))) |
|
12892 | 682 |
|
20547 | 683 |
JDK_BIN_STRIP_LIST := $(patsubst $(JDK_OUTPUTDIR)/%, \ |
684 |
$(IMAGES_OUTPUTDIR)/_strip_jdk/%.stripped, \ |
|
685 |
$(filter-out $(JDK_OUTPUTDIR)/lib/%, $(EXEC_LIST))) |
|
13164 | 686 |
|
20547 | 687 |
# Do the same for overlay image |
688 |
JRE_OVERLAY_STRIP_LIST := $(patsubst $(JDK_OUTPUTDIR)/%, $(IMAGES_OUTPUTDIR)/_strip_jre_overlay/%.stripped, \ |
|
689 |
$(filter-out $(addprefix %, $(NOT_JRE_BIN_FILES) $(NOT_JRE_LIB_FILES) $(JDKJRE_LIB_FILES)), \ |
|
690 |
$(EXEC_LIST_OVERLAY))) |
|
13702 | 691 |
|
20547 | 692 |
JDKJRE_OVERLAY_STRIP_LIST := $(patsubst $(JDK_OUTPUTDIR)/%, \ |
693 |
$(IMAGES_OUTPUTDIR)/_strip_jdk_overlay/jre/%.stripped, \ |
|
694 |
$(filter-out $(addprefix %, $(NOT_JRE_BIN_FILES) $(NOT_JRE_LIB_FILES)), $(EXEC_LIST_OVERLAY))) |
|
13702 | 695 |
|
20547 | 696 |
JDK_OVERLAY_BIN_STRIP_LIST := $(patsubst $(JDK_OUTPUTDIR)/%, \ |
697 |
$(IMAGES_OUTPUTDIR)/_strip_jdk_overlay/%.stripped, \ |
|
698 |
$(filter-out $(JDK_OUTPUTDIR)/lib/%, $(EXEC_LIST_OVERLAY))) |
|
13702 | 699 |
|
20547 | 700 |
define mcs-file |
701 |
$(if $(POST_MCS_CMD), $(POST_MCS_CMD) $<) |
|
702 |
endef |
|
13702 | 703 |
|
20547 | 704 |
define strip-file |
14231 | 705 |
$(ECHO) Stripping $(LOG_INFO) $(patsubst $(OUTPUT_ROOT)/%,%,$<) |
13702 | 706 |
$(CHMOD) u+w $< |
707 |
$(POST_STRIP_CMD) $< |
|
708 |
$(call mcs-file) |
|
709 |
$(CHMOD) go-w $< |
|
710 |
$(MKDIR) -p $(@D) |
|
711 |
$(TOUCH) $@ |
|
20547 | 712 |
endef |
13702 | 713 |
|
20547 | 714 |
# Setup a rule for stripping files based on touch files |
715 |
$(IMAGES_OUTPUTDIR)/_strip_jre$(PROFILE)/%.stripped: $(JRE_IMAGE_DIR)/% |
|
13702 | 716 |
$(call strip-file) |
717 |
||
20547 | 718 |
$(IMAGES_OUTPUTDIR)/_strip_jdk/%.stripped: $(JDK_IMAGE_DIR)/% |
13702 | 719 |
$(call strip-file) |
13164 | 720 |
|
20547 | 721 |
$(IMAGES_OUTPUTDIR)/_strip_jre_overlay/%.stripped: $(JRE_OVERLAY_IMAGE_DIR)/% |
13702 | 722 |
$(call strip-file) |
13164 | 723 |
|
20547 | 724 |
$(IMAGES_OUTPUTDIR)/_strip_jdk_overlay/%.stripped: $(JDK_OVERLAY_IMAGE_DIR)/% |
13702 | 725 |
$(call strip-file) |
13164 | 726 |
|
12892 | 727 |
endif |
728 |
||
729 |
################################################################################ |
|
23602 | 730 |
|
731 |
# Include the custom makefile right here, after all variables have been defined |
|
732 |
# so that they may be overridden, but before the main targets are declared, so |
|
733 |
# that overriding has an effect. |
|
734 |
$(eval $(call IncludeCustomExtension, jdk, Images.gmk)) |
|
735 |
||
736 |
################################################################################ |
|
12892 | 737 |
# Main targets |
738 |
||
739 |
jre-image: $(JRE_BIN_TARGETS) $(JRE_LIB_TARGETS) $(JRE_IMAGE_DIR)/lib/applet \ |
|
20547 | 740 |
$(JRE_IMAGE_DIR)/lib/meta-index $(JRE_IMAGE_DIR)/lib/ext/meta-index \ |
741 |
$(JRE_MAN_PAGE_LIST) $(JRE_DOC_TARGETS) $(JRE_INFO_FILE) $(JRE_STRIP_LIST) \ |
|
742 |
$(JRE_BIN_ISADIR_LINK_TARGETS) |
|
12892 | 743 |
|
744 |
jdk-image: $(JDK_BIN_TARGETS) $(JDKJRE_BIN_TARGETS) \ |
|
20547 | 745 |
$(JDK_LIB_TARGETS) $(JDKJRE_LIB_TARGETS) \ |
746 |
$(JDK_IMAGE_DIR)/jre/lib/applet \ |
|
747 |
$(JDK_DEMO_TARGETS) \ |
|
748 |
$(JDK_IMAGE_DIR)/jre/lib/meta-index $(JDK_IMAGE_DIR)/jre/lib/ext/meta-index \ |
|
749 |
$(JDK_MAN_PAGE_LIST) $(JDK_SAMPLE_TARGETS) \ |
|
750 |
$(JDK_DB_TARGETS) $(JDK_INCLUDE_TARGETS) \ |
|
751 |
$(JDKJRE_DOC_TARGETS) $(JDK_DOC_TARGETS) \ |
|
752 |
$(JDK_INFO_FILE) $(JDKJRE_STRIP_LIST) $(JDK_BIN_STRIP_LIST) \ |
|
753 |
$(JDK_IMAGE_DIR)/src.zip \ |
|
754 |
$(JDK_BIN_ISADIR_LINK_TARGETS) $(JDKJRE_BIN_ISADIR_LINK_TARGETS) |
|
12892 | 755 |
|
13702 | 756 |
jre-overlay-image: $(JRE_OVERLAY_BIN_TARGETS) $(JRE_OVERLAY_LIB_TARGETS) \ |
20547 | 757 |
$(JRE_OVERLAY_INFO_FILE) $(JRE_OVERLAY_STRIP_LIST) |
13702 | 758 |
|
759 |
jdk-overlay-image: $(JDK_OVERLAY_BIN_TARGETS) $(JDKJRE_OVERLAY_BIN_TARGETS) \ |
|
20547 | 760 |
$(JDK_OVERLAY_LIB_TARGETS) $(JDKJRE_OVERLAY_LIB_TARGETS) \ |
761 |
$(JDK_OVERLAY_DEMO_TARGETS) $(JDK_OVERLAY_INFO_FILE) \ |
|
762 |
$(JDKJRE_OVERLAY_STRIP_LIST) $(JDK_OVERLAY_BIN_STRIP_LIST) |
|
13702 | 763 |
|
20547 | 764 |
ifneq ($(PROFILE), ) |
765 |
PROFILE_IMAGE_JARS := $(filter %.jar, $(JRE_LIB_TARGETS)) |
|
15693
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
766 |
|
20547 | 767 |
PROFILE_IMAGE_JARS_CHECKED := $(IMAGES_OUTPUTDIR)/lib$(PROFILE)/_jars_checked |
15693
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
768 |
|
20547 | 769 |
$(PROFILE_IMAGE_JARS_CHECKED) : $(PROFILE_IMAGE_JARS) |
15693
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
770 |
$(TOOL_CHECKDEPS) $(JRE_IMAGE_DIR) \ |
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
771 |
$(call profile_name, $(call profile_number, $(PROFILE))) |
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
772 |
$(TOUCH) $@ |
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
773 |
|
20547 | 774 |
profile-image: $(JRE_BIN_TARGETS) $(JRE_LIB_TARGETS) \ |
15681 | 775 |
$(JRE_IMAGE_DIR)/lib/meta-index $(JRE_IMAGE_DIR)/lib/ext/meta-index \ |
15693
ba31a578f948
8007097: (profiles) Build needs test to ensure that profile definitions are updated
alanb
parents:
15681
diff
changeset
|
776 |
$(JRE_INFO_FILE) $(JRE_STRIP_LIST) $(PROFILE_IMAGE_JARS_CHECKED) |
15681 | 777 |
|
20547 | 778 |
.PHONY: profile-image |
15681 | 779 |
|
780 |
endif # Profile |
|
781 |
||
12892 | 782 |
################################################################################ |
783 |
||
784 |
.PHONY: default images jre-image jdk-image |