annotate make/Makefile @ 4155:394404b2d9bd

Removed strict requirement for GRAAL environment variable. It only needs to be set now if the graal directory is not in the directory hierarchy of GraalVM JDK.
author Doug Simon <doug.simon@oracle.com>
date Wed, 21 Dec 2011 11:25:27 +0100
parents 04b9a2566eec
children 33df1aeaebbf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 #
2237
b76d12f4ab2d 7018429: JPRT: Update Makefile to use ALT_JDK_TARGET_IMPORT_PATH for copying JDK
dholmes
parents: 2199
diff changeset
2 # Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
0
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 #
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1185
diff changeset
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1185
diff changeset
20 # or visit www.oracle.com if you need additional information or have any
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1185
diff changeset
21 # questions.
0
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)
2237
b76d12f4ab2d 7018429: JPRT: Update Makefile to use ALT_JDK_TARGET_IMPORT_PATH for copying JDK
dholmes
parents: 2199
diff changeset
46 # ALT_JDK_TARGET_IMPORT_PATH Current JDK build when cross-compiling
0
a61af66fc99e Initial load
duke
parents:
diff changeset
47 # ALT_BUILD_WIN_SA Building SA on Windows is disabled by default.
a61af66fc99e Initial load
duke
parents:
diff changeset
48 # Set ALT_BUILD_WIN_SA=1 to enable building SA on
a61af66fc99e Initial load
duke
parents:
diff changeset
49 # Windows.
a61af66fc99e Initial load
duke
parents:
diff changeset
50 # Version strings and numbers:
a61af66fc99e Initial load
duke
parents:
diff changeset
51 # JDK_VERSION Current JDK version (e.g. 1.6.0)
a61af66fc99e Initial load
duke
parents:
diff changeset
52 # PREVIOUS_JDK_VERSION Previous (bootdir) JDK version (e.g. 1.5.0)
a61af66fc99e Initial load
duke
parents:
diff changeset
53 # FULL_VERSION Full version string to use (e.g. "1.6.0-ea-b42")
a61af66fc99e Initial load
duke
parents:
diff changeset
54 #
a61af66fc99e Initial load
duke
parents:
diff changeset
55 # Version strings and numbers especially needed on Windows:
a61af66fc99e Initial load
duke
parents:
diff changeset
56 # COOKED_JDK_UPDATE_VERSION Just the update release number (e.g. 02)
a61af66fc99e Initial load
duke
parents:
diff changeset
57 # COOKED_BUILD_NUMBER Just the build number (e.g. 42)
a61af66fc99e Initial load
duke
parents:
diff changeset
58 # JDK_MKTG_VERSION Marketing JDK version (e.g. 6.0)
a61af66fc99e Initial load
duke
parents:
diff changeset
59 # JDK_MAJOR_VERSION Major number for version (e.g. 1) always 1?
a61af66fc99e Initial load
duke
parents:
diff changeset
60 # JDK_MINOR_VERSION Minor number for version (e.g. 6)
a61af66fc99e Initial load
duke
parents:
diff changeset
61 # JDK_MICRO_VERSION Micro number for version (e.g. 0)
a61af66fc99e Initial load
duke
parents:
diff changeset
62 #
a61af66fc99e Initial load
duke
parents:
diff changeset
63
a61af66fc99e Initial load
duke
parents:
diff changeset
64 # Default is build both product fastdebug and create export area
a61af66fc99e Initial load
duke
parents:
diff changeset
65
a61af66fc99e Initial load
duke
parents:
diff changeset
66 # Allow to build HotSpot in local directory from sources specified by GAMMADIR.
a61af66fc99e Initial load
duke
parents:
diff changeset
67 # After make/defs.make GAMMADIR is defined.
a61af66fc99e Initial load
duke
parents:
diff changeset
68 ifdef GAMMADIR
a61af66fc99e Initial load
duke
parents:
diff changeset
69 ifndef ALT_OUTPUTDIR
a61af66fc99e Initial load
duke
parents:
diff changeset
70 ALT_OUTPUTDIR := $(shell pwd)
a61af66fc99e Initial load
duke
parents:
diff changeset
71 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
72 include $(GAMMADIR)/make/defs.make
a61af66fc99e Initial load
duke
parents:
diff changeset
73 else
a61af66fc99e Initial load
duke
parents:
diff changeset
74 include defs.make
a61af66fc99e Initial load
duke
parents:
diff changeset
75 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
76
2199
d8a72fbc4be7 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 2192
diff changeset
77 include $(GAMMADIR)/make/altsrc.make
0
a61af66fc99e Initial load
duke
parents:
diff changeset
78
a61af66fc99e Initial load
duke
parents:
diff changeset
79 ifneq ($(ALT_OUTPUTDIR),)
a61af66fc99e Initial load
duke
parents:
diff changeset
80 ALT_OUT=ALT_OUTPUTDIR=$(ALT_OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
81 else
a61af66fc99e Initial load
duke
parents:
diff changeset
82 ALT_OUT=
a61af66fc99e Initial load
duke
parents:
diff changeset
83 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
84
a61af66fc99e Initial load
duke
parents:
diff changeset
85 # Typical C1/C2 targets made available with this Makefile
a61af66fc99e Initial load
duke
parents:
diff changeset
86 C1_VM_TARGETS=product1 fastdebug1 optimized1 jvmg1
a61af66fc99e Initial load
duke
parents:
diff changeset
87 C2_VM_TARGETS=product fastdebug optimized jvmg
a61af66fc99e Initial load
duke
parents:
diff changeset
88 KERNEL_VM_TARGETS=productkernel fastdebugkernel optimizedkernel jvmgkernel
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
89 ZERO_VM_TARGETS=productzero fastdebugzero optimizedzero jvmgzero
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
90 SHARK_VM_TARGETS=productshark fastdebugshark optimizedshark jvmgshark
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
91 GRAAL_VM_TARGETS=productgraal fastdebuggraal optimizedgraal jvmggraal
0
a61af66fc99e Initial load
duke
parents:
diff changeset
92
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
93 # JDK directory list
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
94 JDK_DIRS=bin include jre lib demo
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
95
0
a61af66fc99e Initial load
duke
parents:
diff changeset
96 all: all_product all_fastdebug
1681
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
97 ifndef BUILD_CLIENT_ONLY
0
a61af66fc99e Initial load
duke
parents:
diff changeset
98 all_product: product product1 productkernel docs export_product
a61af66fc99e Initial load
duke
parents:
diff changeset
99 all_fastdebug: fastdebug fastdebug1 fastdebugkernel docs export_fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
100 all_debug: jvmg jvmg1 jvmgkernel docs export_debug
1681
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
101 else
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
102 all_product: product1 docs export_product
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
103 all_fastdebug: fastdebug1 docs export_fastdebug
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
104 all_debug: jvmg1 docs export_debug
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
105 endif
0
a61af66fc99e Initial load
duke
parents:
diff changeset
106 all_optimized: optimized optimized1 optimizedkernel docs export_optimized
a61af66fc99e Initial load
duke
parents:
diff changeset
107
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
108 allzero: all_productzero all_fastdebugzero
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
109 all_productzero: productzero docs export_product
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
110 all_fastdebugzero: fastdebugzero docs export_fastdebug
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
111 all_debugzero: jvmgzero docs export_debug
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
112 all_optimizedzero: optimizedzero docs export_optimized
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
113
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
114 allshark: all_productshark all_fastdebugshark
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
115 all_productshark: productshark docs export_product
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
116 all_fastdebugshark: fastdebugshark docs export_fastdebug
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
117 all_debugshark: jvmgshark docs export_debug
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
118 all_optimizedshark: optimizedshark docs export_optimized
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
119
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
120 allgraal: all_productgraal all_fastdebuggraal
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
121 all_productgraal: productgraal docs export_product
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
122 all_fastdebuggraal: fastdebuggraal docs export_fastdebug
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
123 all_debuggraal: jvmggraal docs export_debug
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
124 all_optimizedgraal: optimizedgraal docs export_optimized
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
125
0
a61af66fc99e Initial load
duke
parents:
diff changeset
126 # Do everything
a61af66fc99e Initial load
duke
parents:
diff changeset
127 world: all create_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
128
a61af66fc99e Initial load
duke
parents:
diff changeset
129 # Build or export docs
a61af66fc99e Initial load
duke
parents:
diff changeset
130 docs:
a61af66fc99e Initial load
duke
parents:
diff changeset
131 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
132 @$(ECHO) "No docs ($(VM_TARGET)) for windows"
a61af66fc99e Initial load
duke
parents:
diff changeset
133 else
a61af66fc99e Initial load
duke
parents:
diff changeset
134 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
135 $(MAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
136 $(MAKE_ARGS) docs
a61af66fc99e Initial load
duke
parents:
diff changeset
137 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
138
a61af66fc99e Initial load
duke
parents:
diff changeset
139 # Build variation of hotspot
a61af66fc99e Initial load
duke
parents:
diff changeset
140 $(C1_VM_TARGETS):
a61af66fc99e Initial load
duke
parents:
diff changeset
141 $(CD) $(GAMMADIR)/make; \
a61af66fc99e Initial load
duke
parents:
diff changeset
142 $(MAKE) VM_TARGET=$@ generic_build1 $(ALT_OUT)
a61af66fc99e Initial load
duke
parents:
diff changeset
143
a61af66fc99e Initial load
duke
parents:
diff changeset
144 $(C2_VM_TARGETS):
a61af66fc99e Initial load
duke
parents:
diff changeset
145 $(CD) $(GAMMADIR)/make; \
a61af66fc99e Initial load
duke
parents:
diff changeset
146 $(MAKE) VM_TARGET=$@ generic_build2 $(ALT_OUT)
a61af66fc99e Initial load
duke
parents:
diff changeset
147
a61af66fc99e Initial load
duke
parents:
diff changeset
148 $(KERNEL_VM_TARGETS):
a61af66fc99e Initial load
duke
parents:
diff changeset
149 $(CD) $(GAMMADIR)/make; \
a61af66fc99e Initial load
duke
parents:
diff changeset
150 $(MAKE) VM_TARGET=$@ generic_buildkernel $(ALT_OUT)
a61af66fc99e Initial load
duke
parents:
diff changeset
151
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
152 $(ZERO_VM_TARGETS):
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
153 $(CD) $(GAMMADIR)/make; \
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
154 $(MAKE) VM_TARGET=$@ generic_buildzero $(ALT_OUT)
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
155
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
156 $(SHARK_VM_TARGETS):
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
157 $(CD) $(GAMMADIR)/make; \
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
158 $(MAKE) VM_TARGET=$@ generic_buildshark $(ALT_OUT)
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
159
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
160 $(GRAAL_VM_TARGETS):
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
161 $(CD) $(GAMMADIR)/make; \
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
162 $(MAKE) VM_TARGET=$@ generic_buildgraal $(ALT_OUT)
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
163
0
a61af66fc99e Initial load
duke
parents:
diff changeset
164 # Build compiler1 (client) rule, different for platforms
a61af66fc99e Initial load
duke
parents:
diff changeset
165 generic_build1:
a61af66fc99e Initial load
duke
parents:
diff changeset
166 $(MKDIR) -p $(OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
167 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
168 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
169 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
170 $(NMAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
171 Variant=compiler1 \
a61af66fc99e Initial load
duke
parents:
diff changeset
172 WorkSpace=$(ABS_GAMMADIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
173 BootStrapDir=$(ABS_BOOTDIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
174 BuildUser=$(USERNAME) \
a61af66fc99e Initial load
duke
parents:
diff changeset
175 $(MAKE_ARGS) $(VM_TARGET:%1=%)
a61af66fc99e Initial load
duke
parents:
diff changeset
176 else
a61af66fc99e Initial load
duke
parents:
diff changeset
177 @$(ECHO) "No compiler1 ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
a61af66fc99e Initial load
duke
parents:
diff changeset
178 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
179 else
a61af66fc99e Initial load
duke
parents:
diff changeset
180 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
181 $(MAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
182 $(MAKE_ARGS) $(VM_TARGET)
a61af66fc99e Initial load
duke
parents:
diff changeset
183 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
184
a61af66fc99e Initial load
duke
parents:
diff changeset
185 # Build compiler2 (server) rule, different for platforms
a61af66fc99e Initial load
duke
parents:
diff changeset
186 generic_build2:
a61af66fc99e Initial load
duke
parents:
diff changeset
187 $(MKDIR) -p $(OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
188 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
189 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
190 $(NMAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
191 Variant=compiler2 \
a61af66fc99e Initial load
duke
parents:
diff changeset
192 WorkSpace=$(ABS_GAMMADIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
193 BootStrapDir=$(ABS_BOOTDIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
194 BuildUser=$(USERNAME) \
a61af66fc99e Initial load
duke
parents:
diff changeset
195 $(MAKE_ARGS) $(VM_TARGET)
a61af66fc99e Initial load
duke
parents:
diff changeset
196 else
a61af66fc99e Initial load
duke
parents:
diff changeset
197 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
198 $(MAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
199 $(MAKE_ARGS) $(VM_TARGET)
a61af66fc99e Initial load
duke
parents:
diff changeset
200 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
201
a61af66fc99e Initial load
duke
parents:
diff changeset
202 generic_buildkernel:
a61af66fc99e Initial load
duke
parents:
diff changeset
203 $(MKDIR) -p $(OUTPUTDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
204 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
205 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
206 $(CD) $(OUTPUTDIR); \
a61af66fc99e Initial load
duke
parents:
diff changeset
207 $(NMAKE) -f $(ABS_OS_MAKEFILE) \
a61af66fc99e Initial load
duke
parents:
diff changeset
208 Variant=kernel \
a61af66fc99e Initial load
duke
parents:
diff changeset
209 WorkSpace=$(ABS_GAMMADIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
210 BootStrapDir=$(ABS_BOOTDIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
211 BuildUser=$(USERNAME) \
a61af66fc99e Initial load
duke
parents:
diff changeset
212 $(MAKE_ARGS) $(VM_TARGET:%kernel=%)
a61af66fc99e Initial load
duke
parents:
diff changeset
213 else
a61af66fc99e Initial load
duke
parents:
diff changeset
214 @$(ECHO) "No kernel ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
a61af66fc99e Initial load
duke
parents:
diff changeset
215 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
216 else
a61af66fc99e Initial load
duke
parents:
diff changeset
217 @$(ECHO) "No kernel ($(VM_TARGET)) for OS_NAME=$(OSNAME)"
a61af66fc99e Initial load
duke
parents:
diff changeset
218 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
219
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
220 generic_buildzero:
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
221 $(MKDIR) -p $(OUTPUTDIR)
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
222 $(CD) $(OUTPUTDIR); \
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
223 $(MAKE) -f $(ABS_OS_MAKEFILE) \
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
224 $(MAKE_ARGS) $(VM_TARGET)
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
225
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
226 generic_buildshark:
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
227 $(MKDIR) -p $(OUTPUTDIR)
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
228 $(CD) $(OUTPUTDIR); \
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
229 $(MAKE) -f $(ABS_OS_MAKEFILE) \
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
230 $(MAKE_ARGS) $(VM_TARGET)
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
231
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
232 generic_buildgraal:
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
233 $(MKDIR) -p $(OUTPUTDIR)
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
234 $(CD) $(OUTPUTDIR); \
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
235 $(MAKE) -f $(ABS_OS_MAKEFILE) \
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
236 $(MAKE_ARGS) $(VM_TARGET)
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
237
0
a61af66fc99e Initial load
duke
parents:
diff changeset
238 # Export file rule
a61af66fc99e Initial load
duke
parents:
diff changeset
239 generic_export: $(EXPORT_LIST)
a61af66fc99e Initial load
duke
parents:
diff changeset
240 export_product:
a61af66fc99e Initial load
duke
parents:
diff changeset
241 $(MAKE) VM_SUBDIR=product generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
242 export_fastdebug:
a61af66fc99e Initial load
duke
parents:
diff changeset
243 $(MAKE) VM_SUBDIR=fastdebug EXPORT_SUBDIR=/fastdebug generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
244 export_debug:
a61af66fc99e Initial load
duke
parents:
diff changeset
245 $(MAKE) VM_SUBDIR=${VM_DEBUG} EXPORT_SUBDIR=/debug generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
246 export_optimized:
a61af66fc99e Initial load
duke
parents:
diff changeset
247 $(MAKE) VM_SUBDIR=optimized EXPORT_SUBDIR=/optimized generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
248 export_product_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
249 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
250 VM_SUBDIR=product generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
251 export_optimized_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
252 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) \
a61af66fc99e Initial load
duke
parents:
diff changeset
253 VM_SUBDIR=optimized generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
254 export_fastdebug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
255 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR)/fastdebug \
a61af66fc99e Initial load
duke
parents:
diff changeset
256 VM_SUBDIR=fastdebug generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
257 export_debug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
258 $(MAKE) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR)/debug \
a61af66fc99e Initial load
duke
parents:
diff changeset
259 VM_SUBDIR=${VM_DEBUG} generic_export
a61af66fc99e Initial load
duke
parents:
diff changeset
260
a61af66fc99e Initial load
duke
parents:
diff changeset
261
a61af66fc99e Initial load
duke
parents:
diff changeset
262 # Export file copy rules
a61af66fc99e Initial load
duke
parents:
diff changeset
263 XUSAGE=$(HS_SRC_DIR)/share/vm/Xusage.txt
a61af66fc99e Initial load
duke
parents:
diff changeset
264 DOCS_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_docs
a61af66fc99e Initial load
duke
parents:
diff changeset
265 C1_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_compiler1
a61af66fc99e Initial load
duke
parents:
diff changeset
266 C2_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_compiler2
a61af66fc99e Initial load
duke
parents:
diff changeset
267 KERNEL_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_kernel
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
268 ZERO_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_zero
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
269 SHARK_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_shark
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
270 GRAAL_BASE_DIR=$(OUTPUTDIR)/$(VM_PLATFORM)_graal
0
a61af66fc99e Initial load
duke
parents:
diff changeset
271 C1_DIR=$(C1_BASE_DIR)/$(VM_SUBDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
272 C2_DIR=$(C2_BASE_DIR)/$(VM_SUBDIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
273 KERNEL_DIR=$(KERNEL_BASE_DIR)/$(VM_SUBDIR)
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
274 ZERO_DIR=$(ZERO_BASE_DIR)/$(VM_SUBDIR)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
275 SHARK_DIR=$(SHARK_BASE_DIR)/$(VM_SUBDIR)
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
276 GRAAL_DIR=$(GRAAL_BASE_DIR)/$(VM_SUBDIR)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
277
a61af66fc99e Initial load
duke
parents:
diff changeset
278 # Misc files and generated files need to come from C1 or C2 area
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
279 ifeq ($(ZERO_BUILD), true)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
280 ifeq ($(SHARK_BUILD), true)
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
281 MISC_DIR=$(SHARK_DIR)
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
282 GEN_DIR=$(SHARK_BASE_DIR)/generated
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
283 else
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
284 MISC_DIR=$(ZERO_DIR)
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
285 GEN_DIR=$(ZERO_BASE_DIR)/generated
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
286 endif
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
287 else
0
a61af66fc99e Initial load
duke
parents:
diff changeset
288 ifeq ($(ARCH_DATA_MODEL), 32)
a61af66fc99e Initial load
duke
parents:
diff changeset
289 MISC_DIR=$(C1_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
290 GEN_DIR=$(C1_BASE_DIR)/generated
a61af66fc99e Initial load
duke
parents:
diff changeset
291 else
a61af66fc99e Initial load
duke
parents:
diff changeset
292 MISC_DIR=$(C2_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
293 GEN_DIR=$(C2_BASE_DIR)/generated
a61af66fc99e Initial load
duke
parents:
diff changeset
294 endif
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
295 endif
0
a61af66fc99e Initial load
duke
parents:
diff changeset
296
a61af66fc99e Initial load
duke
parents:
diff changeset
297 # Bin files (windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
298 ifeq ($(OSNAME),windows)
a61af66fc99e Initial load
duke
parents:
diff changeset
299
a61af66fc99e Initial load
duke
parents:
diff changeset
300 # Get jvm.lib
a61af66fc99e Initial load
duke
parents:
diff changeset
301 $(EXPORT_LIB_DIR)/%.lib: $(MISC_DIR)/%.lib
a61af66fc99e Initial load
duke
parents:
diff changeset
302 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
303
a61af66fc99e Initial load
duke
parents:
diff changeset
304 # Other libraries (like SA)
a61af66fc99e Initial load
duke
parents:
diff changeset
305 $(EXPORT_JRE_BIN_DIR)/%.dll: $(MISC_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
306 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
307 $(EXPORT_JRE_BIN_DIR)/%.pdb: $(MISC_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
308 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
309 $(EXPORT_JRE_BIN_DIR)/%.map: $(MISC_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
310 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
311
a61af66fc99e Initial load
duke
parents:
diff changeset
312 # Client files always come from C1 area
a61af66fc99e Initial load
duke
parents:
diff changeset
313 $(EXPORT_CLIENT_DIR)/%.dll: $(C1_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
314 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
315 $(EXPORT_CLIENT_DIR)/%.pdb: $(C1_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
316 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
317 $(EXPORT_CLIENT_DIR)/%.map: $(C1_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
318 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
319
a61af66fc99e Initial load
duke
parents:
diff changeset
320 # Server files always come from C2 area
a61af66fc99e Initial load
duke
parents:
diff changeset
321 $(EXPORT_SERVER_DIR)/%.dll: $(C2_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
322 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
323 $(EXPORT_SERVER_DIR)/%.pdb: $(C2_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
324 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
325 $(EXPORT_SERVER_DIR)/%.map: $(C2_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
326 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
327
a61af66fc99e Initial load
duke
parents:
diff changeset
328 # Kernel files always come from kernel area
a61af66fc99e Initial load
duke
parents:
diff changeset
329 $(EXPORT_KERNEL_DIR)/%.dll: $(KERNEL_DIR)/%.dll
a61af66fc99e Initial load
duke
parents:
diff changeset
330 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
331 $(EXPORT_KERNEL_DIR)/%.pdb: $(KERNEL_DIR)/%.pdb
a61af66fc99e Initial load
duke
parents:
diff changeset
332 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
333 $(EXPORT_KERNEL_DIR)/%.map: $(KERNEL_DIR)/%.map
a61af66fc99e Initial load
duke
parents:
diff changeset
334 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
335 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
336
a61af66fc99e Initial load
duke
parents:
diff changeset
337 # Shared Library
a61af66fc99e Initial load
duke
parents:
diff changeset
338 ifneq ($(OSNAME),windows)
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
339 ifeq ($(ZERO_BUILD), true)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
340 ifeq ($(SHARK_BUILD), true)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
341 $(EXPORT_JRE_LIB_ARCH_DIR)/%.$(LIBRARY_SUFFIX): $(SHARK_DIR)/%.$(LIBRARY_SUFFIX)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
342 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
343 $(EXPORT_SERVER_DIR)/%.$(LIBRARY_SUFFIX): $(SHARK_DIR)/%.$(LIBRARY_SUFFIX)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
344 $(install-file)
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
345 else
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
346 $(EXPORT_JRE_LIB_ARCH_DIR)/%.$(LIBRARY_SUFFIX): $(ZERO_DIR)/%.$(LIBRARY_SUFFIX)
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
347 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
348 $(EXPORT_SERVER_DIR)/%.$(LIBRARY_SUFFIX): $(ZERO_DIR)/%.$(LIBRARY_SUFFIX)
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
349 $(install-file)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
350 endif
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
351 else
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
352 $(EXPORT_JRE_LIB_ARCH_DIR)/%.$(LIBRARY_SUFFIX): $(C1_DIR)/%.$(LIBRARY_SUFFIX)
1681
126ea7725993 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 1552
diff changeset
353 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
354 $(EXPORT_JRE_LIB_ARCH_DIR)/%.$(LIBRARY_SUFFIX): $(C2_DIR)/%.$(LIBRARY_SUFFIX)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
355 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
356 $(EXPORT_CLIENT_DIR)/%.$(LIBRARY_SUFFIX): $(C1_DIR)/%.$(LIBRARY_SUFFIX)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
357 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
358 $(EXPORT_CLIENT_DIR)/64/%.$(LIBRARY_SUFFIX): $(C1_DIR)/%.$(LIBRARY_SUFFIX)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
359 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
360 $(EXPORT_SERVER_DIR)/%.$(LIBRARY_SUFFIX): $(C2_DIR)/%.$(LIBRARY_SUFFIX)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
361 $(install-file)
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2237
diff changeset
362 $(EXPORT_SERVER_DIR)/64/%.$(LIBRARY_SUFFIX): $(C2_DIR)/%.$(LIBRARY_SUFFIX)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
363 $(install-file)
3954
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
364
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
365 # Debug info for shared library
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
366 $(EXPORT_JRE_LIB_ARCH_DIR)/%.debuginfo: $(C1_DIR)/%.debuginfo
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
367 $(install-file)
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
368 $(EXPORT_JRE_LIB_ARCH_DIR)/%.debuginfo: $(C2_DIR)/%.debuginfo
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
369 $(install-file)
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
370 $(EXPORT_CLIENT_DIR)/%.debuginfo: $(C1_DIR)/%.debuginfo
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
371 $(install-file)
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
372 $(EXPORT_CLIENT_DIR)/64/%.debuginfo: $(C1_DIR)/%.debuginfo
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
373 $(install-file)
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
374 $(EXPORT_SERVER_DIR)/%.debuginfo: $(C2_DIR)/%.debuginfo
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
375 $(install-file)
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
376 $(EXPORT_SERVER_DIR)/64/%.debuginfo: $(C2_DIR)/%.debuginfo
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 2237
diff changeset
377 $(install-file)
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
378 endif
0
a61af66fc99e Initial load
duke
parents:
diff changeset
379 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
380
a61af66fc99e Initial load
duke
parents:
diff changeset
381 # Jar file (sa-jdi.jar)
a61af66fc99e Initial load
duke
parents:
diff changeset
382 $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar
a61af66fc99e Initial load
duke
parents:
diff changeset
383 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
384
1184
7fbf850d87b7 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 196
diff changeset
385 # Include files (jvmti.h, jvmticmlr.h, jni.h, $(JDK_INCLUDE_SUBDIR)/jni_md.h, jmm.h)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
386 $(EXPORT_INCLUDE_DIR)/%: $(GEN_DIR)/jvmtifiles/%
a61af66fc99e Initial load
duke
parents:
diff changeset
387 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
388
1184
7fbf850d87b7 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 196
diff changeset
389 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/code/%
7fbf850d87b7 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 196
diff changeset
390 $(install-file)
7fbf850d87b7 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 196
diff changeset
391
0
a61af66fc99e Initial load
duke
parents:
diff changeset
392 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/prims/%
a61af66fc99e Initial load
duke
parents:
diff changeset
393 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
394
2199
d8a72fbc4be7 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 2192
diff changeset
395 HS_JNI_ARCH_SRC=$(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(HS_ARCH)/vm/jni_$(HS_ARCH).h)
d8a72fbc4be7 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 2192
diff changeset
396 $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h: $(HS_JNI_ARCH_SRC)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
397 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
398
a61af66fc99e Initial load
duke
parents:
diff changeset
399 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/services/%
a61af66fc99e Initial load
duke
parents:
diff changeset
400 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
401
a61af66fc99e Initial load
duke
parents:
diff changeset
402 # Doc files (jvmti.html)
a61af66fc99e Initial load
duke
parents:
diff changeset
403 $(EXPORT_DOCS_DIR)/platform/jvmti/%: $(DOCS_DIR)/%
a61af66fc99e Initial load
duke
parents:
diff changeset
404 $(install-file)
a61af66fc99e Initial load
duke
parents:
diff changeset
405
a61af66fc99e Initial load
duke
parents:
diff changeset
406 # Xusage file
a61af66fc99e Initial load
duke
parents:
diff changeset
407 $(EXPORT_SERVER_DIR)/Xusage.txt $(EXPORT_CLIENT_DIR)/Xusage.txt $(EXPORT_KERNEL_DIR)/Xusage.txt: $(XUSAGE)
a61af66fc99e Initial load
duke
parents:
diff changeset
408 $(prep-target)
a61af66fc99e Initial load
duke
parents:
diff changeset
409 $(RM) $@.temp
a61af66fc99e Initial load
duke
parents:
diff changeset
410 $(SED) 's/\(separated by \)[;:]/\1$(PATH_SEP)/g' $< > $@.temp
a61af66fc99e Initial load
duke
parents:
diff changeset
411 $(MV) $@.temp $@
a61af66fc99e Initial load
duke
parents:
diff changeset
412
a61af66fc99e Initial load
duke
parents:
diff changeset
413 #
a61af66fc99e Initial load
duke
parents:
diff changeset
414 # Clean rules
a61af66fc99e Initial load
duke
parents:
diff changeset
415 #
a61af66fc99e Initial load
duke
parents:
diff changeset
416 clobber clean: clean_build clean_export clean_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
417 clean_build:
a61af66fc99e Initial load
duke
parents:
diff changeset
418 $(RM) -r $(C1_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
419 $(RM) -r $(C2_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
420 $(RM) -r $(KERNEL_DIR)
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
421 $(RM) -r $(ZERO_DIR)
1692
d2ede61b7a12 6976186: integrate Shark HotSpot changes
twisti
parents: 1681
diff changeset
422 $(RM) -r $(SHARK_DIR)
3547
44da449fc29c Update linux makefiles to create a graal VM, make a few run* +x
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2273
diff changeset
423 $(RM) -r $(GRAAL_DIR)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
424 clean_export:
a61af66fc99e Initial load
duke
parents:
diff changeset
425 $(RM) -r $(EXPORT_PATH)
a61af66fc99e Initial load
duke
parents:
diff changeset
426 clean_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
427 $(RM) -r $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
428
a61af66fc99e Initial load
duke
parents:
diff changeset
429 #
a61af66fc99e Initial load
duke
parents:
diff changeset
430 # Create JDK and place this build into it
a61af66fc99e Initial load
duke
parents:
diff changeset
431 #
a61af66fc99e Initial load
duke
parents:
diff changeset
432 create_jdk: copy_jdk update_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
433
a61af66fc99e Initial load
duke
parents:
diff changeset
434 update_jdk: export_product_jdk export_fastdebug_jdk test_jdk
a61af66fc99e Initial load
duke
parents:
diff changeset
435
a61af66fc99e Initial load
duke
parents:
diff changeset
436 copy_jdk: $(JDK_IMAGE_DIR)/jre/lib/rt.jar
a61af66fc99e Initial load
duke
parents:
diff changeset
437
a61af66fc99e Initial load
duke
parents:
diff changeset
438 $(JDK_IMAGE_DIR)/jre/lib/rt.jar:
a61af66fc99e Initial load
duke
parents:
diff changeset
439 $(RM) -r $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
440 $(MKDIR) -p $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
441 ($(CD) $(JDK_IMPORT_PATH) && \
a61af66fc99e Initial load
duke
parents:
diff changeset
442 $(TAR) -cf - *) | \
a61af66fc99e Initial load
duke
parents:
diff changeset
443 ($(CD) $(JDK_IMAGE_DIR) && $(TAR) -xf -)
a61af66fc99e Initial load
duke
parents:
diff changeset
444
a61af66fc99e Initial load
duke
parents:
diff changeset
445 test_jdk:
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
446 ifneq ($(ZERO_BUILD), true)
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
447 ifeq ($(ARCH_DATA_MODEL), 32)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
448 $(JDK_IMAGE_DIR)/bin/java -client -version
1010
354d3184f6b2 6890308: integrate zero assembler hotspot changes
never
parents: 196
diff changeset
449 endif
0
a61af66fc99e Initial load
duke
parents:
diff changeset
450 endif
a61af66fc99e Initial load
duke
parents:
diff changeset
451 $(JDK_IMAGE_DIR)/bin/java -server -version
a61af66fc99e Initial load
duke
parents:
diff changeset
452
a61af66fc99e Initial load
duke
parents:
diff changeset
453 copy_product_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
454 $(RM) -r $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
455 $(MKDIR) -p $(JDK_IMAGE_DIR)
a61af66fc99e Initial load
duke
parents:
diff changeset
456 ($(CD) $(JDK_IMPORT_PATH) && \
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
457 $(TAR) -cf - $(JDK_DIRS)) | \
0
a61af66fc99e Initial load
duke
parents:
diff changeset
458 ($(CD) $(JDK_IMAGE_DIR) && $(TAR) -xf -)
a61af66fc99e Initial load
duke
parents:
diff changeset
459
a61af66fc99e Initial load
duke
parents:
diff changeset
460 copy_fastdebug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
461 $(RM) -r $(JDK_IMAGE_DIR)/fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
462 $(MKDIR) -p $(JDK_IMAGE_DIR)/fastdebug
a61af66fc99e Initial load
duke
parents:
diff changeset
463 if [ -d $(JDK_IMPORT_PATH)/fastdebug ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
464 ($(CD) $(JDK_IMPORT_PATH)/fastdebug && \
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
465 $(TAR) -cf - $(JDK_DIRS)) | \
0
a61af66fc99e Initial load
duke
parents:
diff changeset
466 ($(CD) $(JDK_IMAGE_DIR)/fastdebug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
467 else \
a61af66fc99e Initial load
duke
parents:
diff changeset
468 ($(CD) $(JDK_IMPORT_PATH) && \
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
469 $(TAR) -cf - $(JDK_DIRS)) | \
0
a61af66fc99e Initial load
duke
parents:
diff changeset
470 ($(CD) $(JDK_IMAGE_DIR)/fastdebug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
471 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
472
a61af66fc99e Initial load
duke
parents:
diff changeset
473 copy_debug_jdk:
a61af66fc99e Initial load
duke
parents:
diff changeset
474 $(RM) -r $(JDK_IMAGE_DIR)/debug
a61af66fc99e Initial load
duke
parents:
diff changeset
475 $(MKDIR) -p $(JDK_IMAGE_DIR)/debug
a61af66fc99e Initial load
duke
parents:
diff changeset
476 if [ -d $(JDK_IMPORT_PATH)/debug ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
477 ($(CD) $(JDK_IMPORT_PATH)/debug && \
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
478 $(TAR) -cf - $(JDK_DIRS)) | \
0
a61af66fc99e Initial load
duke
parents:
diff changeset
479 ($(CD) $(JDK_IMAGE_DIR)/debug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
480 elif [ -d $(JDK_IMPORT_PATH)/fastdebug ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
481 ($(CD) $(JDK_IMPORT_PATH)/fastdebug && \
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
482 $(TAR) -cf - $(JDK_DIRS)) | \
0
a61af66fc99e Initial load
duke
parents:
diff changeset
483 ($(CD) $(JDK_IMAGE_DIR)/debug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
484 else \
a61af66fc99e Initial load
duke
parents:
diff changeset
485 ($(CD) $(JDK_IMPORT_PATH) && \
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
486 $(TAR) -cf - $(JDK_DIRS)) | \
0
a61af66fc99e Initial load
duke
parents:
diff changeset
487 ($(CD) $(JDK_IMAGE_DIR)/debug && $(TAR) -xf -) ; \
a61af66fc99e Initial load
duke
parents:
diff changeset
488 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
489
4006
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
490 # macosx universal builds
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
491
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
492 ifeq ($(MACOSX_UNIVERSAL), true)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
493 $(UNIVERSAL_LIPO_LIST):
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
494 lipo -create -output $@ $(EXPORT_JRE_LIB_DIR)/{i386,amd64}/$(subst $(EXPORT_JRE_LIB_DIR)/,,$@)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
495
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
496 $(UNIVERSAL_COPY_LIST):
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
497 $(CP) $(EXPORT_JRE_LIB_DIR)/i386/$(subst $(EXPORT_JRE_LIB_DIR)/,,$@) $@
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
498
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
499 universalize: $(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
500 endif
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
501
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
502 universal_product:
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
503 $(QUIETLY) $(MAKE) ARCH_DATA_MODEL=32 MACOSX_UNIVERSAL=true all_product
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
504 $(QUIETLY) $(MAKE) ARCH_DATA_MODEL=64 MACOSX_UNIVERSAL=true all_product
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
505 $(MKDIR) -p $(EXPORT_JRE_LIB_DIR)/{client,server}
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
506 $(QUIETLY) $(MAKE) MACOSX_UNIVERSAL=true universalize
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
507
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
508 universal_fastdebug:
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
509 $(QUIETLY) $(MAKE) ARCH_DATA_MODEL=32 MACOSX_UNIVERSAL=true all_fastdebug
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
510 $(QUIETLY) $(MAKE) ARCH_DATA_MODEL=64 MACOSX_UNIVERSAL=true all_fastdebug
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
511 $(MKDIR) -p $(EXPORT_JRE_LIB_DIR)/{client,server}
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
512 $(QUIETLY) $(MAKE) MACOSX_UNIVERSAL=true universalize
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
513
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
514 universal_debug:
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
515 $(QUIETLY) $(MAKE) ARCH_DATA_MODEL=32 MACOSX_UNIVERSAL=true all_debug
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
516 $(QUIETLY) $(MAKE) ARCH_DATA_MODEL=64 MACOSX_UNIVERSAL=true all_debug
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
517 $(MKDIR) -p $(EXPORT_JRE_LIB_DIR)/{client,server}
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
518 $(QUIETLY) $(MAKE) MACOSX_UNIVERSAL=true universalize
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
519
0
a61af66fc99e Initial load
duke
parents:
diff changeset
520 #
a61af66fc99e Initial load
duke
parents:
diff changeset
521 # Check target
a61af66fc99e Initial load
duke
parents:
diff changeset
522 #
a61af66fc99e Initial load
duke
parents:
diff changeset
523 check: variable_check
a61af66fc99e Initial load
duke
parents:
diff changeset
524
a61af66fc99e Initial load
duke
parents:
diff changeset
525 #
a61af66fc99e Initial load
duke
parents:
diff changeset
526 # Help target
a61af66fc99e Initial load
duke
parents:
diff changeset
527 #
a61af66fc99e Initial load
duke
parents:
diff changeset
528 help: intro_help target_help variable_help notes_help examples_help
a61af66fc99e Initial load
duke
parents:
diff changeset
529
a61af66fc99e Initial load
duke
parents:
diff changeset
530 # Intro help message
a61af66fc99e Initial load
duke
parents:
diff changeset
531 intro_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
532 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
533 "Makefile for the Hotspot workspace."
a61af66fc99e Initial load
duke
parents:
diff changeset
534 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
535 "Default behavior is to build and create an export area for the j2se builds."
a61af66fc99e Initial load
duke
parents:
diff changeset
536
a61af66fc99e Initial load
duke
parents:
diff changeset
537 # Target help
a61af66fc99e Initial load
duke
parents:
diff changeset
538 target_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
539 @$(ECHO) "help: This help message"
a61af66fc99e Initial load
duke
parents:
diff changeset
540 @$(ECHO) "all: Same as: all_product all_fastdebug"
a61af66fc99e Initial load
duke
parents:
diff changeset
541 @$(ECHO) "world: Same as: all create_jdk"
a61af66fc99e Initial load
duke
parents:
diff changeset
542 @$(ECHO) "all_product: Same as: product product1 export_product"
a61af66fc99e Initial load
duke
parents:
diff changeset
543 @$(ECHO) "all_fastdebug: Same as: fastdebug fastdebug1 export_fastdebug"
a61af66fc99e Initial load
duke
parents:
diff changeset
544 @$(ECHO) "all_debug: Same as: jvmg jvmg1 export_debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
545 @$(ECHO) "all_optimized: Same as: optimized optimized1 export_optimized"
a61af66fc99e Initial load
duke
parents:
diff changeset
546 @$(ECHO) "clean: Clean all areas"
a61af66fc99e Initial load
duke
parents:
diff changeset
547 @$(ECHO) "export_product: Export product files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
548 @$(ECHO) "export_fastdebug: Export fastdebug files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
549 @$(ECHO) "export_debug: Export debug files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
550 @$(ECHO) "export_optimized: Export optimized files to EXPORT_PATH"
a61af66fc99e Initial load
duke
parents:
diff changeset
551 @$(ECHO) "create_jdk: Create JDK image, export all files into it"
a61af66fc99e Initial load
duke
parents:
diff changeset
552 @$(ECHO) "update_jdk: Update JDK image with fresh exported files"
a61af66fc99e Initial load
duke
parents:
diff changeset
553 @$(ECHO) " "
a61af66fc99e Initial load
duke
parents:
diff changeset
554 @$(ECHO) "Others targets are:"
a61af66fc99e Initial load
duke
parents:
diff changeset
555 @$(ECHO) " $(C1_VM_TARGETS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
556 @$(ECHO) " $(C2_VM_TARGETS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
557 @$(ECHO) " $(KERNEL_VM_TARGETS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
558
a61af66fc99e Initial load
duke
parents:
diff changeset
559 # Variable help (only common ones used by this workspace)
a61af66fc99e Initial load
duke
parents:
diff changeset
560 variable_help: variable_help_intro variable_list variable_help_end
a61af66fc99e Initial load
duke
parents:
diff changeset
561 variable_help_intro:
a61af66fc99e Initial load
duke
parents:
diff changeset
562 @$(ECHO) "--- Common Variables ---"
a61af66fc99e Initial load
duke
parents:
diff changeset
563 variable_help_end:
a61af66fc99e Initial load
duke
parents:
diff changeset
564 @$(ECHO) " "
a61af66fc99e Initial load
duke
parents:
diff changeset
565 @$(ECHO) "--- Make Arguments ---"
a61af66fc99e Initial load
duke
parents:
diff changeset
566 @$(ECHO) "MAKE_ARGS=$(MAKE_ARGS)"
a61af66fc99e Initial load
duke
parents:
diff changeset
567
a61af66fc99e Initial load
duke
parents:
diff changeset
568 # One line descriptions for the variables
a61af66fc99e Initial load
duke
parents:
diff changeset
569 SLASH_JAVA.desc = Root of all build tools, e.g. /java or J:
a61af66fc99e Initial load
duke
parents:
diff changeset
570 OUTPUTDIR.desc = Output directory, default is build/<osname>
a61af66fc99e Initial load
duke
parents:
diff changeset
571 BOOTDIR.desc = JDK used to compile agent java source and test with
a61af66fc99e Initial load
duke
parents:
diff changeset
572 JDK_IMPORT_PATH.desc = Promoted JDK to copy for 'create_jdk'
a61af66fc99e Initial load
duke
parents:
diff changeset
573 EXPORT_PATH.desc = Directory to place files to export for JDK build
a61af66fc99e Initial load
duke
parents:
diff changeset
574
a61af66fc99e Initial load
duke
parents:
diff changeset
575 # Make variables to print out (description and value)
a61af66fc99e Initial load
duke
parents:
diff changeset
576 VARIABLE_PRINTVAL_LIST += \
a61af66fc99e Initial load
duke
parents:
diff changeset
577 SLASH_JAVA \
a61af66fc99e Initial load
duke
parents:
diff changeset
578 OUTPUTDIR \
a61af66fc99e Initial load
duke
parents:
diff changeset
579 BOOTDIR \
a61af66fc99e Initial load
duke
parents:
diff changeset
580 JDK_IMPORT_PATH \
a61af66fc99e Initial load
duke
parents:
diff changeset
581 EXPORT_PATH
a61af66fc99e Initial load
duke
parents:
diff changeset
582
a61af66fc99e Initial load
duke
parents:
diff changeset
583 # Make variables that should refer to directories that exist
a61af66fc99e Initial load
duke
parents:
diff changeset
584 VARIABLE_CHECKDIR_LIST += \
a61af66fc99e Initial load
duke
parents:
diff changeset
585 SLASH_JAVA \
a61af66fc99e Initial load
duke
parents:
diff changeset
586 BOOTDIR \
a61af66fc99e Initial load
duke
parents:
diff changeset
587 JDK_IMPORT_PATH
a61af66fc99e Initial load
duke
parents:
diff changeset
588
a61af66fc99e Initial load
duke
parents:
diff changeset
589 # For pattern rules below, so all are treated the same
a61af66fc99e Initial load
duke
parents:
diff changeset
590 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
a61af66fc99e Initial load
duke
parents:
diff changeset
591 DO_CHECKDIR_LIST=$(VARIABLE_CHECKDIR_LIST:%=%.checkdir)
a61af66fc99e Initial load
duke
parents:
diff changeset
592
a61af66fc99e Initial load
duke
parents:
diff changeset
593 # Complete variable check
a61af66fc99e Initial load
duke
parents:
diff changeset
594 variable_check: $(DO_CHECKDIR_LIST)
a61af66fc99e Initial load
duke
parents:
diff changeset
595 variable_list: $(DO_PRINTVAL_LIST) variable_check
a61af66fc99e Initial load
duke
parents:
diff changeset
596
a61af66fc99e Initial load
duke
parents:
diff changeset
597 # Pattern rule for printing out a variable
a61af66fc99e Initial load
duke
parents:
diff changeset
598 %.printval:
a61af66fc99e Initial load
duke
parents:
diff changeset
599 @$(ECHO) " ALT_$* - $($*.desc)"
a61af66fc99e Initial load
duke
parents:
diff changeset
600 @$(ECHO) " $*=$($*)"
a61af66fc99e Initial load
duke
parents:
diff changeset
601
a61af66fc99e Initial load
duke
parents:
diff changeset
602 # Pattern rule for checking to see if a variable with a directory exists
a61af66fc99e Initial load
duke
parents:
diff changeset
603 %.checkdir:
a61af66fc99e Initial load
duke
parents:
diff changeset
604 @if [ ! -d $($*) ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
605 $(ECHO) "WARNING: $* does not exist, try $(MAKE) sanity"; \
a61af66fc99e Initial load
duke
parents:
diff changeset
606 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
607
a61af66fc99e Initial load
duke
parents:
diff changeset
608 # Pattern rule for checking to see if a variable with a file exists
a61af66fc99e Initial load
duke
parents:
diff changeset
609 %.checkfil:
a61af66fc99e Initial load
duke
parents:
diff changeset
610 @if [ ! -f $($*) ] ; then \
a61af66fc99e Initial load
duke
parents:
diff changeset
611 $(ECHO) "WARNING: $* does not exist, try $(MAKE) sanity"; \
a61af66fc99e Initial load
duke
parents:
diff changeset
612 fi
a61af66fc99e Initial load
duke
parents:
diff changeset
613
a61af66fc99e Initial load
duke
parents:
diff changeset
614 # Misc notes on help
a61af66fc99e Initial load
duke
parents:
diff changeset
615 notes_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
616 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
617 "--- Notes --- "
a61af66fc99e Initial load
duke
parents:
diff changeset
618 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
619 "- JDK_IMPORT_PATH must refer to a compatible build, not all past promoted"
a61af66fc99e Initial load
duke
parents:
diff changeset
620 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
621 " builds or previous release JDK builds will work."
a61af66fc99e Initial load
duke
parents:
diff changeset
622 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
623 "- The fastest builds have been when the workspace and the BOOTDIR are on"
a61af66fc99e Initial load
duke
parents:
diff changeset
624 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
625 " local disk."
a61af66fc99e Initial load
duke
parents:
diff changeset
626
a61af66fc99e Initial load
duke
parents:
diff changeset
627 examples_help:
a61af66fc99e Initial load
duke
parents:
diff changeset
628 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
629 "--- Examples --- "
a61af66fc99e Initial load
duke
parents:
diff changeset
630 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
631 " $(MAKE) all"
a61af66fc99e Initial load
duke
parents:
diff changeset
632 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
633 " $(MAKE) world"
a61af66fc99e Initial load
duke
parents:
diff changeset
634 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
635 " $(MAKE) ALT_BOOTDIR=/opt/java/jdk$(PREVIOUS_JDK_VERSION)"
a61af66fc99e Initial load
duke
parents:
diff changeset
636 @$(ECHO) \
a61af66fc99e Initial load
duke
parents:
diff changeset
637 " $(MAKE) ALT_JDK_IMPORT_PATH=/opt/java/jdk$(JDK_VERSION)"
a61af66fc99e Initial load
duke
parents:
diff changeset
638
a61af66fc99e Initial load
duke
parents:
diff changeset
639 # JPRT rule to build this workspace
a61af66fc99e Initial load
duke
parents:
diff changeset
640 include $(GAMMADIR)/make/jprt.gmk
a61af66fc99e Initial load
duke
parents:
diff changeset
641
a61af66fc99e Initial load
duke
parents:
diff changeset
642 .PHONY: all world clobber clean help $(C1_VM_TARGETS) $(C2_VM_TARGETS) \
a61af66fc99e Initial load
duke
parents:
diff changeset
643 $(KERNEL_VM_TARGETS) \
a61af66fc99e Initial load
duke
parents:
diff changeset
644 generic_build1 generic_build2 generic_buildkernel generic_export \
a61af66fc99e Initial load
duke
parents:
diff changeset
645 export_product export_fastdebug export_debug export_optimized \
a61af66fc99e Initial load
duke
parents:
diff changeset
646 export_jdk_product export_jdk_fastdebug export_jdk_debug \
a61af66fc99e Initial load
duke
parents:
diff changeset
647 create_jdk copy_jdk update_jdk test_jdk \
4006
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
648 copy_product_jdk copy_fastdebug_jdk copy_debug_jdk universalize \
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3966
diff changeset
649 universal_product
0
a61af66fc99e Initial load
duke
parents:
diff changeset
650