author | wetmore |
Tue, 12 Mar 2013 15:31:49 -0700 | |
changeset 16067 | 36055e4b5305 |
parent 15051 | d32ad37472e6 |
child 17066 | b2bf9afdd360 |
child 16988 | 53de314b1c30 |
permissions | -rw-r--r-- |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
2 |
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
4 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
10 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
15 |
# accompanied this code). |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
16 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
20 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
23 |
# questions. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
24 |
# |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
25 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
26 |
# When you read this source. Remember that $(sort ...) has the side effect |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
27 |
# of removing duplicates. It is actually this side effect that is |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
28 |
# desired whenever sort is used below! |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
29 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
30 |
ifeq (,$(_MAKEBASE_GMK)) |
12801 | 31 |
$(error You must include MakeBase.gmk prior to including NativeCompilation.gmk) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
32 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
33 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
34 |
ifeq ($(COMPILER_TYPE),CC) |
14111 | 35 |
COMPILING_MSG=echo $(LOG_INFO) "Compiling $(notdir $1) (for $(notdir $2))" |
36 |
LINKING_MSG=echo $(LOG_INFO) "Linking $1" |
|
37 |
LINKING_EXE_MSG=echo $(LOG_INFO) "Linking executable $1" |
|
38 |
ARCHIVING_MSG=echo $(LOG_INFO) "Archiving $1" |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
39 |
else |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
40 |
COMPILING_MSG= |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
41 |
LINKING_MSG= |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
42 |
LINKING_EXE_MSG= |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
43 |
ARCHIVING_MSG= |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
44 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
45 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
46 |
define add_native_source |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
47 |
# param 1 = BUILD_MYPACKAGE |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
48 |
# parma 2 = the source file name (..../alfa.c or .../beta.cpp) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
49 |
# param 3 = the bin dir that stores all .o (.obj) and .d files. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
50 |
# param 4 = the c flags to the compiler |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
51 |
# param 5 = the c compiler |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
52 |
# param 6 = the c++ flags to the compiler |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
53 |
# param 7 = the c++ compiler |
13132 | 54 |
# param 8 = the flags to the assembler |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
55 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
56 |
ifneq (,$$(filter %.c,$2)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
57 |
# Compile as a C file |
13697 | 58 |
$1_$2_FLAGS=$4 $$($1_$(notdir $2)_CFLAGS) -DTHIS_FILE='"$$(<F)"' -c |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
59 |
$1_$2_COMP=$5 |
12801 | 60 |
$1_$2_DEP_FLAG:=$(C_FLAG_DEPS) |
61 |
else ifneq (,$$(filter %.m,$2)) |
|
62 |
# Compile as a objective-c file |
|
13697 | 63 |
$1_$2_FLAGS=-x objective-c $4 $$($1_$(notdir $2)_CFLAGS) -DTHIS_FILE='"$$(<F)"' -c |
12801 | 64 |
$1_$2_COMP=$5 |
65 |
$1_$2_DEP_FLAG:=$(C_FLAG_DEPS) |
|
13132 | 66 |
else ifneq (,$$(filter %.s,$2)) |
67 |
# Compile as assembler file |
|
13697 | 68 |
$1_$2_FLAGS=$8 -DTHIS_FILE='"$$(<F)"' |
13132 | 69 |
$1_$2_COMP=$(AS) |
70 |
$1_$2_DEP_FLAG:= |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
71 |
else |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
72 |
# Compile as a C++ file |
13697 | 73 |
$1_$2_FLAGS=$6 $$($1_$(notdir $2)_CXXFLAGS) -DTHIS_FILE='"$$(<F)"' -c |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
74 |
$1_$2_COMP=$7 |
12801 | 75 |
$1_$2_DEP_FLAG:=$(CXX_FLAG_DEPS) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
76 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
77 |
# Generate the .o (.obj) file name and place it in the bin dir. |
13132 | 78 |
$1_$2_OBJ:=$3/$$(patsubst %.cpp,%$(OBJ_SUFFIX),$$(patsubst %.c,%$(OBJ_SUFFIX),$$(patsubst %.m,%$(OBJ_SUFFIX),$$(patsubst %.s,%$(OBJ_SUFFIX),$$(notdir $2))))) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
79 |
# Only continue if this object file hasn't been processed already. This lets the first found |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
80 |
# source file override any other with the same name. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
81 |
ifeq (,$$(findstring $$($1_$2_OBJ),$$($1_OBJS_SO_FAR))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
82 |
$1_OBJS_SO_FAR+=$$($1_$2_OBJ) |
13132 | 83 |
ifeq (,$$(filter %.s,$2)) |
84 |
# And this is the dependency file for this obj file. |
|
85 |
$1_$2_DEP:=$$(patsubst %$(OBJ_SUFFIX),%.d,$$($1_$2_OBJ)) |
|
86 |
# Include previously generated dependency information. (if it exists) |
|
87 |
-include $$($1_$2_DEP) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
88 |
|
13132 | 89 |
ifeq ($(COMPILER_TYPE),CL) |
90 |
$1_$2_DEBUG_OUT_FLAGS:=-Fd$$(patsubst %$(OBJ_SUFFIX),%.pdb,$$($1_$2_OBJ)) \ |
|
91 |
-Fm$$(patsubst %$(OBJ_SUFFIX),%.map,$$($1_$2_OBJ)) |
|
92 |
endif |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
93 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
94 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
95 |
$$($1_$2_OBJ) : $2 |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
96 |
ifeq ($(COMPILER_TYPE),CC) |
14111 | 97 |
$$(call COMPILING_MSG,$2,$$($1_TARGET)) |
13132 | 98 |
$$($1_$2_COMP) $$($1_$2_FLAGS) $$($1_$2_DEP_FLAG) $$($1_$2_DEP) $(CC_OUT_OPTION)$$($1_$2_OBJ) $2 |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
99 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
100 |
ifeq ($(COMPILER_TYPE),CL) |
13132 | 101 |
$$($1_$2_COMP) $$($1_$2_FLAGS) $$($1_$2_DEBUG_OUT_FLAGS) $(CC_OUT_OPTION)$$($1_$2_OBJ) $2 |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
102 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
103 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
104 |
endef |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
105 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
106 |
define SetupNativeCompilation |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
107 |
# param 1 is for example BUILD_MYPACKAGE |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
108 |
# param 2,3,4,5,6,7,8 are named args. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
109 |
# SRC one or more directory roots to scan for C/C++ files. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
110 |
# LANG C or C++ |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
111 |
# CFLAGS the compiler flags to be used, used both for C and C++. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
112 |
# CXXFLAGS the compiler flags to be used for c++, if set overrides CFLAGS. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
113 |
# LDFLAGS the linker flags to be used, used both for C and C++. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
114 |
# LDFLAGS_SUFFIX the linker flags to be added last on the commandline |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
115 |
# typically the libraries linked to. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
116 |
# ARFLAGS the archiver flags to be used |
13132 | 117 |
# OBJECT_DIR the directory where we store the object files |
118 |
# LIBRARY the resulting library file |
|
119 |
# PROGRAM the resulting exec file |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
120 |
# INCLUDES only pick source from these directories |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
121 |
# EXCLUDES do not pick source from these directories |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
122 |
# INCLUDE_FILES only compile exactly these files! |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
123 |
# EXCLUDE_FILES with these names |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
124 |
# VERSIONINFO_RESOURCE Input file for RC. Setting this implies that RC will be run |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
125 |
# RC_FLAGS flags for RC. |
12801 | 126 |
# MAPFILE mapfile |
127 |
# REORDER reorder file |
|
13132 | 128 |
# DEBUG_SYMBOLS add debug symbols (if configured on) |
129 |
# CC the compiler to use, default is $(CC) |
|
130 |
# LDEXE the linker to use for linking executables, default is $(LDEXE) |
|
13697 | 131 |
# OPTIMIZATION sets optimization level to NONE, LOW, HIGH, HIGHEST |
14111 | 132 |
$(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25, $(if $($i),$1_$(strip $($i)))$(NEWLINE)) |
133 |
$(call LogSetupMacroEntry,SetupNativeCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15),$(16),$(17),$(18),$(19),$(20),$(21),$(22),$(23),$(24),$(25)) |
|
13697 | 134 |
$(if $(26),$(error Internal makefile error: Too many arguments to SetupNativeCompilation, please update NativeCompilation.gmk)) |
13132 | 135 |
|
136 |
ifneq (,$$($1_BIN)) |
|
137 |
$$(error BIN has been replaced with OBJECT_DIR) |
|
138 |
endif |
|
139 |
||
140 |
ifneq (,$$($1_LIB)) |
|
141 |
$$(error LIB has been replaced with LIBRARY) |
|
142 |
endif |
|
143 |
||
144 |
ifneq (,$$($1_EXE)) |
|
145 |
$$(error EXE has been replaced with PROGRAM) |
|
146 |
endif |
|
147 |
||
148 |
ifneq (,$$($1_LIBRARY)) |
|
149 |
ifeq (,$$($1_OUTPUT_DIR)) |
|
150 |
$$(error LIBRARY requires OUTPUT_DIR) |
|
151 |
endif |
|
152 |
||
153 |
ifneq ($$($1_LIBRARY),$(basename $$($1_LIBRARY))) |
|
154 |
$$(error directory of LIBRARY should be specified using OUTPUT_DIR) |
|
155 |
endif |
|
156 |
||
157 |
ifneq (,$(findstring $(SHARED_LIBRARY_SUFFIX),$$($1_LIBRARY))) |
|
158 |
$$(error LIBRARY should be specified without SHARED_LIBRARY_SUFFIX: $(SHARED_LIBRARY_SUFFIX)) |
|
159 |
endif |
|
160 |
||
161 |
ifneq (,$(findstring $(LIBRARY_PREFIX),$$($1_LIBRARY))) |
|
162 |
$$(error LIBRARY should be specified without LIBRARY_PREFIX: $(LIBRARY_PREFIX)) |
|
163 |
endif |
|
164 |
||
165 |
$1_BASENAME:=$(LIBRARY_PREFIX)$$($1_LIBRARY)$(SHARED_LIBRARY_SUFFIX) |
|
166 |
$1_TARGET:=$$($1_OUTPUT_DIR)/$$($1_BASENAME) |
|
167 |
||
168 |
endif |
|
169 |
||
170 |
ifneq (,$$($1_STATIC_LIBRARY)) |
|
171 |
ifeq (,$$($1_OUTPUT_DIR)) |
|
172 |
$$(error STATIC_LIBRARY requires OUTPUT_DIR) |
|
173 |
endif |
|
174 |
||
175 |
ifneq ($$($1_STATIC_LIBRARY),$(basename $$($1_STATIC_LIBRARY))) |
|
176 |
$$(error directory of STATIC_LIBRARY should be specified using OUTPUT_DIR) |
|
177 |
endif |
|
178 |
||
179 |
ifneq (,$(findstring $(STATIC_LIBRARY_SUFFIX),$$($1_STATIC_LIBRARY))) |
|
180 |
$$(error STATIC_LIBRARY should be specified without STATIC_LIBRARY_SUFFIX: $(STATIC_LIBRARY_SUFFIX)) |
|
181 |
endif |
|
182 |
||
183 |
ifneq (,$(findstring $(LIBRARY_PREFIX),$$($1_STATIC_LIBRARY))) |
|
184 |
$$(error STATIC_LIBRARY should be specified without LIBRARY_PREFIX: $(LIBRARY_PREFIX)) |
|
185 |
endif |
|
186 |
||
187 |
$1_BASENAME:=$(LIBRARY_PREFIX)$$($1_STATIC_LIBRARY)$(STATIC_LIBRARY_SUFFIX) |
|
188 |
$1_TARGET:=$$($1_OUTPUT_DIR)/$$($1_BASENAME) |
|
189 |
endif |
|
190 |
||
191 |
ifneq (,$$($1_PROGRAM)) |
|
192 |
ifeq (,$$($1_OUTPUT_DIR)) |
|
193 |
$$(error PROGRAM requires OUTPUT_DIR) |
|
194 |
endif |
|
195 |
||
196 |
ifneq ($$($1_PROGRAM),$(basename $$($1_PROGRAM))) |
|
197 |
$$(error directory of PROGRAM should be specified using OUTPUT_DIR) |
|
198 |
endif |
|
199 |
||
200 |
ifneq (,$(findstring $(EXE_SUFFIX),$$($1_PROGRAM))) |
|
201 |
$$(error PROGRAM should be specified without EXE_SUFFIX: $(EXE_SUFFIX)) |
|
202 |
endif |
|
203 |
||
204 |
$1_BASENAME:=$$($1_PROGRAM)$(EXE_SUFFIX) |
|
205 |
$1_TARGET:=$$($1_OUTPUT_DIR)/$$($1_BASENAME) |
|
206 |
||
207 |
endif |
|
208 |
||
209 |
ifeq (,$$($1_TARGET)) |
|
210 |
$$(error Neither PROGRAM, LIBRARY nor STATIC_LIBRARY has been specified for SetupNativeCompilation) |
|
211 |
endif |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
212 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
213 |
ifeq (,$$($1_LANG)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
214 |
$$(error You have to specify LANG for native compilation $1) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
215 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
216 |
ifeq (C,$$($1_LANG)) |
14111 | 217 |
ifeq ($$($1_LDEXE),) |
13132 | 218 |
$1_LDEXE:=$(LDEXE) |
14111 | 219 |
endif |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
220 |
$1_LD:=$(LD) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
221 |
else |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
222 |
ifeq (C++,$$($1_LANG)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
223 |
$1_LD:=$(LDCXX) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
224 |
$1_LDEXE:=$(LDEXECXX) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
225 |
else |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
226 |
$$(error Unknown native language $$($1_LANG) for $1) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
227 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
228 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
229 |
|
13132 | 230 |
ifeq ($$($1_CC),) |
231 |
$1_CC:=$(CC) |
|
232 |
endif |
|
233 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
234 |
# Make sure the dirs exist. |
14111 | 235 |
$$(eval $$(call MakeDir,$$($1_OBJECT_DIR) $$($1_OUTPUT_DIR))) |
236 |
$$(foreach d,$$($1_SRC), $$(if $$(wildcard $$d),,$$(error SRC specified to SetupNativeCompilation $1 contains missing directory $$d))) |
|
237 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
238 |
# Find all files in the source trees. Sort to remove duplicates. |
15051
d32ad37472e6
8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents:
14615
diff
changeset
|
239 |
$1_ALL_SRCS := $$(sort $$(call CacheFind,$$($1_SRC))) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
240 |
# Extract the C/C++ files. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
241 |
$1_EXCLUDE_FILES:=$$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$($1_EXCLUDE_FILES))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
242 |
$1_INCLUDE_FILES:=$$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$($1_INCLUDE_FILES))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
243 |
ifneq ($$($1_EXCLUDE_FILES),) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
244 |
$1_EXCLUDE_FILES:=$$(addprefix %,$$($1_EXCLUDE_FILES)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
245 |
endif |
13132 | 246 |
$1_SRCS := $$(filter-out $$($1_EXCLUDE_FILES),$$(filter %.s %.c %.cpp %.m,$$($1_ALL_SRCS))) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
247 |
ifneq (,$$(strip $$($1_INCLUDE_FILES))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
248 |
$1_SRCS := $$(filter $$($1_INCLUDE_FILES),$$($1_SRCS)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
249 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
250 |
ifeq (,$$($1_SRCS)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
251 |
$$(error No sources found for $1 when looking inside the dirs $$($1_SRC)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
252 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
253 |
# There can be only a single bin dir root, no need to foreach over the roots. |
13132 | 254 |
$1_BINS := $$(wildcard $$($1_OBJECT_DIR)/*$(OBJ_SUFFIX)) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
255 |
# Now we have a list of all c/c++ files to compile: $$($1_SRCS) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
256 |
# and we have a list of all existing object files: $$($1_BINS) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
257 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
258 |
# Prepend the source/bin path to the filter expressions. Then do the filtering. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
259 |
ifneq ($$($1_INCLUDES),) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
260 |
$1_SRC_INCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_INCLUDES)))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
261 |
$1_SRCS := $$(filter $$($1_SRC_INCLUDES),$$($1_SRCS)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
262 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
263 |
ifneq ($$($1_EXCLUDES),) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
264 |
$1_SRC_EXCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_EXCLUDES)))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
265 |
$1_SRCS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_SRCS)) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
266 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
267 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
268 |
# Calculate the expected output from compiling the sources (sort to remove duplicates. Also provides |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
269 |
# a reproducable order on the input files to the linker). |
13132 | 270 |
$1_EXPECTED_OBJS:=$$(sort $$(addprefix $$($1_OBJECT_DIR)/,$$(patsubst %.cpp,%$(OBJ_SUFFIX),$$(patsubst %.c,%$(OBJ_SUFFIX),$$(patsubst %.m,%$(OBJ_SUFFIX),$$(patsubst %.s,%$(OBJ_SUFFIX),$$(notdir $$($1_SRCS)))))))) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
271 |
# Are there too many object files on disk? Perhaps because some source file was removed? |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
272 |
$1_SUPERFLOUS_OBJS:=$$(sort $$(filter-out $$($1_EXPECTED_OBJS),$$($1_BINS))) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
273 |
# Clean out the superfluous object files. |
14111 | 274 |
ifneq ($$($1_SUPERFLUOUS_OBJS),) |
275 |
$$(shell $(RM) -f $$($1_SUPERFLUOUS_OBJS)) |
|
276 |
endif |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
277 |
|
13132 | 278 |
# Pickup extra OPENJDK_TARGET_OS_API and/or OPENJDK_TARGET_OS dependent variables for CFLAGS. |
279 |
$1_EXTRA_CFLAGS:=$$($1_CFLAGS_$(OPENJDK_TARGET_OS_API)) $$($1_CFLAGS_$(OPENJDK_TARGET_OS)) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
280 |
ifneq ($(DEBUG_LEVEL),release) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
281 |
# Pickup extra debug dependent variables for CFLAGS |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
282 |
$1_EXTRA_CFLAGS+=$$($1_CFLAGS_debug) |
13132 | 283 |
$1_EXTRA_CFLAGS+=$$($1_CFLAGS_$(OPENJDK_TARGET_OS_API)_debug) |
284 |
$1_EXTRA_CFLAGS+=$$($1_CFLAGS_$(OPENJDK_TARGET_OS)_debug) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
285 |
else |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
286 |
$1_EXTRA_CFLAGS+=$$($1_CFLAGS_release) |
13132 | 287 |
$1_EXTRA_CFLAGS+=$$($1_CFLAGS_$(OPENJDK_TARGET_OS_API)_release) |
288 |
$1_EXTRA_CFLAGS+=$$($1_CFLAGS_$(OPENJDK_TARGET_OS)_release) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
289 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
290 |
|
13132 | 291 |
# Pickup extra OPENJDK_TARGET_OS_API and/or OPENJDK_TARGET_OS dependent variables for CXXFLAGS. |
292 |
$1_EXTRA_CXXFLAGS:=$$($1_CXXFLAGS_$(OPENJDK_TARGET_OS_API)) $$($1_CXXFLAGS_$(OPENJDK_TARGET_OS)) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
293 |
ifneq ($(DEBUG_LEVEL),release) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
294 |
# Pickup extra debug dependent variables for CXXFLAGS |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
295 |
$1_EXTRA_CXXFLAGS+=$$($1_CXXFLAGS_debug) |
13132 | 296 |
$1_EXTRA_CXXFLAGS+=$$($1_CXXFLAGS_$(OPENJDK_TARGET_OS_API)_debug) |
297 |
$1_EXTRA_CXXFLAGS+=$$($1_CXXFLAGS_$(OPENJDK_TARGET_OS)_debug) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
298 |
else |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
299 |
$1_EXTRA_CXXFLAGS+=$$($1_CXXFLAGS_release) |
13132 | 300 |
$1_EXTRA_CXXFLAGS+=$$($1_CXXFLAGS_$(OPENJDK_TARGET_OS_API)_release) |
301 |
$1_EXTRA_CXXFLAGS+=$$($1_CXXFLAGS_$(OPENJDK_TARGET_OS)_release) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
302 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
303 |
|
13697 | 304 |
ifneq (,$$($1_DEBUG_SYMBOLS)) |
14615
2616975e69d3
8001753: build-infra: mismatch with full debug symbol control for hotspot
erikj
parents:
14111
diff
changeset
|
305 |
ifeq ($(ENABLE_DEBUG_SYMBOLS), true) |
13697 | 306 |
# Programs don't get the debug symbols added in the old build. It's not clear if |
307 |
# this is intentional. |
|
308 |
ifeq ($$($1_PROGRAM),) |
|
309 |
$1_EXTRA_CFLAGS+=$(CFLAGS_DEBUG_SYMBOLS) |
|
310 |
$1_EXTRA_CXXFLAGS+=$(CXXFLAGS_DEBUG_SYMBOLS) |
|
311 |
endif |
|
312 |
endif |
|
313 |
endif |
|
314 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
315 |
ifeq ($$($1_CXXFLAGS),) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
316 |
$1_CXXFLAGS:=$$($1_CFLAGS) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
317 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
318 |
ifeq ($$(strip $$($1_EXTRA_CXXFLAGS)),) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
319 |
$1_EXTRA_CXXFLAGS:=$$($1_EXTRA_CFLAGS) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
320 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
321 |
|
12801 | 322 |
ifneq (,$$($1_REORDER)) |
323 |
$1_EXTRA_CFLAGS += $$(C_FLAG_REORDER) |
|
324 |
$1_EXTRA_CXXFLAGS += $$(CXX_FLAG_REORDER) |
|
325 |
endif |
|
326 |
||
13132 | 327 |
ifeq (NONE, $$($1_OPTIMIZATION)) |
13697 | 328 |
$1_EXTRA_CFLAGS += $(C_O_FLAG_NONE) |
329 |
$1_EXTRA_CXXFLAGS += $(CXX_O_FLAG_NONE) |
|
13132 | 330 |
else ifeq (LOW, $$($1_OPTIMIZATION)) |
13697 | 331 |
$1_EXTRA_CFLAGS += $(C_O_FLAG_NORM) |
332 |
$1_EXTRA_CXXFLAGS += $(CXX_O_FLAG_NORM) |
|
13132 | 333 |
else ifeq (HIGH, $$($1_OPTIMIZATION)) |
13697 | 334 |
$1_EXTRA_CFLAGS += $(C_O_FLAG_HI) |
335 |
$1_EXTRA_CXXFLAGS += $(CXX_O_FLAG_HI) |
|
13132 | 336 |
else ifeq (HIGHEST, $$($1_OPTIMIZATION)) |
13697 | 337 |
$1_EXTRA_CFLAGS += $(C_O_FLAG_HIGHEST) |
338 |
$1_EXTRA_CXXFLAGS += $(CXX_O_FLAG_HIGHEST) |
|
13132 | 339 |
else ifneq (, $$($1_OPTIMIZATION)) |
13697 | 340 |
$$(error Unknown value for OPTIMIZATION: $$($1_OPTIMIZATION)) |
13132 | 341 |
endif |
342 |
||
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
343 |
# Now call add_native_source for each source file we are going to compile. |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
344 |
$$(foreach p,$$($1_SRCS),\ |
13132 | 345 |
$$(eval $$(call add_native_source,$1,$$p,$$($1_OBJECT_DIR),\ |
346 |
$$($1_CFLAGS) $$($1_EXTRA_CFLAGS),$$($1_CC),\ |
|
347 |
$$($1_CXXFLAGS) $$($1_EXTRA_CXXFLAGS),$(CXX),$$($1_ASFLAGS)))) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
348 |
|
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
349 |
# On windows we need to create a resource file |
13697 | 350 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
351 |
ifneq (,$$($1_VERSIONINFO_RESOURCE)) |
13132 | 352 |
$1_RES:=$$($1_OBJECT_DIR)/$$($1_BASENAME).res |
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
353 |
$$($1_RES): $$($1_VERSIONINFO_RESOURCE) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
354 |
$(RC) $$($1_RC_FLAGS) $(CC_OUT_OPTION)$$@ $$($1_VERSIONINFO_RESOURCE) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
355 |
endif |
12801 | 356 |
ifneq (,$$($1_MANIFEST)) |
13132 | 357 |
$1_GEN_MANIFEST:=$$($1_OBJECT_DIR)/$$($1_PROGRAM).manifest |
12801 | 358 |
IMVERSIONVALUE:=$(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(COOKED_BUILD_NUMBER) |
359 |
$$($1_GEN_MANIFEST): $$($1_MANIFEST) |
|
360 |
$(SED) 's%IMVERSION%$$(IMVERSIONVALUE)%g;s%PROGRAM%$$($1_PROGRAM)%g' $$< > $$@ |
|
361 |
endif |
|
362 |
endif |
|
363 |
||
364 |
# mapfile doesnt seem to be implemented on macosx (yet??) |
|
13132 | 365 |
ifneq ($(OPENJDK_TARGET_OS),macosx) |
366 |
ifneq ($(OPENJDK_TARGET_OS),windows) |
|
367 |
$1_REAL_MAPFILE:=$$($1_MAPFILE) |
|
12801 | 368 |
ifneq (,$$($1_REORDER)) |
13132 | 369 |
$1_REAL_MAPFILE:=$$($1_OBJECT_DIR)/mapfile |
12801 | 370 |
|
371 |
$$($1_REAL_MAPFILE) : $$($1_MAPFILE) $$($1_REORDER) |
|
372 |
$$(MKDIR) -p $$(@D) |
|
373 |
$$(CP) $$($1_MAPFILE) $$@.tmp |
|
13132 | 374 |
$$(SED) -e 's=OUTPUTDIR=$$($1_OBJECT_DIR)=' $$($1_REORDER) >> $$@.tmp |
12801 | 375 |
$$(MV) $$@.tmp $$@ |
376 |
endif |
|
377 |
endif |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
378 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
379 |
|
13697 | 380 |
# Pickup extra OPENJDK_TARGET_OS_API and/or OPENJDK_TARGET_OS dependent variables |
381 |
# for LDFLAGS and LDFLAGS_SUFFIX |
|
13132 | 382 |
$1_EXTRA_LDFLAGS:=$$($1_LDFLAGS_$(OPENJDK_TARGET_OS_API)) $$($1_LDFLAGS_$(OPENJDK_TARGET_OS)) |
383 |
$1_EXTRA_LDFLAGS_SUFFIX:=$$($1_LDFLAGS_SUFFIX_$(OPENJDK_TARGET_OS_API)) $$($1_LDFLAGS_SUFFIX_$(OPENJDK_TARGET_OS)) |
|
12801 | 384 |
ifneq (,$$($1_REAL_MAPFILE)) |
13132 | 385 |
$1_EXTRA_LDFLAGS += $(call SET_SHARED_LIBRARY_MAPFILE,$$($1_REAL_MAPFILE)) |
12801 | 386 |
endif |
387 |
||
13132 | 388 |
$1 := $$($1_TARGET) |
389 |
ifneq (,$$($1_LIBRARY)) |
|
390 |
# Generating a dynamic library. |
|
391 |
$1_EXTRA_LDFLAGS+=$$(call SET_SHARED_LIBRARY_NAME,$$($1_BASENAME)) |
|
392 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
393 |
$1_EXTRA_LDFLAGS+="-implib:$$($1_OBJECT_DIR)/$$($1_LIBRARY).lib" |
|
394 |
endif |
|
395 |
||
396 |
ifneq (,$$($1_DEBUG_SYMBOLS)) |
|
14615
2616975e69d3
8001753: build-infra: mismatch with full debug symbol control for hotspot
erikj
parents:
14111
diff
changeset
|
397 |
ifeq ($(ENABLE_DEBUG_SYMBOLS), true) |
13132 | 398 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
399 |
$1_EXTRA_LDFLAGS+="-pdb:$$($1_OBJECT_DIR)/$$($1_LIBRARY).pdb" \ |
|
400 |
"-map:$$($1_OBJECT_DIR)/$$($1_LIBRARY).map" |
|
401 |
endif |
|
402 |
||
13697 | 403 |
ifneq ($$($1_OUTPUT_DIR),$$($1_OBJECT_DIR)) |
404 |
$$($1_OUTPUT_DIR)/% : $$($1_OBJECT_DIR)/% |
|
13132 | 405 |
$(CP) $$< $$@ |
13697 | 406 |
endif |
13132 | 407 |
|
408 |
ifeq ($(OPENJDK_TARGET_OS), solaris) |
|
409 |
# gobjcopy crashes on "empty" section headers with the SHF_ALLOC flag set. |
|
410 |
# Use $(FIX_EMPTY_SEC_HDR_FLAGS) to clear the SHF_ALLOC flag (if set) from |
|
411 |
# empty section headers until a fixed $(OBJCOPY) is available. |
|
412 |
# An empty section header has sh_addr == 0 and sh_size == 0. |
|
413 |
# This problem has only been seen on Solaris X64, but we call this tool |
|
414 |
# on all Solaris builds just in case. |
|
415 |
# |
|
416 |
# $(OBJCOPY) --add-gnu-debuglink=... corrupts SUNW_* sections. |
|
417 |
# Use $(ADD_GNU_DEBUGLINK) until a fixed $(OBJCOPY) is available. |
|
418 |
$$($1_OBJECT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).debuginfo : $$($1_TARGET) \ |
|
419 |
$(FIX_EMPTY_SEC_HDR_FLAGS) $(ADD_GNU_DEBUGLINK) |
|
420 |
$(RM) $$@ |
|
14111 | 421 |
$(FIX_EMPTY_SEC_HDR_FLAGS) $(LOG_INFO) $$< |
13132 | 422 |
$(OBJCOPY) --only-keep-debug $$< $$@ |
14111 | 423 |
$(CD) $$(@D) && $(ADD_GNU_DEBUGLINK) $(LOG_INFO) $$(@F) $$< |
13132 | 424 |
else # not solaris |
425 |
$$($1_OBJECT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).debuginfo : $$($1_TARGET) |
|
426 |
$(RM) $$@ |
|
427 |
$(OBJCOPY) --only-keep-debug $$< $$@ |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
13132
diff
changeset
|
428 |
$(CD) $$(@D) && $(OBJCOPY) --add-gnu-debuglink=$$(@F) $$< |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
13132
diff
changeset
|
429 |
endif # Touch to not retrigger rule on rebuild |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
13132
diff
changeset
|
430 |
$(TOUCH) $$@ |
13132 | 431 |
|
14615
2616975e69d3
8001753: build-infra: mismatch with full debug symbol control for hotspot
erikj
parents:
14111
diff
changeset
|
432 |
ifeq ($(ZIP_DEBUGINFO_FILES), true) |
13132 | 433 |
$1 += $$($1_OUTPUT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).diz |
434 |
||
435 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
436 |
$$($1_OBJECT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).diz : $$($1_TARGET) |
|
437 |
$(CD) $$($1_OBJECT_DIR) \ |
|
438 |
&& $(ZIP) -q $$@ $$($1_LIBRARY).map $$($1_LIBRARY).pdb |
|
439 |
else |
|
440 |
$$($1_OBJECT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).diz : $$($1_TARGET) \ |
|
441 |
$$($1_OBJECT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).debuginfo |
|
442 |
$(CD) $$($1_OBJECT_DIR) \ |
|
443 |
&& $(ZIP) -q $$@ $$(LIBRARY_PREFIX)$$($1_LIBRARY).debuginfo |
|
444 |
endif |
|
445 |
else |
|
446 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
447 |
$1 += $$($1_OUTPUT_DIR)/$$($1_LIBRARY).map \ |
|
448 |
$$($1_OUTPUT_DIR)/$$($1_LIBRARY).pdb |
|
449 |
else |
|
450 |
$1 += $$($1_OUTPUT_DIR)/$$(LIBRARY_PREFIX)$$($1_LIBRARY).debuginfo |
|
451 |
endif |
|
452 |
endif |
|
453 |
endif |
|
454 |
endif |
|
455 |
||
456 |
$$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES) $$($1_REAL_MAPFILE) |
|
457 |
$$(call LINKING_MSG,$$($1_BASENAME)) |
|
458 |
$$($1_LD) $$($1_LDFLAGS) $$($1_EXTRA_LDFLAGS) $(LD_OUT_OPTION)$$@ \ |
|
459 |
$$($1_EXPECTED_OBJS) $$($1_RES) $$($1_LDFLAGS_SUFFIX) \ |
|
460 |
$$($1_EXTRA_LDFLAGS_SUFFIX) |
|
461 |
||
462 |
endif |
|
463 |
||
464 |
ifneq (,$$($1_STATIC_LIBRARY)) |
|
465 |
# Generating a static library, ie object file archive. |
|
466 |
$$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES) |
|
467 |
$$(call ARCHIVING_MSG,$$($1_LIBRARY)) |
|
468 |
$(AR) $$($1_AR_FLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \ |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
469 |
$$($1_RES) $$($1_LDFLAGS_SUFFIX) $$($1_EXTRA_LDFLAGS_SUFFIX) |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
470 |
endif |
13132 | 471 |
|
472 |
ifneq (,$$($1_PROGRAM)) |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
473 |
# A executable binary has been specified, setup the target for it. |
13132 | 474 |
ifneq (,$$($1_DEBUG_SYMBOLS)) |
14615
2616975e69d3
8001753: build-infra: mismatch with full debug symbol control for hotspot
erikj
parents:
14111
diff
changeset
|
475 |
ifeq ($(ENABLE_DEBUG_SYMBOLS), true) |
13132 | 476 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
477 |
$1_EXTRA_LDFLAGS+="-pdb:$$($1_OBJECT_DIR)/$$($1_PROGRAM).pdb" \ |
|
478 |
"-map:$$($1_OBJECT_DIR)/$$($1_PROGRAM).map" |
|
479 |
endif |
|
480 |
||
13697 | 481 |
ifneq ($$($1_OUTPUT_DIR),$$($1_OBJECT_DIR)) |
482 |
$$($1_OUTPUT_DIR)/% : $$($1_OBJECT_DIR)/% |
|
13132 | 483 |
$(CP) $$< $$@ |
13697 | 484 |
endif |
13132 | 485 |
|
486 |
ifeq ($(OPENJDK_TARGET_OS), solaris) |
|
487 |
# gobjcopy crashes on "empty" section headers with the SHF_ALLOC flag set. |
|
488 |
# Use $(FIX_EMPTY_SEC_HDR_FLAGS) to clear the SHF_ALLOC flag (if set) from |
|
489 |
# empty section headers until a fixed $(OBJCOPY) is available. |
|
490 |
# An empty section header has sh_addr == 0 and sh_size == 0. |
|
491 |
# This problem has only been seen on Solaris X64, but we call this tool |
|
492 |
# on all Solaris builds just in case. |
|
493 |
# |
|
494 |
# $(OBJCOPY) --add-gnu-debuglink=... corrupts SUNW_* sections. |
|
495 |
# Use $(ADD_GNU_DEBUGLINK) until a fixed $(OBJCOPY) is available. |
|
496 |
$$($1_OBJECT_DIR)/$$($1_PROGRAM).debuginfo : $$($1_TARGET) \ |
|
497 |
$(FIX_EMPTY_SEC_HDR_FLAGS) $(ADD_GNU_DEBUGLINK) |
|
498 |
$(RM) $$@ |
|
14111 | 499 |
$(FIX_EMPTY_SEC_HDR_FLAGS) $(LOG_INFO) $$< |
13132 | 500 |
$(OBJCOPY) --only-keep-debug $$< $$@ |
14111 | 501 |
$(CD) $$(@D) && $(ADD_GNU_DEBUGLINK) $(LOG_INFO) $$(@F) $$< |
13132 | 502 |
else # not solaris |
503 |
$$($1_OBJECT_DIR)/$$($1_PROGRAM).debuginfo : $$($1_TARGET) |
|
504 |
$(RM) $$@ |
|
505 |
$(OBJCOPY) --only-keep-debug $$< $$@ |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
13132
diff
changeset
|
506 |
$(CD) $$(@D) && $(OBJCOPY) --add-gnu-debuglink=$$(@F) $$< |
13132 | 507 |
endif |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
13132
diff
changeset
|
508 |
$(TOUCH) $$@ |
13132 | 509 |
|
14615
2616975e69d3
8001753: build-infra: mismatch with full debug symbol control for hotspot
erikj
parents:
14111
diff
changeset
|
510 |
ifeq ($(ZIP_DEBUGINFO_FILES), true) |
13132 | 511 |
$1 += $$($1_OUTPUT_DIR)/$$($1_PROGRAM).diz |
512 |
||
513 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
514 |
$$($1_OBJECT_DIR)/$$($1_PROGRAM).diz : $$($1_TARGET) |
|
515 |
$(CD) $$($1_OBJECT_DIR) \ |
|
516 |
&& $(ZIP) -q $$@ $$($1_PROGRAM).map $$($1_PROGRAM).pdb |
|
517 |
else |
|
518 |
$$($1_OBJECT_DIR)/$$(PROGRAM_PREFIX)$$($1_PROGRAM).diz : $$($1_TARGET) \ |
|
519 |
$$($1_OBJECT_DIR)/$$($1_PROGRAM).debuginfo |
|
520 |
$(CD) $$($1_OBJECT_DIR) \ |
|
521 |
&& $(ZIP) -q $$@ $$($1_PROGRAM).debuginfo |
|
522 |
endif |
|
523 |
else |
|
524 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
|
525 |
$1 += $$($1_OUTPUT_DIR)/$$($1_PROGRAM).map \ |
|
526 |
$$($1_OUTPUT_DIR)/$$($1_PROGRAM).pdb |
|
527 |
else |
|
528 |
$1 += $$($1_OUTPUT_DIR)/$$($1_PROGRAM).debuginfo |
|
529 |
endif |
|
530 |
endif |
|
531 |
endif |
|
532 |
endif |
|
533 |
||
534 |
$$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES) $$($1_GEN_MANIFEST) |
|
535 |
$$(call LINKING_EXE_MSG,$$($1_BASENAME)) |
|
536 |
$$($1_LDEXE) $$($1_LDFLAGS) $$($1_EXTRA_LDFLAGS) $(EXE_OUT_OPTION)$$($1_TARGET) \ |
|
12801 | 537 |
$$($1_EXPECTED_OBJS) $$($1_RES) $$($1_LDFLAGS_SUFFIX) \ |
538 |
$$($1_EXTRA_LDFLAGS_SUFFIX) |
|
539 |
ifneq (,$$($1_GEN_MANIFEST)) |
|
14111 | 540 |
$(MT) -nologo -manifest $$($1_GEN_MANIFEST) -outputresource:$$@;#1 |
12801 | 541 |
endif |
13132 | 542 |
|
12258
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
543 |
endif |
6ec26f6cc53e
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
544 |
endef |