author | alanb |
Tue, 03 May 2016 09:11:31 +0100 | |
changeset 37827 | 09fa0c82a5f7 |
parent 34289 | 2d1821a50263 |
permissions | -rw-r--r-- |
10565 | 1 |
# |
25639
61be16de0fd5
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou
parents:
22754
diff
changeset
|
2 |
# Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. |
10565 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
# |
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
20 |
# or visit www.oracle.com if you need additional information or have any |
|
21 |
# questions. |
|
25639
61be16de0fd5
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou
parents:
22754
diff
changeset
|
22 |
# |
10565 | 23 |
# |
24 |
||
25 |
# top.make is included in the Makefile in the build directories. |
|
26 |
# It DOES NOT include the vm dependency info in order to be faster. |
|
27 |
# Its main job is to implement the incremental form of make lists. |
|
28 |
# It also: |
|
29 |
# -builds and runs adlc via adlc.make |
|
30 |
# -generates JVMTI source and docs via jvmti.make (JSR-163) |
|
31 |
||
32 |
# It assumes the following flags are set: |
|
33 |
# CFLAGS Platform_file, Src_Dirs_I, Src_Dirs_V, SYSDEFS, AOUT, Obj_Files |
|
34 |
||
35 |
# -- D. Ungar (5/97) from a file by Bill Bush |
|
36 |
||
37 |
# Don't override the built-in $(MAKE). |
|
38 |
# Instead, use "gmake" (or "gnumake") from the command line. --Rose |
|
39 |
#MAKE = gmake |
|
40 |
||
41 |
include $(GAMMADIR)/make/altsrc.make |
|
42 |
||
43 |
TOPDIR = $(shell echo `pwd`) |
|
44 |
GENERATED = $(TOPDIR)/../generated |
|
45 |
VM = $(GAMMADIR)/src/share/vm |
|
46 |
Plat_File = $(Platform_file) |
|
25639
61be16de0fd5
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou
parents:
22754
diff
changeset
|
47 |
CDG = cd $(GENERATED); |
10565 | 48 |
|
11205
f07e6dd70a1f
7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
stefank
parents:
10739
diff
changeset
|
49 |
ifneq ($(USE_PRECOMPILED_HEADER),0) |
25639
61be16de0fd5
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou
parents:
22754
diff
changeset
|
50 |
UpdatePCH = $(MAKE) -f vm.make $(PRECOMPILED_HEADER) $(MFLAGS) |
10565 | 51 |
else |
11205
f07e6dd70a1f
7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
stefank
parents:
10739
diff
changeset
|
52 |
UpdatePCH = \# precompiled header is not used |
10565 | 53 |
endif |
54 |
||
55 |
Cached_plat = $(GENERATED)/platform.current |
|
56 |
||
57 |
AD_Dir = $(GENERATED)/adfiles |
|
58 |
ADLC = $(AD_Dir)/adlc |
|
59 |
AD_Spec = $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad) |
|
60 |
AD_Src = $(call altsrc-replace,$(HS_COMMON_SRC)/share/vm/adlc) |
|
61 |
AD_Names = ad_$(Platform_arch_model).hpp ad_$(Platform_arch_model).cpp |
|
62 |
AD_Files = $(AD_Names:%=$(AD_Dir)/%) |
|
63 |
||
64 |
# AD_Files_If_Required/COMPILER1 = ad_stuff |
|
65 |
AD_Files_If_Required/COMPILER2 = ad_stuff |
|
66 |
AD_Files_If_Required/TIERED = ad_stuff |
|
67 |
AD_Files_If_Required = $(AD_Files_If_Required/$(TYPE)) |
|
68 |
||
69 |
# Wierd argument adjustment for "gnumake -j..." |
|
70 |
adjust-mflags = $(GENERATED)/adjust-mflags |
|
26565
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
71 |
# If SPEC is set, it's from configure and it's already controlling concurrency |
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
72 |
# for us. Skip setting -j with HOTSPOT_BUILD_JOBS. |
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
73 |
ifeq ($(SPEC), ) |
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
74 |
MFLAGS-adjusted = -r `$(adjust-mflags) "$(MFLAGS)" "$(HOTSPOT_BUILD_JOBS)"` |
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
75 |
else |
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
76 |
MFLAGS-adjusted = -r $(MFLAGS) |
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
77 |
endif |
10565 | 78 |
|
79 |
||
80 |
# default target: update lists, make vm |
|
81 |
# done in stages to force sequential order with parallel make |
|
82 |
# |
|
83 |
||
84 |
default: vm_build_preliminaries the_vm |
|
85 |
@echo All done. |
|
86 |
||
87 |
# This is an explicit dependency for the sake of parallel makes. |
|
34289
2d1821a50263
8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents:
26565
diff
changeset
|
88 |
vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff trace_stuff dtrace_stuff |
10565 | 89 |
@# We need a null action here, so implicit rules don't get consulted. |
90 |
||
91 |
$(Cached_plat): $(Plat_File) |
|
25639
61be16de0fd5
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou
parents:
22754
diff
changeset
|
92 |
$(CDG) $(CP) $(Plat_File) $(Cached_plat) |
10565 | 93 |
|
94 |
# make AD files as necessary |
|
95 |
ad_stuff: $(Cached_plat) $(adjust-mflags) |
|
96 |
@$(MAKE) -f adlc.make $(MFLAGS-adjusted) |
|
97 |
||
98 |
# generate JVMTI files from the spec |
|
99 |
jvmti_stuff: $(Cached_plat) $(adjust-mflags) |
|
100 |
@$(MAKE) -f jvmti.make $(MFLAGS-adjusted) |
|
101 |
||
18025 | 102 |
# generate trace files |
103 |
trace_stuff: jvmti_stuff $(Cached_plat) $(adjust-mflags) |
|
104 |
@$(MAKE) -f trace.make $(MFLAGS-adjusted) |
|
105 |
||
10739 | 106 |
ifeq ($(OS_VENDOR), Darwin) |
107 |
# generate dtrace header files |
|
108 |
dtrace_stuff: $(Cached_plat) $(adjust-mflags) |
|
109 |
@$(MAKE) -f dtrace.make dtrace_stuff $(MFLAGS-adjusted) GENERATED=$(GENERATED) |
|
110 |
else |
|
111 |
dtrace_stuff: |
|
112 |
@# We need a null action here, so implicit rules don't get consulted. |
|
113 |
endif |
|
114 |
||
10565 | 115 |
# and the VM: must use other makefile with dependencies included |
116 |
||
117 |
# We have to go to great lengths to get control over the -jN argument |
|
118 |
# to the recursive invocation of vm.make. The problem is that gnumake |
|
119 |
# resets -jN to -j1 for recursive runs. (How helpful.) |
|
120 |
# Note that the user must specify the desired parallelism level via a |
|
121 |
# command-line or environment variable name HOTSPOT_BUILD_JOBS. |
|
122 |
$(adjust-mflags): $(GAMMADIR)/make/$(Platform_os_family)/makefiles/adjust-mflags.sh |
|
123 |
@+rm -f $@ $@+ |
|
124 |
@+cat $< > $@+ |
|
125 |
@+chmod +x $@+ |
|
126 |
@+mv $@+ $@ |
|
127 |
||
128 |
the_vm: vm_build_preliminaries $(adjust-mflags) |
|
26565
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
129 |
+@$(UpdatePCH) |
10565 | 130 |
@$(MAKE) -f vm.make $(MFLAGS-adjusted) |
131 |
||
22754 | 132 |
install : the_vm |
11784
715f58266a42
7143766: add ALT_JDK_IMAGE_DIR and improve test_jdk
twisti
parents:
11205
diff
changeset
|
133 |
@$(MAKE) -f vm.make $@ |
10565 | 134 |
|
135 |
# next rules support "make foo.[ois]" |
|
136 |
||
137 |
%.o %.i %.s: |
|
26565
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
138 |
+$(UpdatePCH) |
10565 | 139 |
$(MAKE) -f vm.make $(MFLAGS) $@ |
140 |
#$(MAKE) -f vm.make $@ |
|
141 |
||
142 |
# this should force everything to be rebuilt |
|
25639
61be16de0fd5
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou
parents:
22754
diff
changeset
|
143 |
clean: |
10565 | 144 |
rm -f $(GENERATED)/*.class |
145 |
$(MAKE) -f vm.make $(MFLAGS) clean |
|
146 |
||
147 |
# just in case it doesn't, this should do it |
|
148 |
realclean: |
|
149 |
$(MAKE) -f vm.make $(MFLAGS) clean |
|
150 |
rm -fr $(GENERATED) |
|
151 |
||
152 |
.PHONY: default vm_build_preliminaries |
|
34289
2d1821a50263
8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents:
26565
diff
changeset
|
153 |
.PHONY: lists ad_stuff jvmti_stuff the_vm clean realclean |
10565 | 154 |
.PHONY: checks check_os_version install |
26565
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
155 |
|
32d2efad175d
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj
parents:
25639
diff
changeset
|
156 |
.NOTPARALLEL: |