annotate make/Makefile @ 60:8d84e28e68ba

6204603: Modify hotspot to use new Solaris mmap semantics for class data archive file Summary: os::attempt_reserve_memory_at() now passes an address hint to mmap Reviewed-by: kamg, dice
author sbohne
date Fri, 14 Mar 2008 10:43:02 -0400
parents a61af66fc99e
children ba764ed4b6f2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 #
a61af66fc99e Initial load
duke
parents:
diff changeset
2 # Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved.
a61af66fc99e Initial load
duke
parents:
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 #
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 # published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 #
a61af66fc99e Initial load
duke
parents:
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 # accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 #
a61af66fc99e Initial load
duke
parents:
diff changeset
15 # You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 #
a61af66fc99e Initial load
duke
parents:
diff changeset
19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
a61af66fc99e Initial load
duke
parents:
diff changeset
20 # CA 95054 USA or visit www.sun.com if you need additional information or
a61af66fc99e Initial load
duke
parents:
diff changeset
21 # have any questions.
a61af66fc99e Initial load
duke
parents:
diff changeset
22 #
a61af66fc99e Initial load
duke
parents:
diff changeset
23 #
a61af66fc99e Initial load
duke
parents:
diff changeset
24
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # Top level gnumake file for hotspot builds
a61af66fc99e Initial load
duke
parents:
diff changeset
26 #
a61af66fc99e Initial load
duke
parents:
diff changeset
27 # Default is to build the both product images and construct an export dir.
a61af66fc99e Initial load
duke
parents:
diff changeset
28 # The default export directory name is `pwd`/export-$(PLATFORM).
a61af66fc99e Initial load
duke
parents:
diff changeset
29 #
a61af66fc99e Initial load
duke
parents:
diff changeset
30 # Use: 'gnumake help' for more information.
a61af66fc99e Initial load
duke
parents:
diff changeset
31 #
a61af66fc99e Initial load
duke
parents:
diff changeset
32 # This makefile uses the default settings for where to find compilers and
a61af66fc99e Initial load
duke
parents:
diff changeset
33 # tools, and obeys the ALT_* variable settings used by the other JDK
a61af66fc99e Initial load
duke
parents:
diff changeset
34 # workspaces.
a61af66fc99e Initial load
duke
parents:
diff changeset
35 #
a61af66fc99e Initial load
duke
parents:
diff changeset
36
a61af66fc99e Initial load
duke
parents:
diff changeset
37 # Expected/optional make variables defined on make command line:
a61af66fc99e Initial load
duke
parents:
diff changeset
38 # LP64=1 or ARCH_DATA_MODEL=64 for 64bit build
a61af66fc99e Initial load
duke
parents:
diff changeset
39 #
a61af66fc99e Initial load
duke
parents:
diff changeset
40 # Expected/optional make variables or environment variables:
a61af66fc99e Initial load
duke
parents:
diff changeset
41 # ALT_SLASH_JAVA Location of /java or J:
a61af66fc99e Initial load
duke
parents:
diff changeset
42 # ALT_BOOTDIR Previous JDK home directory for javac compiler
a61af66fc99e Initial load
duke
parents:
diff changeset
43 # ALT_OUTPUTDIR Output directory to use for hotspot build
a61af66fc99e Initial load
duke
parents:
diff changeset
44 # ALT_EXPORT_PATH Directory to export hotspot build to
a61af66fc99e Initial load
duke
parents:
diff changeset
45 # ALT_JDK_IMPORT_PATH Current JDK build (only for create_jdk rules)
a61af66fc99e Initial load
duke
parents:
diff changeset
46 # ALT_BUILD_WIN_SA Building SA on Windows is disabled by default.
a61af66fc99e Initial load
duke
parents:
diff changeset
47 # Set ALT_BUILD_WIN_SA=1 to enable building SA on
a61af66fc99e Initial load
duke
parents:
diff changeset
48 # Windows.
a61af66fc99e Initial load
duke
parents:
diff changeset
49 # Version strings and numbers:
a61af66fc99e Initial load
duke
parents:
diff changeset
50 # JDK_VERSION Current JDK version (e.g. 1.6.0)
a61af66fc99e Initial load
duke
parents:
diff changeset
51 # PREVIOUS_JDK_VERSION Previous (bootdir) JDK version (e.g. 1.5.0)
a61af66fc99e Initial load
duke
parents:
diff changeset
52 # FULL_VERSION Full version string to use (e.g. "1.6.0-ea-b42")
a61af66fc99e Initial load
duke
parents:
diff changeset
53 #
a61af66fc99e Initial load
duke
parents:
diff changeset
54 # Version strings and numbers especially needed on Windows:
a61af66fc99e Initial load
duke
parents:
diff changeset
55 # COOKED_JDK_UPDATE_VERSION Just the update release number (e.g. 02)
a61af66fc99e Initial load
duke
parents:
diff changeset
56 # COOKED_BUILD_NUMBER Just the build number (e.g. 42)
a61af66fc99e Initial load
duke
parents:
diff changeset
57 # JDK_MKTG_VERSION Marketing JDK version (e.g. 6.0)
a61af66fc99e Initial load
duke
parents:
diff changeset
58 # JDK_MAJOR_VERSION Major number for version (e.g. 1) always 1?
a61af66fc99e Initial load
duke
parents:
diff changeset
59 # JDK_MINOR_VERSION Minor number for version (e.g. 6)
a61af66fc99e Initial load
duke
parents:
diff changeset
60 # JDK_MICRO_VERSION Micro number for version (e.g. 0)
a61af66fc99e Initial load
duke
parents:
diff changeset
61 #
a61af66fc99e Initial load
duke
parents:
diff changeset
62
a61af66fc99e Initial load
duke
parents:
diff changeset
63 # Default is build both product fastdebug and create export area
a61af66fc99e Initial load
duke
parents:
diff changeset
64
a61af66fc99e Initial load
duke
parents:
diff changeset
65 # Allow to build HotSpot in local directory from sources specified by GAMMADIR.
a61af66fc99e Initial load
duke
parents:
diff changeset
66 # After make/defs.make GAMMADIR is defined.
a61af66fc99e Initial load
duke
parents:
diff changeset
67 ifdef GAMMADIR
a61af66fc99e Initial load
duke
parents:
diff changeset
68 ifndef ALT_OUTPUTDIR
a61af66fc99e Initial load
duke
parents:
diff changeset
69 ALT_OUTPUTDIR := $(shell pwd)
a61af66fc99e Initial load
duke
parents:
diff changeset
70 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
71 include $(GAMMADIR)/make/defs.make
a61af66fc99e Initial load
duke
parents:
diff changeset
72 else
a61af66fc99e Initial load
duke
parents:
diff changeset
73 include defs.make
a61af66fc99e Initial load
duke
parents:
diff changeset
74 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
75
a61af66fc99e Initial load
duke
parents:
diff changeset
76
a61af66fc99e Initial load
duke
parents:
diff changeset
77 ifneq ($(ALT_OUTPUTDIR),)
a61af66fc99e Initial load
duke
parents:
diff changeset
78 ALT_OUT=ALT_OUTPUTDIR=$(ALT_OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
79 else
a61af66fc99e Initial load
duke
parents:
diff changeset
80 ALT_OUT=
a61af66fc99e Initial load
duke
parents:
diff changeset
81 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
82
a61af66fc99e Initial load
duke
parents:
diff changeset
83 # Typical C1/C2 targets made available with this Makefile
a61af66fc99e Initial load
duke
parents:
diff changeset
84 C1_VM_TARGETS=product1 fastdebug1 optimized1 jvmg1
a61af66fc99e Initial load
duke
parents:
diff changeset
85 C2_VM_TARGETS=product fastdebug optimized jvmg
a61af66fc99e Initial load
duke
parents:
diff changeset
86 KERNEL_VM_TARGETS=productkernel fastdebugkernel optimizedkernel jvmgkernel
a61af66fc99e Initial load
duke
parents:
diff changeset
87
a61af66fc99e Initial load
duke
parents:
diff changeset
88 all: all_product all_fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
89 all_product: product product1 productkernel docs export_product
a61af66fc99e Initial load
duke
parents:
diff changeset
90 all_fastdebug: fastdebug fastdebug1 fastdebugkernel docs export_fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
91 all_debug: jvmg jvmg1 jvmgkernel docs export_debug
a61af66fc99e Initial load
duke
parents:
diff changeset
92 all_optimized: optimized optimized1 optimizedkernel docs export_optimized
a61af66fc99e Initial load
duke
parents:
diff changeset
93
a61af66fc99e Initial load
duke
parents:
diff changeset
94 # Do everything
a61af66fc99e Initial load
duke
parents:
diff changeset
95 world: all create_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
96
a61af66fc99e Initial load
duke
parents:
diff changeset
97 # Build or export docs
a61af66fc99e Initial load
duke
parents:
diff changeset
98 docs:
a61af66fc99e Initial load
duke
parents:
diff changeset
99 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
100 @$(ECHO) "No docs ($(VM_TARGET)) for windows"
a61af66fc99e Initial load
duke
parents:
diff changeset
101 else
a61af66fc99e Initial load
duke
parents:
diff changeset
102 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
103 $(MAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
104 $(MAKE_ARGS) docs
a61af66fc99e Initial load
duke
parents:
diff changeset
105 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
106
a61af66fc99e Initial load
duke
parents:
diff changeset
107 # Build variation of hotspot
a61af66fc99e Initial load
duke
parents:
diff changeset
108 $(C1_VM_TARGETS):
a61af66fc99e Initial load
duke
parents:
diff changeset
109 $(CD) $(GAMMADIR)/make; \
a61af66fc99e Initial load
duke
parents:
diff changeset
110 $(MAKE) VM_TARGET=$@ generic_build1 $(ALT_OUT)
a61af66fc99e Initial load
duke
parents:
diff changeset
111
a61af66fc99e Initial load
duke
parents:
diff changeset
112 $(C2_VM_TARGETS):
a61af66fc99e Initial load
duke
parents:
diff changeset
113 $(CD) $(GAMMADIR)/make; \
a61af66fc99e Initial load
duke
parents:
diff changeset
114 $(MAKE) VM_TARGET=$@ generic_build2 $(ALT_OUT)
a61af66fc99e Initial load
duke
parents:
diff changeset
115
a61af66fc99e Initial load
duke
parents:
diff changeset
116 $(KERNEL_VM_TARGETS):
a61af66fc99e Initial load
duke
parents:
diff changeset
117 $(CD) $(GAMMADIR)/make; \
a61af66fc99e Initial load
duke
parents:
diff changeset
118 $(MAKE) VM_TARGET=$@ generic_buildkernel $(ALT_OUT)
a61af66fc99e Initial load
duke
parents:
diff changeset
119
a61af66fc99e Initial load
duke
parents:
diff changeset
120 # Build compiler1 (client) rule, different for platforms
a61af66fc99e Initial load
duke
parents:
diff changeset
121 generic_build1:
a61af66fc99e Initial load
duke
parents:
diff changeset
122 $(MKDIR) -p $(OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
123 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
124 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
125 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
126 $(NMAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
127 Variant=compiler1 \
a61af66fc99e Initial load
duke
parents:
diff changeset
128 WorkSpace=$(ABS_GAMMADIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
129 BootStrapDir=$(ABS_BOOTDIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
130 BuildUser=$(USERNAME) \
a61af66fc99e Initial load
duke
parents:
diff changeset
131 $(MAKE_ARGS) $(VM_TARGET:%1=%)
a61af66fc99e Initial load
duke
parents:
diff changeset
132 else
a61af66fc99e Initial load
duke
parents:
diff changeset
133 @$(ECHO) "No compiler1 ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
a61af66fc99e Initial load
duke
parents:
diff changeset
134 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
135 else
a61af66fc99e Initial load
duke
parents:
diff changeset
136 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
137 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
138 $(MAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
139 $(MAKE_ARGS) $(VM_TARGET)
a61af66fc99e Initial load
duke
parents:
diff changeset
140 else
a61af66fc99e Initial load
duke
parents:
diff changeset
141 @$(ECHO) "No compiler1 ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
a61af66fc99e Initial load
duke
parents:
diff changeset
142 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
143 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
144
a61af66fc99e Initial load
duke
parents:
diff changeset
145 # Build compiler2 (server) rule, different for platforms
a61af66fc99e Initial load
duke
parents:
diff changeset
146 generic_build2:
a61af66fc99e Initial load
duke
parents:
diff changeset
147 $(MKDIR) -p $(OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
148 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
149 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
150 $(NMAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
151 Variant=compiler2 \
a61af66fc99e Initial load
duke
parents:
diff changeset
152 WorkSpace=$(ABS_GAMMADIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
153 BootStrapDir=$(ABS_BOOTDIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
154 BuildUser=$(USERNAME) \
a61af66fc99e Initial load
duke
parents:
diff changeset
155 $(MAKE_ARGS) $(VM_TARGET)
a61af66fc99e Initial load
duke
parents:
diff changeset
156 else
a61af66fc99e Initial load
duke
parents:
diff changeset
157 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
158 $(MAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
159 $(MAKE_ARGS) $(VM_TARGET)
a61af66fc99e Initial load
duke
parents:
diff changeset
160 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
161
a61af66fc99e Initial load
duke
parents:
diff changeset
162 generic_buildkernel:
a61af66fc99e Initial load
duke
parents:
diff changeset
163 $(MKDIR) -p $(OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
164 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
165 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
166 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
167 $(NMAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
168 Variant=kernel \
a61af66fc99e Initial load
duke
parents:
diff changeset
169 WorkSpace=$(ABS_GAMMADIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
170 BootStrapDir=$(ABS_BOOTDIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
171 BuildUser=$(USERNAME) \
a61af66fc99e Initial load
duke
parents:
diff changeset
172 $(MAKE_ARGS) $(VM_TARGET:%kernel=%)
a61af66fc99e Initial load
duke
parents:
diff changeset
173 else
a61af66fc99e Initial load
duke
parents:
diff changeset
174 @$(ECHO) "No kernel ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
a61af66fc99e Initial load
duke
parents:
diff changeset
175 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
176 else
a61af66fc99e Initial load
duke
parents:
diff changeset
177 @$(ECHO) "No kernel ($(VM_TARGET)) for OS_NAME=$(OSNAME)"
a61af66fc99e Initial load
duke
parents:
diff changeset
178 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
179
a61af66fc99e Initial load
duke
parents:
diff changeset
180 # Export file rule
a61af66fc99e Initial load
duke
parents:
diff changeset
181 generic_export: $(EXPORT_LIST)
a61af66fc99e Initial load
duke
parents:
diff changeset
182 export_product:
a61af66fc99e Initial load
duke
parents:
diff changeset
183 $(MAKE) VM_SUBDIR=product generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
184 export_fastdebug:
a61af66fc99e Initial load
duke
parents:
diff changeset
185 $(MAKE) VM_SUBDIR=fastdebug EXPORT_SUBDIR=/fastdebug generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
186 export_debug:
a61af66fc99e Initial load
duke
parents:
diff changeset
187 $(MAKE) VM_SUBDIR=${VM_DEBUG} EXPORT_SUBDIR=/debug generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
188 export_optimized:
a61af66fc99e Initial load
duke
parents:
diff changeset
189 $(MAKE) VM_SUBDIR=optimized EXPORT_SUBDIR=/optimized generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
190 export_product_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
191 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
192 VM_SUBDIR=product generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
193 export_optimized_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
194 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
195 VM_SUBDIR=optimized generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
196 export_fastdebug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
197 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR)/fastdebug \
a61af66fc99e Initial load
duke
parents:
diff changeset
198 VM_SUBDIR=fastdebug generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
199 export_debug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
200 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR)/debug \
a61af66fc99e Initial load
duke
parents:
diff changeset
201 VM_SUBDIR=${VM_DEBUG} generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
202
a61af66fc99e Initial load
duke
parents:
diff changeset
203
a61af66fc99e Initial load
duke
parents:
diff changeset
204 # Export file copy rules
a61af66fc99e Initial load
duke
parents:
diff changeset
205 XUSAGE=$(HS_SRC_DIR)/share/vm/Xusage.txt
a61af66fc99e Initial load
duke
parents:
diff changeset
206 DOCS_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_docs
a61af66fc99e Initial load
duke
parents:
diff changeset
207 C1_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_compiler1
a61af66fc99e Initial load
duke
parents:
diff changeset
208 C2_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_compiler2
a61af66fc99e Initial load
duke
parents:
diff changeset
209 KERNEL_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_kernel
a61af66fc99e Initial load
duke
parents:
diff changeset
210 C1_DIR=$(C1_BASE_DIR)/$(VM_SUBDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
211 C2_DIR=$(C2_BASE_DIR)/$(VM_SUBDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
212 KERNEL_DIR=$(KERNEL_BASE_DIR)/$(VM_SUBDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
213
a61af66fc99e Initial load
duke
parents:
diff changeset
214 # Misc files and generated files need to come from C1 or C2 area
a61af66fc99e Initial load
duke
parents:
diff changeset
215 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
216 MISC_DIR=$(C1_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
217 GEN_DIR=$(C1_BASE_DIR)/generated
a61af66fc99e Initial load
duke
parents:
diff changeset
218 else
a61af66fc99e Initial load
duke
parents:
diff changeset
219 MISC_DIR=$(C2_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
220 GEN_DIR=$(C2_BASE_DIR)/generated
a61af66fc99e Initial load
duke
parents:
diff changeset
221 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
222
a61af66fc99e Initial load
duke
parents:
diff changeset
223 # Bin files (windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
224 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
225
a61af66fc99e Initial load
duke
parents:
diff changeset
226 # Get jvm.lib
a61af66fc99e Initial load
duke
parents:
diff changeset
227 $(EXPORT_LIB_DIR)/%.lib: $(MISC_DIR)/%.lib
a61af66fc99e Initial load
duke
parents:
diff changeset
228 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
229
a61af66fc99e Initial load
duke
parents:
diff changeset
230 # Other libraries (like SA)
a61af66fc99e Initial load
duke
parents:
diff changeset
231 $(EXPORT_JRE_BIN_DIR)/%.dll: $(MISC_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
232 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
233 $(EXPORT_JRE_BIN_DIR)/%.pdb: $(MISC_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
234 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
235 $(EXPORT_JRE_BIN_DIR)/%.map: $(MISC_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
236 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
237
a61af66fc99e Initial load
duke
parents:
diff changeset
238 # Client files always come from C1 area
a61af66fc99e Initial load
duke
parents:
diff changeset
239 $(EXPORT_CLIENT_DIR)/%.dll: $(C1_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
240 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
241 $(EXPORT_CLIENT_DIR)/%.pdb: $(C1_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
242 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
243 $(EXPORT_CLIENT_DIR)/%.map: $(C1_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
244 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
245
a61af66fc99e Initial load
duke
parents:
diff changeset
246 # Server files always come from C2 area
a61af66fc99e Initial load
duke
parents:
diff changeset
247 $(EXPORT_SERVER_DIR)/%.dll: $(C2_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
248 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
249 $(EXPORT_SERVER_DIR)/%.pdb: $(C2_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
250 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
251 $(EXPORT_SERVER_DIR)/%.map: $(C2_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
252 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
253
a61af66fc99e Initial load
duke
parents:
diff changeset
254 # Kernel files always come from kernel area
a61af66fc99e Initial load
duke
parents:
diff changeset
255 $(EXPORT_KERNEL_DIR)/%.dll: $(KERNEL_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
256 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
257 $(EXPORT_KERNEL_DIR)/%.pdb: $(KERNEL_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
258 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
259 $(EXPORT_KERNEL_DIR)/%.map: $(KERNEL_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
260 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
261 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
262
a61af66fc99e Initial load
duke
parents:
diff changeset
263 # Shared Library
a61af66fc99e Initial load
duke
parents:
diff changeset
264 ifneq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
265 $(EXPORT_JRE_LIB_ARCH_DIR)/%.so: $(C2_DIR)/%.so
a61af66fc99e Initial load
duke
parents:
diff changeset
266 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
267 $(EXPORT_CLIENT_DIR)/%.so: $(C1_DIR)/%.so
a61af66fc99e Initial load
duke
parents:
diff changeset
268 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
269 $(EXPORT_CLIENT_DIR)/64/%.so: $(C1_DIR)/%.so
a61af66fc99e Initial load
duke
parents:
diff changeset
270 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
271 $(EXPORT_SERVER_DIR)/%.so: $(C2_DIR)/%.so
a61af66fc99e Initial load
duke
parents:
diff changeset
272 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
273 $(EXPORT_SERVER_DIR)/64/%.so: $(C2_DIR)/%.so
a61af66fc99e Initial load
duke
parents:
diff changeset
274 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
275 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
276
a61af66fc99e Initial load
duke
parents:
diff changeset
277 # Jar file (sa-jdi.jar)
a61af66fc99e Initial load
duke
parents:
diff changeset
278 $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar
a61af66fc99e Initial load
duke
parents:
diff changeset
279 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
280
a61af66fc99e Initial load
duke
parents:
diff changeset
281 # Include files (jvmti.h, jni.h, $(JDK_INCLUDE_SUBDIR)/jni_md.h, jmm.h)
a61af66fc99e Initial load
duke
parents:
diff changeset
282 $(EXPORT_INCLUDE_DIR)/%: $(GEN_DIR)/jvmtifiles/%
a61af66fc99e Initial load
duke
parents:
diff changeset
283 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
284
a61af66fc99e Initial load
duke
parents:
diff changeset
285 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/prims/%
a61af66fc99e Initial load
duke
parents:
diff changeset
286 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
287
a61af66fc99e Initial load
duke
parents:
diff changeset
288 $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h: $(HS_SRC_DIR)/cpu/$(HS_ARCH)/vm/jni_$(HS_ARCH).h
a61af66fc99e Initial load
duke
parents:
diff changeset
289 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
290
a61af66fc99e Initial load
duke
parents:
diff changeset
291 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/services/%
a61af66fc99e Initial load
duke
parents:
diff changeset
292 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
293
a61af66fc99e Initial load
duke
parents:
diff changeset
294 # Doc files (jvmti.html)
a61af66fc99e Initial load
duke
parents:
diff changeset
295 $(EXPORT_DOCS_DIR)/platform/jvmti/%: $(DOCS_DIR)/%
a61af66fc99e Initial load
duke
parents:
diff changeset
296 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
297
a61af66fc99e Initial load
duke
parents:
diff changeset
298 # Xusage file
a61af66fc99e Initial load
duke
parents:
diff changeset
299 $(EXPORT_SERVER_DIR)/Xusage.txt $(EXPORT_CLIENT_DIR)/Xusage.txt $(EXPORT_KERNEL_DIR)/Xusage.txt: $(XUSAGE)
a61af66fc99e Initial load
duke
parents:
diff changeset
300 $(prep-target)
a61af66fc99e Initial load
duke
parents:
diff changeset
301 $(RM) $@.temp
a61af66fc99e Initial load
duke
parents:
diff changeset
302 $(SED) 's/\(separated by \)[;:]/\1$(PATH_SEP)/g' $< > $@.temp
a61af66fc99e Initial load
duke
parents:
diff changeset
303 $(MV) $@.temp $@
a61af66fc99e Initial load
duke
parents:
diff changeset
304
a61af66fc99e Initial load
duke
parents:
diff changeset
305 #
a61af66fc99e Initial load
duke
parents:
diff changeset
306 # Clean rules
a61af66fc99e Initial load
duke
parents:
diff changeset
307 #
a61af66fc99e Initial load
duke
parents:
diff changeset
308 clobber clean: clean_build clean_export clean_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
309 clean_build:
a61af66fc99e Initial load
duke
parents:
diff changeset
310 $(RM) -r $(C1_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
311 $(RM) -r $(C2_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
312 $(RM) -r $(KERNEL_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
313 clean_export:
a61af66fc99e Initial load
duke
parents:
diff changeset
314 $(RM) -r $(EXPORT_PATH)
a61af66fc99e Initial load
duke
parents:
diff changeset
315 clean_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
316 $(RM) -r $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
317
a61af66fc99e Initial load
duke
parents:
diff changeset
318 #
a61af66fc99e Initial load
duke
parents:
diff changeset
319 # Create JDK and place this build into it
a61af66fc99e Initial load
duke
parents:
diff changeset
320 #
a61af66fc99e Initial load
duke
parents:
diff changeset
321 create_jdk: copy_jdk update_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
322
a61af66fc99e Initial load
duke
parents:
diff changeset
323 update_jdk: export_product_jdk export_fastdebug_jdk test_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
324
a61af66fc99e Initial load
duke
parents:
diff changeset
325 copy_jdk: $(JDK_IMAGE_DIR)/jre/lib/rt.jar
a61af66fc99e Initial load
duke
parents:
diff changeset
326
a61af66fc99e Initial load
duke
parents:
diff changeset
327 $(JDK_IMAGE_DIR)/jre/lib/rt.jar:
a61af66fc99e Initial load
duke
parents:
diff changeset
328 $(RM) -r $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
329 $(MKDIR) -p $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
330 ($(CD) $(JDK_IMPORT_PATH) && \
a61af66fc99e Initial load
duke
parents:
diff changeset
331 $(TAR) -cf - *) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
332 ($(CD) $(JDK_IMAGE_DIR) && $(TAR) -xf -)
a61af66fc99e Initial load
duke
parents:
diff changeset
333
a61af66fc99e Initial load
duke
parents:
diff changeset
334 test_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
335 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
336 $(JDK_IMAGE_DIR)/bin/java -client -version
a61af66fc99e Initial load
duke
parents:
diff changeset
337 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
338 $(JDK_IMAGE_DIR)/bin/java -server -version
a61af66fc99e Initial load
duke
parents:
diff changeset
339
a61af66fc99e Initial load
duke
parents:
diff changeset
340 copy_product_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
341 $(RM) -r $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
342 $(MKDIR) -p $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
343 ($(CD) $(JDK_IMPORT_PATH) && \
a61af66fc99e Initial load
duke
parents:
diff changeset
344 $(TAR) -cf - bin include jre lib) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
345 ($(CD) $(JDK_IMAGE_DIR) && $(TAR) -xf -)
a61af66fc99e Initial load
duke
parents:
diff changeset
346
a61af66fc99e Initial load
duke
parents:
diff changeset
347 copy_fastdebug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
348 $(RM) -r $(JDK_IMAGE_DIR)/fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
349 $(MKDIR) -p $(JDK_IMAGE_DIR)/fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
350 if [ -d $(JDK_IMPORT_PATH)/fastdebug ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
351 ($(CD) $(JDK_IMPORT_PATH)/fastdebug && \
a61af66fc99e Initial load
duke
parents:
diff changeset
352 $(TAR) -cf - bin include jre lib) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
353 ($(CD) $(JDK_IMAGE_DIR)/fastdebug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
354 else \
a61af66fc99e Initial load
duke
parents:
diff changeset
355 ($(CD) $(JDK_IMPORT_PATH) && \
a61af66fc99e Initial load
duke
parents:
diff changeset
356 $(TAR) -cf - bin include jre lib) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
357 ($(CD) $(JDK_IMAGE_DIR)/fastdebug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
358 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
359
a61af66fc99e Initial load
duke
parents:
diff changeset
360 copy_debug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
361 $(RM) -r $(JDK_IMAGE_DIR)/debug
a61af66fc99e Initial load
duke
parents:
diff changeset
362 $(MKDIR) -p $(JDK_IMAGE_DIR)/debug
a61af66fc99e Initial load
duke
parents:
diff changeset
363 if [ -d $(JDK_IMPORT_PATH)/debug ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
364 ($(CD) $(JDK_IMPORT_PATH)/debug && \
a61af66fc99e Initial load
duke
parents:
diff changeset
365 $(TAR) -cf - bin include jre lib) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
366 ($(CD) $(JDK_IMAGE_DIR)/debug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
367 elif [ -d $(JDK_IMPORT_PATH)/fastdebug ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
368 ($(CD) $(JDK_IMPORT_PATH)/fastdebug && \
a61af66fc99e Initial load
duke
parents:
diff changeset
369 $(TAR) -cf - bin include jre lib) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
370 ($(CD) $(JDK_IMAGE_DIR)/debug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
371 else \
a61af66fc99e Initial load
duke
parents:
diff changeset
372 ($(CD) $(JDK_IMPORT_PATH) && \
a61af66fc99e Initial load
duke
parents:
diff changeset
373 $(TAR) -cf - bin include jre lib) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
374 ($(CD) $(JDK_IMAGE_DIR)/debug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
375 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
376
a61af66fc99e Initial load
duke
parents:
diff changeset
377 #
a61af66fc99e Initial load
duke
parents:
diff changeset
378 # Check target
a61af66fc99e Initial load
duke
parents:
diff changeset
379 #
a61af66fc99e Initial load
duke
parents:
diff changeset
380 check: variable_check
a61af66fc99e Initial load
duke
parents:
diff changeset
381
a61af66fc99e Initial load
duke
parents:
diff changeset
382 #
a61af66fc99e Initial load
duke
parents:
diff changeset
383 # Help target
a61af66fc99e Initial load
duke
parents:
diff changeset
384 #
a61af66fc99e Initial load
duke
parents:
diff changeset
385 help: intro_help target_help variable_help notes_help examples_help
a61af66fc99e Initial load
duke
parents:
diff changeset
386
a61af66fc99e Initial load
duke
parents:
diff changeset
387 # Intro help message
a61af66fc99e Initial load
duke
parents:
diff changeset
388 intro_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
389 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
390 "Makefile for the Hotspot workspace."
a61af66fc99e Initial load
duke
parents:
diff changeset
391 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
392 "Default behavior is to build and create an export area for the j2se builds."
a61af66fc99e Initial load
duke
parents:
diff changeset
393
a61af66fc99e Initial load
duke
parents:
diff changeset
394 # Target help
a61af66fc99e Initial load
duke
parents:
diff changeset
395 target_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
396 @$(ECHO) "help: This help message"
a61af66fc99e Initial load
duke
parents:
diff changeset
397 @$(ECHO) "all: Same as: all_product all_fastdebug"
a61af66fc99e Initial load
duke
parents:
diff changeset
398 @$(ECHO) "world: Same as: all create_jdk"
a61af66fc99e Initial load
duke
parents:
diff changeset
399 @$(ECHO) "all_product: Same as: product product1 export_product"
a61af66fc99e Initial load
duke
parents:
diff changeset
400 @$(ECHO) "all_fastdebug: Same as: fastdebug fastdebug1 export_fastdebug"
a61af66fc99e Initial load
duke
parents:
diff changeset
401 @$(ECHO) "all_debug: Same as: jvmg jvmg1 export_debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
402 @$(ECHO) "all_optimized: Same as: optimized optimized1 export_optimized"
a61af66fc99e Initial load
duke
parents:
diff changeset
403 @$(ECHO) "clean: Clean all areas"
a61af66fc99e Initial load
duke
parents:
diff changeset
404 @$(ECHO) "export_product: Export product files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
405 @$(ECHO) "export_fastdebug: Export fastdebug files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
406 @$(ECHO) "export_debug: Export debug files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
407 @$(ECHO) "export_optimized: Export optimized files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
408 @$(ECHO) "create_jdk: Create JDK image, export all files into it"
a61af66fc99e Initial load
duke
parents:
diff changeset
409 @$(ECHO) "update_jdk: Update JDK image with fresh exported files"
a61af66fc99e Initial load
duke
parents:
diff changeset
410 @$(ECHO) " "
a61af66fc99e Initial load
duke
parents:
diff changeset
411 @$(ECHO) "Others targets are:"
a61af66fc99e Initial load
duke
parents:
diff changeset
412 @$(ECHO) " $(C1_VM_TARGETS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
413 @$(ECHO) " $(C2_VM_TARGETS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
414 @$(ECHO) " $(KERNEL_VM_TARGETS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
415
a61af66fc99e Initial load
duke
parents:
diff changeset
416 # Variable help (only common ones used by this workspace)
a61af66fc99e Initial load
duke
parents:
diff changeset
417 variable_help: variable_help_intro variable_list variable_help_end
a61af66fc99e Initial load
duke
parents:
diff changeset
418 variable_help_intro:
a61af66fc99e Initial load
duke
parents:
diff changeset
419 @$(ECHO) "--- Common Variables ---"
a61af66fc99e Initial load
duke
parents:
diff changeset
420 variable_help_end:
a61af66fc99e Initial load
duke
parents:
diff changeset
421 @$(ECHO) " "
a61af66fc99e Initial load
duke
parents:
diff changeset
422 @$(ECHO) "--- Make Arguments ---"
a61af66fc99e Initial load
duke
parents:
diff changeset
423 @$(ECHO) "MAKE_ARGS=$(MAKE_ARGS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
424
a61af66fc99e Initial load
duke
parents:
diff changeset
425 # One line descriptions for the variables
a61af66fc99e Initial load
duke
parents:
diff changeset
426 SLASH_JAVA.desc = Root of all build tools, e.g. /java or J:
a61af66fc99e Initial load
duke
parents:
diff changeset
427 OUTPUTDIR.desc = Output directory, default is build/<osname>
a61af66fc99e Initial load
duke
parents:
diff changeset
428 BOOTDIR.desc = JDK used to compile agent java source and test with
a61af66fc99e Initial load
duke
parents:
diff changeset
429 JDK_IMPORT_PATH.desc = Promoted JDK to copy for 'create_jdk'
a61af66fc99e Initial load
duke
parents:
diff changeset
430 EXPORT_PATH.desc = Directory to place files to export for JDK build
a61af66fc99e Initial load
duke
parents:
diff changeset
431
a61af66fc99e Initial load
duke
parents:
diff changeset
432 # Make variables to print out (description and value)
a61af66fc99e Initial load
duke
parents:
diff changeset
433 VARIABLE_PRINTVAL_LIST += \
a61af66fc99e Initial load
duke
parents:
diff changeset
434 SLASH_JAVA \
a61af66fc99e Initial load
duke
parents:
diff changeset
435 OUTPUTDIR \
a61af66fc99e Initial load
duke
parents:
diff changeset
436 BOOTDIR \
a61af66fc99e Initial load
duke
parents:
diff changeset
437 JDK_IMPORT_PATH \
a61af66fc99e Initial load
duke
parents:
diff changeset
438 EXPORT_PATH
a61af66fc99e Initial load
duke
parents:
diff changeset
439
a61af66fc99e Initial load
duke
parents:
diff changeset
440 # Make variables that should refer to directories that exist
a61af66fc99e Initial load
duke
parents:
diff changeset
441 VARIABLE_CHECKDIR_LIST += \
a61af66fc99e Initial load
duke
parents:
diff changeset
442 SLASH_JAVA \
a61af66fc99e Initial load
duke
parents:
diff changeset
443 BOOTDIR \
a61af66fc99e Initial load
duke
parents:
diff changeset
444 JDK_IMPORT_PATH
a61af66fc99e Initial load
duke
parents:
diff changeset
445
a61af66fc99e Initial load
duke
parents:
diff changeset
446 # For pattern rules below, so all are treated the same
a61af66fc99e Initial load
duke
parents:
diff changeset
447 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
a61af66fc99e Initial load
duke
parents:
diff changeset
448 DO_CHECKDIR_LIST=$(VARIABLE_CHECKDIR_LIST:%=%.checkdir)
a61af66fc99e Initial load
duke
parents:
diff changeset
449
a61af66fc99e Initial load
duke
parents:
diff changeset
450 # Complete variable check
a61af66fc99e Initial load
duke
parents:
diff changeset
451 variable_check: $(DO_CHECKDIR_LIST)
a61af66fc99e Initial load
duke
parents:
diff changeset
452 variable_list: $(DO_PRINTVAL_LIST) variable_check
a61af66fc99e Initial load
duke
parents:
diff changeset
453
a61af66fc99e Initial load
duke
parents:
diff changeset
454 # Pattern rule for printing out a variable
a61af66fc99e Initial load
duke
parents:
diff changeset
455 %.printval:
a61af66fc99e Initial load
duke
parents:
diff changeset
456 @$(ECHO) " ALT_$* - $($*.desc)"
a61af66fc99e Initial load
duke
parents:
diff changeset
457 @$(ECHO) " $*=$($*)"
a61af66fc99e Initial load
duke
parents:
diff changeset
458
a61af66fc99e Initial load
duke
parents:
diff changeset
459 # Pattern rule for checking to see if a variable with a directory exists
a61af66fc99e Initial load
duke
parents:
diff changeset
460 %.checkdir:
a61af66fc99e Initial load
duke
parents:
diff changeset
461 @if [ ! -d $($*) ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
462 $(ECHO) "WARNING: $* does not exist, try $(MAKE) sanity"; \
a61af66fc99e Initial load
duke
parents:
diff changeset
463 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
464
a61af66fc99e Initial load
duke
parents:
diff changeset
465 # Pattern rule for checking to see if a variable with a file exists
a61af66fc99e Initial load
duke
parents:
diff changeset
466 %.checkfil:
a61af66fc99e Initial load
duke
parents:
diff changeset
467 @if [ ! -f $($*) ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
468 $(ECHO) "WARNING: $* does not exist, try $(MAKE) sanity"; \
a61af66fc99e Initial load
duke
parents:
diff changeset
469 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
470
a61af66fc99e Initial load
duke
parents:
diff changeset
471 # Misc notes on help
a61af66fc99e Initial load
duke
parents:
diff changeset
472 notes_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
473 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
474 "--- Notes --- "
a61af66fc99e Initial load
duke
parents:
diff changeset
475 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
476 "- JDK_IMPORT_PATH must refer to a compatible build, not all past promoted"
a61af66fc99e Initial load
duke
parents:
diff changeset
477 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
478 " builds or previous release JDK builds will work."
a61af66fc99e Initial load
duke
parents:
diff changeset
479 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
480 "- The fastest builds have been when the workspace and the BOOTDIR are on"
a61af66fc99e Initial load
duke
parents:
diff changeset
481 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
482 " local disk."
a61af66fc99e Initial load
duke
parents:
diff changeset
483
a61af66fc99e Initial load
duke
parents:
diff changeset
484 examples_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
485 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
486 "--- Examples --- "
a61af66fc99e Initial load
duke
parents:
diff changeset
487 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
488 " $(MAKE) all"
a61af66fc99e Initial load
duke
parents:
diff changeset
489 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
490 " $(MAKE) world"
a61af66fc99e Initial load
duke
parents:
diff changeset
491 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
492 " $(MAKE) ALT_BOOTDIR=/opt/java/jdk$(PREVIOUS_JDK_VERSION)"
a61af66fc99e Initial load
duke
parents:
diff changeset
493 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
494 " $(MAKE) ALT_JDK_IMPORT_PATH=/opt/java/jdk$(JDK_VERSION)"
a61af66fc99e Initial load
duke
parents:
diff changeset
495
a61af66fc99e Initial load
duke
parents:
diff changeset
496 # JPRT rule to build this workspace
a61af66fc99e Initial load
duke
parents:
diff changeset
497 include $(GAMMADIR)/make/jprt.gmk
a61af66fc99e Initial load
duke
parents:
diff changeset
498
a61af66fc99e Initial load
duke
parents:
diff changeset
499 .PHONY: all world clobber clean help $(C1_VM_TARGETS) $(C2_VM_TARGETS) \
a61af66fc99e Initial load
duke
parents:
diff changeset
500 $(KERNEL_VM_TARGETS) \
a61af66fc99e Initial load
duke
parents:
diff changeset
501 generic_build1 generic_build2 generic_buildkernel generic_export \
a61af66fc99e Initial load
duke
parents:
diff changeset
502 export_product export_fastdebug export_debug export_optimized \
a61af66fc99e Initial load
duke
parents:
diff changeset
503 export_jdk_product export_jdk_fastdebug export_jdk_debug \
a61af66fc99e Initial load
duke
parents:
diff changeset
504 create_jdk copy_jdk update_jdk test_jdk \
a61af66fc99e Initial load
duke
parents:
diff changeset
505 copy_product_jdk copy_fastdebug_jdk copy_debug_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
506