source: trunk/kBuild/header.kmk@ 3306

Last change on this file since 3306 was 3305, checked in by bird, 6 years ago

header.kmk,footer.kmk: Moved _DEPFILES_INCLUDED definition to the header since the KB_FN_AUTO_CMD_DEPS_EX macros references it during makefile loading and would leave all it's .auto-dep files behind.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 54.7 KB
Line 
1# $Id: header.kmk 3305 2020-01-14 15:11:48Z bird $
2## @file
3# kBuild - File included at top of a makefile.
4#
5
6#
7# Copyright (c) 2004-2017 knut st. osmundsen <bird-kBuild-spam-xviiv@anduin.net>
8#
9# This file is part of kBuild.
10#
11# kBuild is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 2 of the License, or
14# (at your option) any later version.
15#
16# kBuild is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with kBuild; if not, write to the Free Software
23# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24#
25#
26# As a special exception you are granted permission to include this file, via
27# the kmk include directive, as you wish without this in itself causing the
28# resulting makefile, program or whatever to be covered by the GPL license.
29# This exception does not however invalidate any other reasons why the makefile,
30# program, whatever should not be covered the GPL.
31#
32#
33
34ifndef __header_kmk__
35# start-of-file-content
36ifdef KBUILD_PROFILE_SELF
37 _KBUILD_TS_HEADER_START := $(nanots ) # just a dummy warm up query
38 $(info prof: since start - since previous -- event description)
39 ifeq ($(KBUILD_PROFILE_SELF),2)
40 $(info stat: $(make-stats ))
41 endif
42 _KBUILD_TS_HEADER_START := $(nanots )
43 _KBUILD_TS_PREV := $(_KBUILD_TS_HEADER_START)
44
45 _KBUILD_FMT_ELAPSED_EX = $(int-div $(int-add $(int-sub $1, $2),500000),1000000)ms
46 _KBUILD_FMT_ELAPSED = $(call _KBUILD_FMT_ELAPSED_EX,$(_KBUILD_TS_NOW),$1)
47
48define def_profile_self
49 _KBUILD_TS_NOW := $(nanots )
50 $(info prof: $(call _KBUILD_FMT_ELAPSED,$(_KBUILD_TS_HEADER_START)) - $(call _KBUILD_FMT_ELAPSED, $(_KBUILD_TS_PREV)) -- $(strip $1))
51 ifeq ($(KBUILD_PROFILE_SELF),2)
52 $(info stat: $(make-stats ))
53 endif
54 _KBUILD_TS_PREV := $(_KBUILD_TS_NOW)
55endef
56
57endif
58
59
60#
61# Check make version before we do anything else.
62#
63ifndef KMK_VERSION
64 $(error kBuild: The kmk default variable KMK_VERSION isn't defined! Make sure you are using 'kmk' and not 'make', 'gmake', 'kmk_gmake', 'dmake' or any other make program)
65endif
66ifneq ($(KBUILD_VERSION_MAJOR).$(KBUILD_VERSION_MINOR),0.1)
67 ifneq ($(KBUILD_VERSION_MAJOR),0)
68 $(warning kBuild: kmk major version mismatch! Expected '0' but found '$(KBUILD_VERSION_MAJOR)'!)
69 else
70 $(warning kBuild: kmk minor version mismatch! Expected '1' but found '$(KBUILD_VERSION_MINOR)'!)
71 endif
72else
73 if $(KBUILD_VERSION_PATCH) < 999
74 $(error kBuild: kmk version mismatch! Expected 0.1.999 or later. Actual version is $(KBUILD_VERSION).)
75 endif
76endif
77
78#
79# The revision in which this file was last modified.
80# This can be useful when using development versions of kBuild.
81#
82KMK_REVISION := $(patsubst %:,, $Rev: 3305 $ )
83
84
85#
86# Define the default goal.
87#
88.PHONY: all all_recursive
89all: all_recursive
90
91#
92# The phony FORCE target.
93#
94.PHONY: FORCE
95FORCE:
96
97
98#
99# Enable delete on error and second expansion of prerequisites and targets.
100#
101.DELETE_ON_ERROR:
102
103.SECONDEXPANSION:
104
105.SECONDTARGETEXPANSION:
106
107
108#
109# General purpose macros.
110#
111
112##
113# Newline character(s).
114define NL
115
116
117endef
118
119##
120# Tab character.
121TAB := $(subst ., ,.)
122
123##
124# Newline + tab characters (for generating commands).
125NLTAB = $(NL)$(TAB)
126
127##
128# Space character.
129SP := $(subst ., ,.)
130
131##
132# Hash character.
133define HASH
134#
135endef
136
137##
138# Colon character.
139COLON := :
140
141##
142# Semicolon character.
143SEMICOLON := ;
144
145##
146# Comma character.
147COMMA := ,
148
149##
150# Dot character.
151DOT := .
152
153##
154# Dollar character.
155DOLLAR := $$
156
157##
158# Equal character.
159EQUAL := =
160
161##
162# Percent character.
163PERCENT := %
164
165##
166# Single quote character.
167SQUOTE := '
168
169##
170# Double quote character.
171DQUOTE := "
172
173##
174# Opening parenthesis.
175OPENPAR := (
176
177##
178# Closing parenthesis.
179CLOSEPAR := )
180
181
182#
183# The list of standard build types in kBuild.
184#
185# This list can be extended in Config.kmk and it's possible to extend
186# (inherit) another build type.
187#
188KBUILD_BLD_TYPES := release profile debug
189
190
191#
192# The OSes, Architectures and CPUs that kBuild recognizes.
193#
194# When kBuild is ported to a new OS or architecture a unique keyword needs
195# to be assigned to it and added here. This strictness is required because
196# this keyword namespace is shared between OSes, architectures, cpus and
197# build types. (PORTME)
198#
199KBUILD_OSES := darwin dos dragonfly freebsd gnuhurd gnukfbsd gnuknbsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic
200KBUILD_ARCHES := x86 amd64 noarch alpha arm32 arm64 hppa32 hppa64 ia64 m68k mips32 mips64 ppc32 ppc64 s390 s390x sh32 sh64 sparc32 sparc64 x32
201KBUILD_ARCHES_64 := amd64 alpha arm64 hppa64 ia64 mips64 ppc64 s390x sh64 sparc64 x32
202KBUILD_ARCHES_32 := x86 arm32 hppa32 m68k mips32 ppc32 s390 sh32 sparc32
203
204
205
206#
207# Mapping of kBuild OS + ARCH to GNU system type wildcards.
208# For use with the foreach/append/prepend and wildcard functions.
209#
210KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.darwin.x86 = i?86-apple-darwin*
211KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.darwin.amd64 = x86_64-apple-darwin* amd64-apple-darwin*
212KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.freebsd.x86 = i?86-*freebsd*
213KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.freebsd.amd64 = x86_64-*freebsd* amd64-*freebsd*
214KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.linux.x86 = i?86-*linux-gnu
215KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.linux.amd64 = x86_64-*linux-gnu amd64-*linux-gnu
216KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.netbsd.x86 = i?86-*netbsd*
217KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.netbsd.amd64 = x86_64-*netbsd* amd64-*netbsd*
218KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.os2.x86 = i?86-*os2*
219KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.solaris.x86 = i?86-*solaris2*
220KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.solaris.amd64 = amd64-*solaris2* x86_64-*solaris2*
221KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.solaris.sparc32 = sparc-*solaris2*
222KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.solaris.sparc64 = sparc64-*solaris2* sparcv9-*solaris2*
223KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.win.x86 = i?86-*mingw32* i?86-*msys* i?86-*cygwin*
224KBUILD_OSARCH_2_GNU_SYSTEM_TYPES.win.amd64 = x86_64-*mingw64* amd64-*mingw64* x86_64-*msys* amd64-*msys* x86_64-*cygwin* amd64-*cygwin*
225
226
227#
228# Set default build type.
229#
230ifndef KBUILD_TYPE
231 ifdef BUILD_TYPE
232 KBUILD_TYPE := $(BUILD_TYPE)
233 endif
234else ifdef BUILD_TYPE
235 ifneq ($(KBUILD_TYPE),$(BUILD_TYPE))
236 ifeq ($(origin KBUILD_TYPE):$(origin BUILD_TYPE),environment:command line)
237 KBUILD_TYPE := $(BUILD_TYPE)
238 else ifneq ($(origin KBUILD_TYPE):$(origin BUILD_TYPE),command line:environment)
239 $(error kBuild: KBUILD_TYPE and BUILD_TYPE disagree.)
240 endif
241 endif
242endif
243override BUILD_TYPE = $(KBUILD_TYPE)
244
245ifndef KBUILD_TYPE
246 KBUILD_TYPE := release
247else
248 if1of ($(KBUILD_TYPE), $(KBUILD_OSES) $(KBUILD_ARCHES))
249 $(error kBuild: The KBUILD_TYPE value '$(KBUILD_TYPE)' is an OS or architecture!)
250 endif
251 ifneq (.$(words $(KBUILD_TYPE)).$(KBUILD_TYPE).,.1.$(strip $(KBUILD_TYPE)).)
252 $(error kBuild: The KBUILD_TYPE value '$(KBUILD_TYPE)' contains spaces/tabs!)
253 endif
254endif
255
256
257#
258# Host platform legacy
259# kmk deals with this, so this is only temporary until I've rebuilt everything.
260#
261ifndef KBUILD_HOST
262 KBUILD_HOST := $(BUILD_PLATFORM)
263endif
264ifndef KBUILD_HOST_ARCH
265 KBUILD_HOST_ARCH := $(BUILD_PLATFORM_ARCH)
266endif
267ifndef KBUILD_HOST_CPU
268 KBUILD_HOST_CPU := $(BUILD_PLATFORM_CPU)
269endif
270
271
272#
273# Assert valid build platform variables.
274#
275# All these are set by kmk so they shouldn't be any trouble
276# unless the user starts messing about with environment variables.
277#
278ifneq (.$(words $(KBUILD_HOST)).$(KBUILD_HOST).,.1.$(strip $(KBUILD_HOST)).)
279 $(error kBuild: The KBUILD_HOST value '$(KBUILD_HOST)' contains spaces/tabs!)
280endif
281ifneq ($(words $(filter $(KBUILD_HOST),$(KBUILD_OSES))),1)
282 $(error kBuild: KBUILD_HOST value '$(KBUILD_HOST)' is not recognized (valid: $(KBUILD_OSES)))
283endif
284
285ifneq (.$(words $(KBUILD_HOST_ARCH)).$(KBUILD_HOST_ARCH).,.1.$(strip $(KBUILD_HOST_ARCH)).)
286 $(error kBuild: The KBUILD_HOST_ARCH value '$(KBUILD_HOST_ARCH)' contains spaces/tabs!)
287endif
288ifneq ($(words $(filter $(KBUILD_HOST_ARCH),$(KBUILD_ARCHES))),1)
289 $(error kBuild: KBUILD_HOST_ARCH value '$(KBUILD_HOST_ARCH)' is not recognized (valid: $(KBUILD_ARCHES)))
290endif
291
292ifeq ($(strip $(KBUILD_HOST_CPU)),)
293 KBUILD_HOST_CPU := blend
294else
295 ifneq (.$(words $(KBUILD_HOST_CPU)).$(KBUILD_HOST_CPU).,.1.$(strip $(KBUILD_HOST_CPU)).)
296 $(error kBuild: The KBUILD_HOST_CPU value '$(KBUILD_HOST_CPU)' contains spaces/tabs!)
297 endif
298 if1of ($(KBUILD_HOST_CPU), $(KBUILD_OSES) $(KBUILD_ARCHES))
299 $(error kBuild: The KBUILD_HOST_CPU value '$(KBUILD_HOST_CPU)' was found in the OS or architecture keywords!)
300 endif
301 ifeq ($(KBUILD_HOST_CPU),$(KBUILD_TYPE))
302 $(error kBuild: The KBUILD_HOST_CPU value '$(KBUILD_HOST_CPU)' is the same as the KBUILD_TYPE!)
303 endif
304endif
305
306
307#
308# Deal with target platform legacy.
309#
310ifndef KBUILD_TARGET
311 ifdef BUILD_TARGET
312 KBUILD_TARGET := $(BUILD_TARGET)
313 endif
314else ifdef BUILD_TARGET
315 ifneq ($(KBUILD_TARGET),$(BUILD_TARGET))
316 ifeq ($(origin KBUILD_TARGET):$(origin BUILD_TARGET),environment:command line)
317 KBUILD_TARGET := $(BUILD_TARGET)
318 else ifneq ($(origin KBUILD_TARGET):$(origin BUILD_TARGET),command line:environment)
319 $(error kBuild: KBUILD_TARGET and BUILD_TARGET disagree)
320 endif
321 endif
322endif
323override BUILD_TARGET = $(KBUILD_TARGET)
324
325ifndef KBUILD_TARGET_ARCH
326 ifdef BUILD_TARGET_ARCH
327 KBUILD_TARGET_ARCH := $(BUILD_TARGET_ARCH)
328 endif
329else ifdef BUILD_TARGET_ARCH
330 ifneq ($(KBUILD_TARGET_ARCH),$(BUILD_TARGET_ARCH))
331 ifeq ($(origin KBUILD_TARGET_ARCH):$(origin BUILD_TARGET_ARCH),environment:command line)
332 KBUILD_TARGET_ARCH := $(BUILD_TARGET_ARCH)
333 else ifneq ($(origin KBUILD_TARGET_ARCH):$(origin BUILD_TARGET_ARCH),command line:environment)
334 $(error kBuild: KBUILD_TARGET_ARCH and BUILD_TARGET_ARCH disagree)
335 endif
336 endif
337endif
338override BUILD_TARGET_ARCH = $(KBUILD_TARGET_ARCH)
339
340ifndef KBUILD_TARGET_CPU
341 ifdef BUILD_TARGET_CPU
342 KBUILD_TARGET_CPU := $(BUILD_TARGET_CPU)
343 endif
344else ifdef BUILD_TARGET_CPU
345 ifneq ($(KBUILD_TARGET_CPU),$(BUILD_TARGET_CPU))
346 ifeq ($(origin KBUILD_TARGET_CPU):$(origin BUILD_TARGET_CPU),environment:command line)
347 KBUILD_TARGET_CPU := $(BUILD_TARGET_CPU)
348 else ifneq ($(origin KBUILD_TARGET_CPU):$(origin BUILD_TARGET_CPU),command line:environment)
349 $(error kBuild: KBUILD_TARGET_CPU and BUILD_TARGET_CPU disagree)
350 endif
351 endif
352endif
353override BUILD_TARGET_CPU = $(KBUILD_TARGET_CPU)
354
355
356#
357# Assert or set default target platform.
358# When not defined use the corresponding KBUILD_HOST value.
359#
360ifndef KBUILD_TARGET
361 KBUILD_TARGET := $(KBUILD_HOST)
362else
363 ifneq (.$(words $(KBUILD_TARGET)).$(KBUILD_TARGET).,.1.$(strip $(KBUILD_TARGET)).)
364 $(error kBuild: The KBUILD_TARGET value '$(KBUILD_TARGET)' contains spaces/tabs!)
365 endif
366 ifneq ($(words $(filter $(KBUILD_TARGET),$(KBUILD_OSES))),1)
367 $(error kBuild: KBUILD_TARGET value '$(KBUILD_TARGET)' is not recognized (valid: $(KBUILD_OSES)))
368 endif
369endif
370
371ifndef KBUILD_TARGET_ARCH
372 KBUILD_TARGET_ARCH := $(KBUILD_HOST_ARCH)
373else
374 ifneq (.$(words $(KBUILD_TARGET_ARCH)).$(KBUILD_TARGET_ARCH).,.1.$(strip $(KBUILD_TARGET_ARCH)).)
375 $(error kBuild: The KBUILD_TARGET_ARCH value '$(KBUILD_TARGET_ARCH)' contains spaces/tabs!)
376 endif
377 ifneq ($(words $(filter $(KBUILD_TARGET_ARCH),$(KBUILD_ARCHES))),1)
378 $(error kBuild: KBUILD_TARGET_ARCH value '$(KBUILD_TARGET_ARCH)' is not recognized (valid: $(KBUILD_ARCHES)))
379 endif
380endif
381
382ifndef KBUILD_TARGET_CPU
383 KBUILD_TARGET_CPU := $(KBUILD_HOST_CPU)
384else ifeq ($(strip $(KBUILD_TARGET_CPU)),)
385 ifeq ($(KBUILD_TARGET_ARCH),$(KBUILD_HOST_ARCH))
386 KBUILD_TARGET_CPU := $(KBUILD_HOST_CPU)
387 else
388 KBUILD_TARGET_CPU := blend
389 endif
390else
391 ifneq (.$(words $(KBUILD_TARGET_CPU)).$(KBUILD_TARGET_CPU).,.1.$(strip $(KBUILD_TARGET_CPU)).)
392 $(error kBuild: The KBUILD_TARGET_CPU value '$(KBUILD_TARGET_CPU)' contains spaces/tabs!)
393 endif
394 if1of ($(KBUILD_TARGET_CPU), $(KBUILD_OSES) $(KBUILD_ARCHES))
395 $(error kBuild: The KBUILD_TARGET_CPU value was found in the OS or architecture keywords!)
396 endif
397 ifeq ($(KBUILD_TARGET_CPU),$(KBUILD_TYPE))
398 $(error kBuild: The KBUILD_TARGET_CPU value '$(KBUILD_TARGET_CPU)' is the same as the KBUILD_TYPE!)
399 endif
400endif
401
402# Short hand for $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH).
403KBUILD_TARGET_DOT_ARCH = $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)
404KBUILD_HOST_DOT_ARCH = $(KBUILD_HOST).$(KBUILD_TARGET_ARCH)
405
406
407#
408# Paths and stuff.
409#
410
411# Adjust DEPTH first.
412DEPTH := $(strip $(DEPTH))
413ifeq ($(DEPTH),)
414 DEPTH := .
415endif
416
417## PATH_CURRENT is the current directory (getcwd).
418PATH_CURRENT := $(abspath $(CURDIR))
419## PATH_SUB_CURRENT points to current directory of the current makefile.
420# Meaning that it will change value as we enter and exit sub-makefiles.
421PATH_SUB_CURRENT := $(PATH_CURRENT)
422## PATH_ROOT points to the project root directory.
423PATH_ROOT := $(abspath $(PATH_CURRENT)/$(DEPTH))
424## PATH_SUB_ROOT points to the directory of the top-level makefile.
425ifneq ($(strip $(SUB_DEPTH)),)
426 SUB_DEPTH := $(strip $(SUB_DEPTH))
427 PATH_SUB_ROOT := $(abspath $(PATH_CURRENT)/$(SUB_DEPTH))
428else
429 PATH_SUB_ROOT := $(PATH_CURRENT)
430endif
431
432## CURSUBDIR is PATH_SUB_ROOT described relative to PATH_ROOT.
433# This variable is used to determin where the object files and other output goes.
434ifneq ($(PATH_ROOT),$(PATH_SUB_ROOT))
435 CURSUBDIR := $(patsubst $(PATH_ROOT)/%,%,$(PATH_SUB_ROOT))
436else
437 CURSUBDIR := .
438endif
439
440# Install directory layout. Relative to PATH_INS.
441KBUILD_INST_PATHS := BIN DLL SYS LIB DOC DEBUG SBIN LIBEXEC SHARE
442INST_BIN = bin/
443if1of ($(KBUILD_TARGET), win)
444INST_DLL = bin/
445else
446INST_DLL = lib/
447endif
448if1of ($(KBUILD_TARGET), os2 win)
449INST_SYS = drivers/
450else
451INST_SYS = kernel/
452endif
453INST_LIB = lib/
454INST_DOC = share/doc/
455INST_DEBUG = debug/
456INST_SBIN = sbin/
457INST_LIBEXEC = libexec/
458INST_SHARE = share/
459
460# Staging directory layout. Relative to PATH_STAGE.
461STAGE_BIN = $(INST_BIN)
462STAGE_DLL = $(INST_DLL)
463STAGE_SYS = $(INST_SYS)
464STAGE_LIB = $(INST_LIB)
465STAGE_DOC = $(INST_DOC)
466STAGE_DEBUG = $(INST_DEBUG)
467STAGE_SBIN = $(INST_SBIN)
468STAGE_LIBEXEC = $(INST_LIBEXEC)
469STAGE_SHARE = $(INST_SHARE)
470
471# Install and staging directory paths.
472$(foreach path, $(KBUILD_INST_PATHS), \
473 $(eval PATH_STAGE_$(path) = $$(patsubst %/,%,$$(PATH_STAGE)/$$(STAGE_$(path)))) \
474 $(eval PATH_INST_$(path) = $$(patsubst %/,%,$$(PATH_INS)/$$(INST_$(path)))) \
475)
476
477# Output directories.
478ifndef PATH_OUT_BASE
479 PATH_OUT_BASE := $(PATH_ROOT)/out
480endif
481ifndef PATH_OUT
482 ifdef BUILD_TARGET_SUB # (BUILD_TARGET_SUB is not currently recognized by kBuild in any other places - obsolete)
483 PATH_OUT = $(PATH_OUT_BASE)/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH).$(BUILD_TARGET_SUB)/$(KBUILD_TYPE)
484 else
485 PATH_OUT = $(PATH_OUT_BASE)/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/$(KBUILD_TYPE)
486 endif
487endif # !define PATH_OUT
488PATH_OBJCACHE = $(PATH_OUT_BASE)/kObjCache
489PATH_OBJ = $(PATH_OUT)/obj
490PATH_TARGET = $(PATH_OBJ)/$(CURSUBDIR)
491PATH_STAGE = $(PATH_OUT)/stage
492ifndef PATH_INS
493 ifdef DESTROOT
494PATH_INS = $(DESTROOT)
495 else
496PATH_INS = $(PATH_OUT)/dist
497 endif
498endif
499
500# Tripwire obsolete PATH defines.
501PATH_BIN = $(error kBuild: PATH_BIN is obsoleted in kBuild 0.1.2. Use PATH_STAGE_BIN or PATH_INST_BIN instead)
502PATH_DLL = $(error kBuild: PATH_LIB is obsoleted in kBuild 0.1.2. Use PATH_STAGE_DLL or PATH_INST_DLL instead)
503PATH_LIB = $(error kBuild: PATH_LIB is obsoleted in kBuild 0.1.2. Use PATH_STAGE_LIB or PATH_INST_LIB instead)
504PATH_SYS = $(error kBuild: PATH_SYS is obsoleted in kBuild 0.1.2. Use PATH_STAGE_SYS or PATH_INST_SYS instead)
505PATH_DOC = $(error kBuild: PATH_DOC is obsoleted in kBuild 0.1.2. Use PATH_STAGE_DOC or PATH_INST_DOC instead)
506
507# Development tool tree.
508ifndef KBUILD_DEVTOOLS
509 ifeq ($(PATH_DEVTOOLS),)
510 KBUILD_DEVTOOLS = $(PATH_ROOT)/tools
511 else
512 KBUILD_DEVTOOLS := $(PATH_DEVTOOLS)
513 endif
514endif
515KBUILD_DEVTOOLS_TRG ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)
516KBUILD_DEVTOOLS_HST ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)
517
518if1of ($(KBUILD_TARGET_ARCH), amd64 hppa64 mips64 ppc64 s390x sparc64)
519 ifeq ($(KBUILD_TARGET_ARCH),amd64)
520 KBUILD_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).x86
521 else ifeq ($(KBUILD_TARGET_ARCH),hppa64)
522 KBUILD_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).hppa32
523 else ifeq ($(KBUILD_TARGET_ARCH),mips64)
524 KBUILD_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).mips32
525 else ifeq ($(KBUILD_TARGET_ARCH),ppc64)
526 KBUILD_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).ppc32
527 else ifeq ($(KBUILD_TARGET_ARCH),s390x)
528 KBUILD_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).s390
529 else ifeq ($(KBUILD_TARGET_ARCH),sparc64)
530 KBUILD_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_TARGET).sparc32
531 endif
532endif
533
534if1of ($(KBUILD_HOST_ARCH), amd64 hppa64 mips64 ppc64 s390x sparc64)
535 ifeq ($(KBUILD_HOST_ARCH),amd64)
536 KBUILD_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).x86
537 else ifeq ($(KBUILD_HOST_ARCH),hppa64)
538 KBUILD_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).hppa32
539 else ifeq ($(KBUILD_HOST_ARCH),mips64)
540 KBUILD_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).mips32
541 else ifeq ($(KBUILD_HOST_ARCH),ppc64)
542 KBUILD_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).ppc32
543 else ifeq ($(KBUILD_HOST_ARCH),s390x)
544 KBUILD_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).s390
545 else ifeq ($(KBUILD_HOST_ARCH),sparc64)
546 KBUILD_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).sparc32
547 endif
548endif
549
550# Deprecated legacy names.
551PATH_DEVTOOLS ?= $(KBUILD_DEVTOOLS)
552PATH_DEVTOOLS_TRG ?= $(KBUILD_DEVTOOLS_TRG)
553PATH_DEVTOOLS_BLD ?= $(KBUILD_DEVTOOLS_TRG)
554PATH_DEVTOOLS_TRG_ALT ?= $(KBUILD_DEVTOOLS_TRG_ALT)
555PATH_DEVTOOLS_HST ?= $(KBUILD_DEVTOOLS_HST)
556PATH_DEVTOOLS_HST_ALT ?= $(KBUILD_DEVTOOLS_HST_ALT)
557
558# KBUILD_PATH / PATH_KBUILD is determined by kmk.
559ifndef KBUILD_PATH
560 KBUILD_PATH := $(PATH_KBUILD)
561endif
562ifeq ($(strip $(KBUILD_PATH)),)
563 $(error kBuild: KBUILD_PATH is missing or empty! kmk is supposed to set it.)
564endif
565# KBUILD_BIN_PATH / PATH_KBUILD_BIN is determined by kmk.
566ifndef KBUILD_BIN_PATH
567 KBUILD_BIN_PATH := $(PATH_KBUILD_BIN)
568endif
569ifeq ($(strip $(KBUILD_BIN_PATH)),)
570 $(error kBuild: KBUILD_BIN_PATH is missing or empty! kmk is supposed to set it.)
571endif
572
573# kBuild files which might be of interest.
574FILE_KBUILD_HEADER := $(KBUILD_PATH)/header.kmk
575#FILE_KBUILD_CONFIG := $(KBUILD_PATH)/config.kmk
576FILE_KBUILD_FOOTER := $(KBUILD_PATH)/footer.kmk
577FILE_KBUILD_SUB_HEADER := $(KBUILD_PATH)/subheader.kmk
578FILE_KBUILD_SUB_FOOTER := $(KBUILD_PATH)/subfooter.kmk
579
580## MAKEFILE is the name of the main makefile.
581MAKEFILE := $(firstword $(MAKEFILE_LIST))
582## MAKEFILE_CURRENT is the name of the current makefile.
583# This is updated everything a sub-makefile is included.
584MAKEFILE_CURRENT := $(MAKEFILE)
585
586
587## @todo this should be done via SUFF_XYZ.target/host...
588
589#
590# Build platform setup.
591# (PORTME)
592#
593if1of ($(KBUILD_HOST), win nt)
594# Win, Win32, Win64, NT.
595EXEC_X86_WIN32 :=
596HOSTSUFF_EXE := .exe
597HOST_PATH_SEP := $(SEMICOLON)
598
599# OS/2.
600else ifeq ($(KBUILD_HOST),os2)
601EXEC_X86_WIN32 := innopec.exe
602HOSTSUFF_EXE := .exe
603HOST_PATH_SEP := $(SEMICOLON)
604
605else if1of ($(KBUILD_HOST), dragonfly freebsd gnukfbsd gnuknbsd linux openbsd netbsd)
606# Unix (like) systems with wine.
607EXEC_X86_WIN32 := wine
608HOSTSUFF_EXE :=
609HOST_PATH_SEP := $(COLON)
610
611else
612# Unix (like) systems without wine.
613EXEC_X86_WIN32 := false
614HOSTSUFF_EXE :=
615HOST_PATH_SEP := $(COLON)
616endif
617
618
619#
620# Build target setup.
621# (PORTME)
622#
623SUFF_DEP := .dep
624SUFF_BIN :=
625if1of ($(KBUILD_TARGET), win nt os2)
626SUFF_OBJ := .obj
627SUFF_LIB := .lib
628SUFF_DLL := .dll
629SUFF_EXE := .exe
630SUFF_SYS := .sys
631SUFF_RES := .res
632else ifeq ($(KBUILD_TARGET),l4)
633SUFF_OBJ := .o
634SUFF_LIB := .a
635SUFF_DLL := .s.so
636SUFF_EXE :=
637SUFF_SYS := .a
638SUFF_RES :=
639else ifeq ($(KBUILD_TARGET),darwin)
640SUFF_OBJ := .o
641SUFF_LIB := .a
642SUFF_DLL := .dylib
643SUFF_EXE :=
644SUFF_SYS :=
645SUFF_RES :=
646else
647SUFF_OBJ := .o
648SUFF_LIB := .a
649SUFF_DLL := .so
650SUFF_EXE :=
651 if1of ($(KBUILD_TARGET), dragonfly freebsd gnukfbsd gnuknbsd linux netbsd openbsd) ## @todo check netbsd, gnuknbsd and openbsd.
652SUFF_SYS := .ko
653 else
654SUFF_SYS :=
655 endif
656SUFF_RES :=
657endif
658
659#
660# Standard kBuild tools.
661#
662ifeq ($(KMK),kmk)
663KMK := $(KBUILD_BIN_PATH)/kmk$(HOSTSUFF_EXE)
664endif
665MAKE := $(KMK)
666
667GMAKE := $(KBUILD_BIN_PATH)/kmk_gmake$(HOSTSUFF_EXE)
668
669#DEP_EXT := $(KBUILD_BIN_PATH)/kDep$(HOSTSUFF_EXE)
670#DEP_INT := $(KBUILD_BIN_PATH)/kDep$(HOSTSUFF_EXE)
671#DEP := $(DEP_INT)
672
673DEP_IDB_EXT := $(KBUILD_BIN_PATH)/kDepIDB$(HOSTSUFF_EXE)
674DEP_IDB_INT := kmk_builtin_kDepIDB
675DEP_IDB := $(DEP_IDB_INT)
676
677DEP_OBJ_EXT := $(KBUILD_BIN_PATH)/kDepObj$(HOSTSUFF_EXE)
678DEP_OBJ_INT := kmk_builtin_kDepObj
679DEP_OBJ := $(DEP_OBJ_INT)
680
681DEP_PRE := $(KBUILD_BIN_PATH)/kDepPre$(HOSTSUFF_EXE)
682
683KOBJCACHE_EXT := $(KBUILD_BIN_PATH)/kObjCache$(HOSTSUFF_EXE)
684KOBJCACHE := $(KOBJCACHE_EXT)
685
686KLIBTWEAKER_EXT := $(KBUILD_BIN_PATH)/kLibTweaker$(HOSTSUFF_EXE)
687KLIBTWEAKER := $(KLIBTWEAKER_EXT)
688
689APPEND_EXT := $(KBUILD_BIN_PATH)/kmk_append$(HOSTSUFF_EXE)
690APPEND_INT := kmk_builtin_append
691APPEND := $(APPEND_INT)
692
693CAT_EXT := $(KBUILD_BIN_PATH)/kmk_cat$(HOSTSUFF_EXE)
694CAT_INT := kmk_builtin_cat
695CAT := $(CAT_INT)
696
697CHMOD_EXT := $(KBUILD_BIN_PATH)/kmk_chmod$(HOSTSUFF_EXE)
698CHMOD_INT := kmk_builtin_chmod
699CHMOD := $(CHMOD_INT)
700
701CMP_EXT := $(KBUILD_BIN_PATH)/kmk_cmp$(HOSTSUFF_EXE)
702CMP_INT := kmk_builtin_cmp
703CMP := $(CMP_INT)
704
705CP_EXT := $(KBUILD_BIN_PATH)/kmk_cp$(HOSTSUFF_EXE)
706CP_INT := kmk_builtin_cp
707CP := $(CP_INT)
708
709ECHO_EXT := $(KBUILD_BIN_PATH)/kmk_echo$(HOSTSUFF_EXE)
710ECHO_INT := kmk_builtin_echo
711ECHO := $(ECHO_INT)
712
713EXPR_EXT := $(KBUILD_BIN_PATH)/kmk_expr$(HOSTSUFF_EXE)
714EXPR_INT := kmk_builtin_expr
715EXPR := $(EXPR_INT)
716
717INSTALL_EXT := $(KBUILD_BIN_PATH)/kmk_install$(HOSTSUFF_EXE)
718INSTALL_INT := kmk_builtin_install
719INSTALL := $(INSTALL_INT)
720
721LN_EXT := $(KBUILD_BIN_PATH)/kmk_ln$(HOSTSUFF_EXE)
722LN_INT := kmk_builtin_ln
723LN := $(LN_INT)
724
725MD5SUM_EXT := $(KBUILD_BIN_PATH)/kmk_md5sum$(HOSTSUFF_EXE)
726MD5SUM_INT := kmk_builtin_md5sum
727MD5SUM := $(MD5SUM_INT)
728
729MKDIR_EXT := $(KBUILD_BIN_PATH)/kmk_mkdir$(HOSTSUFF_EXE)
730MKDIR_INT := kmk_builtin_mkdir
731MKDIR := $(MKDIR_INT)
732
733MV_EXT := $(KBUILD_BIN_PATH)/kmk_mv$(HOSTSUFF_EXE)
734MV_INT := kmk_builtin_mv
735MV := $(MV_INT)
736
737PRINTF_EXT := $(KBUILD_BIN_PATH)/kmk_printf$(HOSTSUFF_EXE)
738PRINTF_INT := kmk_builtin_printf
739PRINTF := $(PRINTF_INT)
740
741REDIRECT_EXT:= $(KBUILD_BIN_PATH)/kmk_redirect$(HOSTSUFF_EXE)
742if $(KBUILD_KMK_REVISION) > 2911
743REDIRECT_INT:= kmk_builtin_redirect
744else
745REDIRECT_INT:= $(REDIRECT_EXT)
746endif
747REDIRECT := $(REDIRECT_INT)
748
749RM_EXT := $(KBUILD_BIN_PATH)/kmk_rm$(HOSTSUFF_EXE)
750RM_INT := kmk_builtin_rm
751RM := $(RM_INT)
752
753RMDIR_EXT := $(KBUILD_BIN_PATH)/kmk_rmdir$(HOSTSUFF_EXE)
754RMDIR_INT := kmk_builtin_rmdir
755RMDIR := $(RMDIR_INT)
756
757SED_EXT := $(KBUILD_BIN_PATH)/kmk_sed$(HOSTSUFF_EXE)
758SED_INT := $(SED_EXT)
759SED := $(SED_EXT)
760
761SLEEP_INT := kmk_builtin_sleep
762SLEEP_EXT := $(KBUILD_BIN_PATH)/kmk_sleep$(HOSTSUFF_EXE)
763SLEEP := $(SLEEP_EXT)
764
765TEST_EXT := $(KBUILD_BIN_PATH)/kmk_test$(HOSTSUFF_EXE)
766TEST_INT := kmk_builtin_test
767TEST := $(TEST_INT)
768
769TIME_EXT := $(KBUILD_BIN_PATH)/kmk_time$(HOSTSUFF_EXE)
770TIME_INT := $(TIME_EXT)
771TIME := $(TIME_INT)
772
773TOUCH_EXT := $(KBUILD_BIN_PATH)/kmk_touch$(HOSTSUFF_EXE)
774if $(KBUILD_KMK_REVISION) >= 3060
775TOUCH_INT := kmk_builtin_touch
776else
777TOUCH_INT := $(TOUCH_EXT)
778endif
779TOUCH := $(TOUCH_INT)
780
781# Our default shell is the Almquist shell from *BSD.
782ASH := $(KBUILD_BIN_PATH)/kmk_ash$(HOSTSUFF_EXE)
783MAKESHELL := $(ASH)
784SHELL := $(ASH)
785export SHELL MAKESHELL
786
787# Symlinking is problematic on some platforms...
788LN_SYMLINK := $(LN) -s
789
790# When copying to the staging area, use hard links to save time and space.
791ifndef KBUILD_NO_HARD_LINKING
792 INSTALL_STAGING := $(INSTALL) --hard-link-files-when-possible
793else
794 INSTALL_STAGING := $(INSTALL)
795endif
796
797
798#
799# Some Functions.
800# The lower cased ones are either fallbacks or candidates for functions.c.
801#
802
803## ABSPATH - make paths absolute.
804# This implementation is clumsy and doesn't resolve '..' and '.' components.
805#
806# @param $1 The paths to make absolute.
807# @obsolete Use the GNU make function $(abspath) directly now.
808ABSPATH = $(abspath $(1))$(warning ABSPATH is deprecated, use abspath directly!)
809
810## DIRDEP - make create directory dependencies.
811#
812# @param $1 The paths to the directories which must be created.
813DIRDEP = $(foreach path,$(patsubst %/,%,$(1)),$(path)/)
814
815## Cygwin kludge.
816# This converts /cygdrive/x/% to x:%.
817#
818# @param $1 The paths to make native.
819# @remark This macro is pretty much obsolete since we don't use cygwin base make.
820ifneq ($(patsubst /cygdrive/%,%,$(CURDIR)),$(CURDIR))
821 CYGPATHMIXED = $(foreach path,$(1)\
822 ,$(if $(patsubst /cygdrive/%,,$(path)),$(path),$(patsubst $(strip $(firstword $(subst /, ,$(patsubst /cygdrive/%,%,$(path)))))/%,$(strip $(firstword $(subst /, ,$(patsubst /cygdrive/%,%,$(path))))):/%,$(patsubst /cygdrive/%,%,$(path)))))
823else
824 CYGPATHMIXED = $(1)
825endif
826
827## Removes the drive letter from a path (if it has one)
828# @param $1 the path
829no-drive = $(word $(words $(subst :, ,$(1))),$(subst :, ,$(1)))
830
831## Removes the root slash from a path (if it has one)
832# @param $1 the path
833no-root-slash = $(patsubst /%,%,$(1))
834
835##
836# Similar to firstword, except it returns the value of first defined variable.
837# @param $1 list of variables to probe.
838define FIRST-DEFINED-VAR
839local .RETURN := $(strip $(firstdefined $1, value))
840endef
841
842## Figure out where to put object files.
843# @param $1 real target name.
844# @param $2 normalized main target
845TARGET_BASE = $(PATH_TARGET)/$(2)/$(call no-root-slash,$(call no-drive,$(1)))
846
847## Figure out where to put object files.
848# @param $1 normalized main target
849TARGET_PATH = $(PATH_TARGET)/$(1)
850
851##
852# Checks if the specified short option ($1) is found in the flags ($2),
853# assuming getopt style options.
854#
855# @returns $3 if present, $4 not.
856#
857# @param $1 The option (single char!).
858# @param $2 The option arguments.
859# @param $3 Eval and return if present.
860# @param $4 Eval and return if not present.
861#
862# @todo May confuse option values starting with '-' for options.
863# @remarks Invoke like this: $(evalcall KB_FN_OPT_TEST_SHORT,d,$(flags),present,not-present)
864#
865define KB_FN_OPT_TEST_SHORT
866local options := $(translate $(strip $(filter -%,$(filter-out --%,$2))),$(SP)-,)
867local .RETURN := $(if-expr $(pos $1,$(options)) != 0,$3,$4)
868endef
869
870##
871# Checks if the specified long option ($1) is found in the flags ($2),
872# assuming getopt style options.
873#
874# @returns $3 if present, $4 not.
875#
876# @param $1 The long option, dashes included. No % chars.
877# @param $2 The option arguments.
878# @param $3 Eval and return if present.
879# @param $4 Eval and return if not present.
880#
881# @todo May confuse option values starting with '--' for options.
882# @remarks Invoke like this: $(evalcall KBFN_OPT_TEST_SHORT,--defined,$(flags),present,not-present)
883#
884define KB_FN_OPT_TEST_LONG
885local options := $(filter-out =delete=%,$(subst :, =delete=,$(subst =, =delete=,$2)))
886local .RETURN := $(if-expr "$(filter $1,$(options))" != "",$3,$4)
887endef
888
889##
890# Checks if the specified short ($1) or long ($2) option is found in the flags ($2),
891# assuming getopt style options.
892#
893# @returns $4 if present, $5 not.
894#
895# @param $1 The short option (single char!).
896# @param $2 The long option, dashes included. No % chars.
897# @param $3 The option arguments.
898# @param $4 Eval and return if present.
899# @param $5 Eval and return if not present.
900#
901# @todo May confuse option values starting with '--' for options.
902# @remarks Invoke like this: $(evalcall KB_FN_OPT_TEST_SHORT_LONG,d,--defined,$(flags),present,not-present)
903#
904define KB_FN_OPT_TEST_SHORT_LONG
905local short_options := $(translate $(strip $(filter -%,$(filter-out --%,$3))),$(SP)-,)
906local long_options := $(filter-out =delete=%,$(subst :, =delete=,$(subst =, =delete=,$3)))
907local .RETURN := $(if-expr $(pos $1,$(short_options)) != 0 || "$(filter $2,$(long_options))" != "",$4,$5)
908endef
909
910##
911# Make an assignment to a deprecated variable.
912#
913# @param $1 The variable name.
914# @param $2 The value.
915# @param $3 The variable to use instead.
916#
917ifdef KBUILD_WITH_DEPREATED_AS_ERROR
918 KB_FN_ASSIGN_DEPRECATED = $(eval $(subst :,$$(COLON),$1) = $2$$(error $1 is deprecated, use $3 instead))
919else
920 KB_FN_ASSIGN_DEPRECATED = $(eval $(subst :,$$(COLON),$1) = $2$$(warning $1 is deprecated, use $3 instead))
921endif
922
923##
924# Show an assertion message.
925#
926# @param $1 The assertion name.
927# @param $2 The details.
928#
929define KB_FN_ASSERT_MSG
930$(info !! kBuild $1 Assertion Failed !!)
931ifdef target
932 $(info !! target: $(target))
933 local varloc := $(where $(target))
934 if "$(varloc)" == "undefined"
935 local varloc := $(where $(target)_TEMPLATE)
936 endif
937 if "$(varloc)" == "undefined"
938 local varloc := $(where $(target)_SOURCES)
939 endif
940 if "$(varloc)" == "undefined"
941 local varloc := $(where $(target)_EXTENDS)
942 endif
943 if "$(varloc)" == "undefined"
944 local varloc := $(where target)
945 endif
946 ifneq ($(varloc),)
947 $(info !! location: $(varloc))
948 else
949 $(info !! probable location: $($(target)_DEFPATH)/Makefile.kmk)
950 endif
951endif
952$(info !! $2)
953$(error fixme)
954endef
955
956##
957# Throw an error if the given path $1 isn't absolute and assertions are enabled.
958#
959# @param $1 The name of the path variable to check.
960#
961ifdef KBUILD_INTERNAL_STRICT
962 KB_FN_ASSERT_ABSPATH = $(if-expr "$(abspath $($(strip $1)))" != "$(strip $($(strip $1)))",\
963 $(evalcall KB_FN_ASSERT_MSG,abspath,$1 is:$(NLTAB)'$($(strip $1))'$(NLTAB)expected:$(NLTAB)'$(abspath $($(strip $1)))'))
964else
965 KB_FN_ASSERT_ABSPATH :=
966endif
967
968
969#
970# Somewhat simple solution for automatic command dependencies.
971#
972
973## Included dependency files (used to be in footer.kmk).
974_DEPFILES_INCLUDED :=
975
976## Temporary for the compile rule below.
977if "$(KBUILD_KMK_REVISION)" >= 3134
978 KBUILD_HAVE_OPTIMIZED_APPEND := 1
979endif
980
981##
982# Advanced version of KB_FN_AUTO_CMD_DEPS_COMMANDS_EX where you set
983# the dependency file name yourself.
984#
985# After or before the recipe do $(call KB_FN_AUTO_CMD_DEPS_EX,<recipe-target>,<dep-file>).
986#
987# @param 1 dep file.
988ifdef KBUILD_HAVE_OPTIMIZED_APPEND
989define KB_FN_AUTO_CMD_DEPS_COMMANDS_EX
990 %$(QUIET2)$(APPEND) -tin "$1" \
991 'define AUTO_CMD_DEP_$(translate $@,:,_)_PREV_CMDS' \
992 '--insert-command=$@' \
993 'endef'
994endef
995else
996define KB_FN_AUTO_CMD_DEPS_COMMANDS_EX
997 %$(QUIET2)$(RM) -f -- "$1"
998 %$(QUIET2)$(APPEND) "$1" 'define AUTO_CMD_DEP_$(translate $@,:,_)_PREV_CMDS'
999 %$(QUIET2)$(APPEND) -c "$1" '$@'
1000 %$(QUIET2)$(APPEND) "$1" 'endef'
1001endef
1002endif
1003
1004##
1005# Advanced version of KB_FN_AUTO_CMD_DEPS
1006#
1007# @param 1 recipe name
1008# @param 2 dep file.
1009KB_FN_AUTO_CMD_DEPS_EX = $(eval includedep $2$(NL)_DEPFILES_INCLUDED += $2)$1: .MUST_MAKE = $$(comp-cmds-ex $$(AUTO_CMD_DEP_$(translate $1,:,_)_PREV_CMDS),$$(commands $1),FORCE)
1010
1011##
1012# $(call KB_FN_AUTO_CMD_DEPS_COMMANDS) as the first command in a recipe to
1013# automatically generate command dependencies.
1014# After or before the recipe do $(call KB_FN_AUTO_CMD_DEPS,<recipe-target>).
1015ifdef KBUILD_HAVE_OPTIMIZED_APPEND
1016define KB_FN_AUTO_CMD_DEPS_COMMANDS
1017 %$(QUIET2)$(APPEND) -tni "$@.auto-dep" \
1018 'define AUTO_CMD_DEP_$(translate $@,:,_)_PREV_CMDS' \
1019 '--insert-command=$@' \
1020 'endef'
1021endef
1022else
1023define KB_FN_AUTO_CMD_DEPS_COMMANDS
1024 %$(QUIET2)$(RM) -f -- "$@.auto-dep"
1025 %$(QUIET2)$(APPEND) "$@.auto-dep" 'define AUTO_CMD_DEP_$(translate $@,:,_)_PREV_CMDS'
1026 %$(QUIET2)$(APPEND) -c "$@.auto-dep" '$@'
1027 %$(QUIET2)$(APPEND) "$@.auto-dep" 'endef'
1028endef
1029endif
1030
1031##
1032# Call before or after defining a recipe that you want automatic command
1033# dependencies on. The recipe must start off by $(call KB_FN_AUTO_CMD_DEPS_COMMANDS).
1034#
1035# @param 1 recipe name
1036KB_FN_AUTO_CMD_DEPS = $(call KB_FN_AUTO_CMD_DEPS_EX,$1,$1.auto-dep)
1037
1038
1039#
1040# Initialize some of the globals which the Config.kmk and
1041# others can add stuff to if they like for processing in the footer.
1042#
1043
1044## KBUILD_TEMPLATE_PATHS
1045# List a paths (separated by space) where templates can be found.
1046KBUILD_TEMPLATE_PATHS :=
1047
1048## KBUILD_TOOL_PATHS
1049# List of paths (separated by space) where tools can be found.
1050KBUILD_TOOL_PATHS :=
1051
1052## KBUILD_SDK_PATHS
1053# List of paths (separated by space) where SDKs can be found.
1054KBUILD_SDK_PATHS :=
1055
1056## KBUILD_UNIT_PATHS
1057# List of paths (separated by space) where units (USES) can be found.
1058KBUILD_UNIT_PATHS :=
1059
1060## KBUILD_DEFAULT_PATHS
1061# List of paths (separated by space) to search for stuff as a last resort.
1062KBUILD_DEFAULT_PATHS :=
1063
1064## Proritized list of the default makefile when walking subdirectories.
1065# The user can overload this list.
1066DEFAULT_MAKEFILE := Makefile.kmk makefile.kmk Makefile makefile
1067
1068## KBUILD_SRC_HANDLERS
1069# The list of source handlers, pair of extension and handler.
1070# The user can overload this list to provide additional or custom
1071# handlers. On a per-target/template see SRC_HANDLERS.
1072KBUILD_SRC_HANDLERS := \
1073 .c:def_src_handler_c \
1074 .C:def_src_handler_c \
1075.cxx:def_src_handler_cxx \
1076.CXX:def_src_handler_cxx \
1077.cpp:def_src_handler_cxx \
1078.CPP:def_src_handler_cxx \
1079 .cc:def_src_handler_cxx \
1080 .CC:def_src_handler_cxx \
1081 .m:def_src_handler_objc \
1082 .M:def_src_handler_objcxx \
1083 .mm:def_src_handler_objcxx \
1084.asm:def_src_handler_asm \
1085.ASM:def_src_handler_asm \
1086 .s:def_src_handler_asm \
1087 .S:def_src_handler_asm \
1088 .rc:def_src_handler_rc \
1089.obj:def_src_handler_obj \
1090 .o:def_src_handler_obj \
1091.res:def_src_handler_obj
1092
1093## PROPS_TOOLS
1094# This is a subset of PROPS_SINGLE.
1095PROPS_TOOLS := TOOL CTOOL CXXTOOL PCHTOOL OBJCTOOL OBJCXXTOOL ASTOOL RCTOOL ARTOOL LDTOOL FETCHTOOL UNPACKTOOL PATCHTOOL
1096
1097## PROPS_SINGLE
1098# The list of non-accumulative target properties.
1099# A Config.kmk file can add it's own properties to this list and kBuild
1100# will do the necessary inheritance for templates, sdks, tools and targets.
1101PROPS_SINGLE := $(PROPS_TOOLS) TEMPLATE INSTTYPE INST STAGE NOINST BLD_TYPE BLD_TRG BLD_TRG_ARCH BLD_TRG_CPU FETCHDIR \
1102 OBJSUFF COBJSUFF CXXOBJSUFF PCHOBJSUFF OBJCOBJSUFF OBJCXXOBJSUFF ASOBJSUFF RCOBJSUFF SYSSUFF BINSUFF EXESUFF DLLSUFF LIBSUFF ARLIBSUFF \
1103 MODE UID GID LD_DEBUG DEBUG_INSTTYPE DEBUG_INST DEBUG_STAGE PCH_HDR
1104## PROPS_SINGLE_LNK
1105# Subset of PROPS_SINGLE which applies to all linkable targets.
1106PROPS_SINGLE_LNK := $(filter-out FETCHTOOL UNPACKTOOL PATCHTOOL FETCHDIR, $(PROPS_SINGLE))
1107
1108## PROPS_DEFERRED
1109# This list of non-accumulative target properties which are or may be
1110# functions, and thus should not be expanded until the very last moment.
1111PROPS_DEFERRED := INSTFUN INSTALLER PRE_CMDS POST_CMDS PRE_INST_CMDS POST_INST_CMDS \
1112 PRE_FILE_CMDS POST_FILE_CMDS PRE_SYMLINK_CMDS POST_SYMLINK_CMDS PRE_DIRECTORY_CMDS POST_DIRECTORY_CMDS \
1113 NAME SONAME
1114
1115## PROPS_ACCUMULATE_R
1116# The list of accumulative target properties where the right most value/flag
1117# is the 'most significant'.
1118# A Config.kmk file can add it's own properties to this list and kBuild
1119# will do the necessary inheritance from templates to targets.
1120PROPS_ACCUMULATE_R := \
1121 DEPS LNK_DEPS ORDERDEPS LNK_ORDERDEPS DEFS \
1122 ARFLAGS \
1123 CFLAGS CDEFS \
1124 CXXFLAGS CXXDEFS \
1125 PCHFLAGS PCHDEFS \
1126 OBJCFLAGS OBJCDEFS \
1127 OBJCXXFLAGS OBJCXXDEFS \
1128 ASFLAGS ASDEFS \
1129 RCFLAGS RCDEFS \
1130 LDFLAGS \
1131 IDFLAGS IFFLAGS EXEC_IFFLAGS ISFLAGS \
1132 FETCHFLAGS UNPACKFLAGS PATCHFLAGS
1133## PROPS_ACCUMULATE_R_LNK
1134# Subset of PROPS_ACCUMULATE_R which applies to all linkable targets.
1135PROPS_ACCUMULATE_R_LNK := $(filter-out ARFLAGS LDFLAGS EXEC_IFFLAGS FETCHFLAGS UNPACKFLAGS PATCHFLAGS, $(PROPS_ACCUMULATE_R))
1136
1137## PROPS_ACCUMULATE
1138# The list of accumulative target properties where the left most value/flag
1139# is the 'most significant'.
1140# A Config.kmk file can add it's own properties to this list and kBuild
1141# will do the necessary inheritance from templates to targets.
1142PROPS_ACCUMULATE_L := \
1143 SDKS USES SOURCES EXEC_SOURCES SRC_HANDLERS INTERMEDIATES \
1144 INCS CINCS CXXINCS PCHINCS OBJCINCS OBJCXXINCS ASINCS RCINCS \
1145 LIBS LIBPATH \
1146 DIRS BLDDIRS CLEAN
1147## PROPS_ACCUMULATE_L_LNK
1148# Subset of PROPS_ACCUMULATE_L which applies to all linkable targets.
1149PROPS_ACCUMULATE_L_LNK := $(filter-out LIBS LIBPATH EXEC_SOURCES DIRS, $(PROPS_ACCUMULATE_L))
1150
1151## PROPS_ALL
1152# List of all the properties.
1153PROPS_ALL = $(PROPS_SINGLE) $(PROPS_DEFERRED) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R)
1154
1155## @name Properties valid on programs (BLDPROGS and PROGRAMS)
1156## @{
1157PROPS_PROGRAMS_SINGLE := $(PROPS_SINGLE_LNK) LDTOOL EXESUFF
1158PROPS_PROGRAMS_DEFERRED := $(PROPS_DEFERRED)
1159PROPS_PROGRAMS_ACCUMULATE_R := $(PROPS_ACCUMULATE_R_LNK) LDFLAGS
1160PROPS_PROGRAMS_ACCUMULATE_L := $(PROPS_ACCUMULATE_L_LNK) LIBS LIBPATH
1161## @}
1162
1163## @name Properties valid on libraries (LIBRARIES and IMPORT_LIBS)
1164## @{
1165PROPS_LIBRARIES_SINGLE := $(PROPS_SINGLE_LNK) ARTOOL LIBSUFF ARLIBSUFF LIBSUFF
1166PROPS_LIBRARIES_DEFERRED := $(filter-out SONAME,$(PROPS_DEFERRED))
1167PROPS_LIBRARIES_ACCUMULATE_R := $(PROPS_ACCUMULATE_R_LNK) ARFLAGS
1168PROPS_LIBRARIES_ACCUMULATE_L := $(PROPS_ACCUMULATE_L_LNK)
1169## @}
1170
1171## @name Properties valid on dlls (DLLS)
1172## @{
1173PROPS_DLLS_SINGLE := $(PROPS_SINGLE_LNK) LDTOOL DLLSUFF LIBSUFF
1174PROPS_DLLS_DEFERRED := $(PROPS_DEFERRED)
1175PROPS_DLLS_ACCUMULATE_R := $(PROPS_ACCUMULATE_R_LNK) LDFLAGS
1176PROPS_DLLS_ACCUMULATE_L := $(PROPS_ACCUMULATE_L_LNK) LIBS LIBPATH
1177## @}
1178
1179## @name Properties valid on system modules (SYSMODS)
1180## @{
1181PROPS_SYSMODS_SINGLE := $(PROPS_SINGLE_LNK) LDTOOL SYSSUFF
1182PROPS_SYSMODS_DEFERRED := $(PROPS_DEFERRED)
1183PROPS_SYSMODS_ACCUMULATE_R := $(PROPS_ACCUMULATE_R_LNK) LDFLAGS
1184PROPS_SYSMODS_ACCUMULATE_L := $(PROPS_ACCUMULATE_L_LNK) LIBS LIBPATH
1185## @}
1186
1187## @name Properties valid on misc binaries (MISCBINS)
1188## @{
1189PROPS_MISCBINS_SINGLE := $(PROPS_SINGLE_LNK) LDTOOL BINSUFF
1190PROPS_MISCBINS_DEFERRED := $(PROPS_DEFERRED)
1191PROPS_MISCBINS_ACCUMULATE_R := $(PROPS_ACCUMULATE_R_LNK) LDFLAGS
1192PROPS_MISCBINS_ACCUMULATE_L := $(PROPS_ACCUMULATE_L_LNK) LIBS LIBPATH
1193## @}
1194
1195## @name Properties valid on installs (INSTALLS)
1196## @{
1197PROPS_INSTALLS_SINGLE := TOOL TEMPLATE INSTTYPE INST STAGE NOINST BLD_TYPE BLD_TRG BLD_TRG_ARCH BLD_TRG_CPU MODE UID GID
1198PROPS_INSTALLS_DEFERRED := INSTFUN INSTALLER PRE_FILE_CMDS POST_FILE_CMDS PRE_SYMLINK_CMDS POST_SYMLINK_CMDS \
1199 PRE_DIRECTORY_CMDS POST_DIRECTORY_CMDS
1200PROPS_INSTALLS_ACCUMULATE_R := DEPS ORDERDEPS GOALS INST_ONLY_GOALS STAGE_ONLY_GOALS IFFLAGS EXEC_IFFLAGS
1201PROPS_INSTALLS_ACCUMULATE_L := SOURCES EXEC_SOURCES DIRS CLEAN
1202## @}
1203
1204## @name Properties valid on fetches (FETCHES)
1205## @{
1206PROPS_FETCHES_SINGLE := TOOL TEMPLATE FETCHTOOL UNPACKTOOL PATCHTOOL INST FETCHDIR
1207PROPS_FETCHES_DEFERRED :=
1208PROPS_FETCHES_ACCUMULATE_R := FETCHFLAGS UNPACKFLAGS PATCHFLAGS
1209PROPS_FETCHES_ACCUMULATE_L := SOURCES CLEAN
1210## @}
1211
1212## KBUILD_COMPILE_CATEGTORIES
1213# Tools categories for compiling.
1214KBUILD_COMPILE_CATEGTORIES := AS C CXX PCH OBJC OBJCXX RC
1215
1216## KBUILD_GENERIC_CATEGORIES
1217# Generic tool categories.
1218KBUILD_GENERIC_CATEGORIES := FETCH UNPACK PATCH $(addprefix LINK_,LIBRARY PROGRAM DLL SYSMOD MISCBIN)
1219
1220## PROPS_TOOLS_ONLY
1221# Properties found only on tools.
1222# This is expanded in a deferred manner, so it will pick up changes made to
1223# KBUILD_COMPILE_CATEGTORIES and KBUILD_GENERIC_CATEGORIES made by units.
1224PROPS_TOOLS_ONLY = \
1225 $(foreach cat, $(KBUILD_COMPILE_CATEGTORIES), \
1226 COMPILE_$(cat)_CMDS \
1227 COMPILE_$(cat)_OUTPUT \
1228 COMPILE_$(cat)_OUTPUT_MAYBE \
1229 COMPILE_$(cat)_DEPEND \
1230 COMPILE_$(cat)_DEPORD \
1231 COMPILE_$(cat)_USES_KOBJCACHE ) \
1232 $(foreach cat, $(KBUILD_GENERIC_CATEGORIES), \
1233 $(cat)_CMDS \
1234 $(cat)_OUTPUT \
1235 $(cat)_OUTPUT_MAYBE \
1236 $(cat)_DEPEND \
1237 $(cat)_DEPORD ))
1238
1239
1240#
1241# Here is a special 'hack' to prevent innocent environment variables being
1242# picked up and treated as properties. (The most annoying example of why
1243# this is necessary is the Visual C++ commandline with it's LIBPATH.)
1244#
1245# Define KBUILD_DONT_KILL_ENV_PROPS in the env. or on the commandline to
1246# disable this 'hack'.
1247#
1248ifndef KBUILD_DONT_KILL_ENV_PROPS
1249
1250define def_nuke_environment_prop
1251ifeq ($(origin $(prop)),environment)
1252$(prop) =
1253endif
1254endef
1255$(foreach prop, $(PROPS_ALL) \
1256 FETCHES PATCHES BLDPROGS LIBRARIES IMPORT_LIBS DLLS PROGRAMS SYSMODS MISCBINS INSTALLS OTHERS \
1257 SUBDIRS MAKEFILES BLDDIRS \
1258 ,$(eval $(value def_nuke_environment_prop)))
1259
1260endif # KBUILD_DONT_KILL_ENV_PROPS
1261
1262
1263#
1264# Pass configuration.
1265#
1266# The PASS_<passname>_trgs variable is listing the targets.
1267# The PASS_<passname>_vars variable is listing the target variables.
1268# The PASS_<passname>_pass variable is the lowercased passname.
1269#
1270
1271## PASS: fetches
1272# This pass fetches and unpacks things needed to complete the build.
1273PASS_FETCHES := Fetches
1274PASS_FETCHES_trgs :=
1275PASS_FETCHES_vars := _FETCHES
1276PASS_FETCHES_pass := fetches
1277
1278## PASS: patches
1279# This pass applies patches.
1280PASS_PATCHES := Patches
1281PASS_PATCHES_trgs :=
1282PASS_PATCHES_vars := _PATCHES
1283PASS_PATCHES_pass := patches
1284
1285## PASS: bldprogs
1286# This pass builds targets which are required for building the rest.
1287PASS_BLDPROGS := Build Programs
1288PASS_BLDPROGS_trgs :=
1289PASS_BLDPROGS_vars := _BLDPROGS
1290PASS_BLDPROGS_pass := bldprogs
1291
1292## PASS: libraries
1293# This pass builds library targets.
1294PASS_LIBRARIES := Libraries
1295PASS_LIBRARIES_trgs :=
1296PASS_LIBRARIES_vars := _LIBS _IMPORT_LIBS _OTHER_LIBRARIES
1297PASS_LIBRARIES_pass := libraries
1298
1299## PASS: binaries
1300# This pass builds dll targets.
1301PASS_DLLS := DLLs
1302PASS_DLLS_trgs :=
1303PASS_DLLS_vars := _DLLS _OTHER_DLLS
1304PASS_DLLS_pass := dlls
1305
1306## PASS: binaries
1307# This pass builds binary targets, i.e. programs, system modules and stuff.
1308PASS_BINARIES := Programs
1309PASS_BINARIES_trgs :=
1310PASS_BINARIES_vars := _PROGRAMS _SYSMODS _MISC_BINS _OTHER_BINARIES
1311PASS_BINARIES_pass := binaries
1312
1313## PASS: others
1314# This pass builds other targets.
1315PASS_OTHERS := Other Stuff
1316PASS_OTHERS_trgs :=
1317PASS_OTHERS_vars := _OTHERS
1318PASS_OTHERS_pass := others
1319
1320## PASS: staging
1321# This pass installs the built entities to a sandbox area.
1322## @todo split this up into build install (to sandbox) and real installation.
1323PASS_STAGING := Staging
1324PASS_STAGING_trgs :=
1325PASS_STAGING_vars := _STAGE_DIRS _INSTALLS _STAGE_FILES _DEBUG_STAGE_DIRS _DEBUG_STAGE_FILES
1326PASS_STAGING_pass := staging
1327
1328## PASS: install
1329# This pass installs the built entities to where they will be used (using
1330# DESTROOT or PATH_INS to indicate where this is).
1331PASS_INSTALLS := Install
1332PASS_INSTALLS_trgs :=
1333PASS_INSTALLS_vars := _INSTALLS_DIRS _INSTALLS_FILES _DEBUG_INSTALL_DIRS _DEBUG_INSTALL_FILES
1334PASS_INSTALLS_pass := installs
1335
1336## PASS: testing
1337# This pass processes custom rules for executing tests.
1338PASS_TESTING := Tests
1339PASS_TESTING_trgs :=
1340PASS_TESTING_vars := _TESTING
1341PASS_TESTING_pass := testing
1342
1343## PASS: packing
1344# This pass processes custom packing rules.
1345PASS_PACKING := Packing
1346PASS_PACKING_trgs :=
1347PASS_PACKING_vars := _PACKING
1348PASS_PACKING_pass := packing
1349
1350## PASS: clean
1351# This pass removes all generated files.
1352PASS_CLEAN := Clean
1353PASS_CLEAN_trgs := do-clean
1354PASS_CLEAN_vars :=
1355PASS_CLEAN_pass := clean
1356
1357## PASS: nothing
1358# This pass just walks the tree.
1359PASS_NOTHING := Nothing
1360PASS_NOTHING_trgs := do-nothing
1361PASS_NOTHING_vars :=
1362PASS_NOTHING_pass := nothing
1363
1364## DEFAULT_PASSES
1365# The default passes and their order.
1366DEFAULT_PASSES := BLDPROGS LIBRARIES DLLS BINARIES OTHERS STAGING
1367
1368## PASSES
1369# The passes that should be defined. This must include
1370# all passes mentioned by DEFAULT_PASSES.
1371PASSES := FETCHES PATCHES $(DEFAULT_PASSES) INSTALLS TESTING PACKING CLEAN NOTHING
1372
1373
1374#
1375# Check for --pretty-command-printing before including the Config.kmk
1376# so that anyone overriding the message macros can take the implied
1377# verbosity level change into account.
1378#
1379ifndef KBUILD_VERBOSE
1380 ifndef KBUILD_QUIET
1381 ifeq ($(KMK_OPTS_PRETTY_COMMAND_PRINTING),1)
1382 export KBUILD_VERBOSE := 2
1383 endif
1384 endif
1385endif
1386
1387
1388#
1389# Legacy variable translation.
1390# These will be eliminated when switching to the next version.
1391#
1392ifdef USE_KOBJCACHE
1393 ifndef KBUILD_USE_KOBJCACHE
1394 export KBUILD_USE_KOBJCACHE := $(USE_KOBJCACHE)
1395 endif
1396endif
1397
1398
1399#
1400# Library path searching hints (target OS + arch).
1401#
1402# KBUILD_LIB_SEARCH_SUBS - Subdirs typically containing the right libraries.
1403# KBUILD_LIB_SEARCH_ROOTS - Roots to search for library subdirs.
1404# KBUILD_LIB_SEARCH_PATHS - ROOTS + SUBS.
1405#
1406ifeq ($(KBUILD_TARGET),darwin)
1407 KBUILD_LIB_SEARCH_ROOTS := \
1408 /usr/ \
1409 /Developer/usr/
1410 KBUILD_LIB_SEARCH_SUBS := lib/
1411
1412else if1of ($(KBUILD_TARGET), freebsd openbsd dragonfly)
1413 KBUILD_LIB_SEARCH_ROOTS := \
1414 / \
1415 /usr/ \
1416 /usr/local/
1417 KBUILD_LIB_SEARCH_SUBS := lib/
1418
1419else ifeq ($(KBUILD_TARGET),netbsd)
1420 KBUILD_LIB_SEARCH_ROOTS := \
1421 / \
1422 /usr/ \
1423 /usr/pkg/ \
1424 /usr/local/
1425 KBUILD_LIB_SEARCH_SUBS := lib/
1426
1427else if1of ($(KBUILD_TARGET), gnukfbsd gnuknbsd linux)
1428 ifeq ($(realpath /bin),/usr/bin)
1429 KBUILD_LIB_SEARCH_ROOTS := \
1430 /usr/ \
1431 / \
1432 /usr/local/
1433 else
1434 KBUILD_LIB_SEARCH_ROOTS := \
1435 / \
1436 /usr/ \
1437 /usr/local/
1438 endif
1439 ifeq ($(KBUILD_TARGET_ARCH),amd64)
1440 KBUILD_LIB_SEARCH_SUBS := \
1441 lib/x86_64-linux-gnu/ \
1442 lib64/ \
1443 lib/
1444 else ifeq ($(KBUILD_TARGET_ARCH),x86)
1445 KBUILD_LIB_SEARCH_SUBS := \
1446 lib/i686-linux-gnu/ \
1447 lib/i386-linux-gnu/ \
1448 lib32/ \
1449 lib/
1450 else
1451 KBUILD_LIB_SEARCH_SUBS := lib/
1452 endif
1453
1454else ifeq ($(KBUILD_TARGET),solaris)
1455 KBUILD_LIB_SEARCH_ROOTS := \
1456 / \
1457 /usr/ \
1458 /usr/sfw/ \
1459 /usr/local/ \
1460 /sw/
1461 ifeq ($(KBUILD_TARGET_ARCH),amd64)
1462 KBUILD_LIB_SEARCH_SUBS := lib/amd64/ lib/
1463 else ifeq ($(KBUILD_TARGET_ARCH),sparc64)
1464 KBUILD_LIB_SEARCH_SUBS := lib/sparcv9/ lib/
1465 else
1466 KBUILD_LIB_SEARCH_SUBS := lib/
1467 endif
1468
1469else
1470 KBUILD_LIB_SEARCH_SUBS :=
1471 KBUILD_LIB_SEARCH_ROOTS :=
1472endif
1473KBUILD_LIB_SEARCH_PATHS := $(foreach root, $(KBUILD_LIB_SEARCH_ROOTS), $(addprefix $(root),$(KBUILD_LIB_SEARCH_SUBS)))
1474
1475
1476#
1477# This is how we find the closest config.kmk.
1478# It's a little hacky but I think it works fine.
1479#
1480_CFGDIR := .
1481_CFGFILES := ./Config.kmk ./config.kmk
1482define def_include_config
1483$(eval _CFGDIR := $(_CFGDIR)/$(dir))
1484_CFGFILES += $(_CFGDIR)/Config.kmk $(_CFGDIR)/config.kmk
1485endef
1486# walk down the _RELATIVE_ path specified by DEPTH.
1487$(foreach dir,$(subst /, ,$(DEPTH)), $(eval $(def_include_config)) )
1488# add the default config file.
1489_CFGFILE := $(firstword $(wildcard $(_CFGFILES) $(FILE_KBUILD_CONFIG)))
1490_CFGFILES :=
1491_CFGDIR :=
1492ifeq ($(_CFGFILE),)
1493$(error kBuild: no Config.kmk file found! Check the DEPTH: DEPTH='$(DEPTH)' PATH_CURRENT='$(PATH_CURRENT)')
1494endif
1495
1496# Include the config.kmk we found file (or the default one).
1497ifdef KBUILD_PROFILE_SELF
1498 $(evalcall def_profile_self, including $(_CFGFILE))
1499 include $(_CFGFILE)
1500 $(evalcall def_profile_self, included $(_CFGFILE))
1501else
1502 include $(_CFGFILE)
1503endif
1504
1505
1506
1507#
1508# Finalize a the central path variables now that we've included the Config.kmk file.
1509#
1510# This prevents some trouble when users override the defaults for these
1511# variables and uses relative paths or paths with incorrect case.
1512#
1513PATH_OUT_BASE := $(abspath $(PATH_OUT_BASE))
1514PATH_OUT := $(abspath $(PATH_OUT))
1515PATH_OBJ := $(abspath $(PATH_OBJ))
1516PATH_TARGET := $(abspath $(PATH_TARGET))
1517PATH_INS := $(abspath $(PATH_INS))
1518PATH_STAGE := $(abspath $(PATH_STAGE))
1519
1520# Finalize the install and staging directory layouts.
1521define def_kbuild_finalize_inst
1522local val := $(strip $($(y)_$(x)))
1523ifeq ($(val),)
1524 $(error kBuild: '$(y)_$(x)' is set to an empty value.)
1525endif
1526ifneq ($(words $(val)),1)
1527 $(error kBuild: The '$(y)_$(x)' value '$(val)' should not contain spaces.)
1528endif
1529ifneq ($(pos \,$(val)), 0)
1530 $(error kBuild: The '$(y)_$(x)' value '$(val)' contains DOS slashes: not allowed.)
1531endif
1532ifneq ($(pos $(COLON),$(val)), 0)
1533 $(error kBuild: The '$(y)_$(x)' value '$(val)' contains colon: not allowed.)
1534endif
1535ifneq ($(substr $(val),-1), /)
1536 $(error kBuild: The '$(y)_$(x)' value '$(val)' has no trailing slash.)
1537endif
1538if $(pos /../,$(val)) != 0 || "$(substr $(val), 3)" == "../"
1539 $(error kBuild: The '$(y)_$(x)' value '$(val)' contains dot-dot escape.)
1540endif
1541$($(y)_$(x) := $(val)
1542
1543local val := $(strip $(PATH_$(y)_$(x)))
1544ifeq ($(val),)
1545 $(error kBuild: 'PATH_$(y)_$(x)' is set to an empty value.)
1546endif
1547PATH_$(y)_$(x) := $(val)
1548endef
1549$(foreach y, INST STAGE, $(foreach x, $(KBUILD_INST_PATHS), $(evalcall def_kbuild_finalize_inst)))
1550
1551# No abspath for devtools since they might've been referenced already and we
1552# don't want conflicting variable expansions.
1553KBUILD_DEVTOOLS := $(KBUILD_DEVTOOLS)
1554KBUILD_DEVTOOLS_TRG := $(KBUILD_DEVTOOLS_TRG)
1555KBUILD_DEVTOOLS_TRG_ALT := $(KBUILD_DEVTOOLS_TRG_ALT)
1556KBUILD_DEVTOOLS_HST := $(KBUILD_DEVTOOLS_HST)
1557KBUILD_DEVTOOLS_HST_ALT := $(KBUILD_DEVTOOLS_HST_ALT)
1558
1559
1560#
1561# Setup the message style. The default one is inlined.
1562#
1563# See kBuild/msgstyles for more styles or use KBUILD_MSG_STYLE_PATHS
1564# to create your own message style.
1565#
1566KBUILD_MSG_STYLE ?= default
1567ifeq ($(KBUILD_MSG_STYLE),default)
1568 #
1569 # The 'default' style.
1570 #
1571
1572 ## Fetch starting.
1573 # @param 1 Target name.
1574 MSG_FETCH ?= $(call MSG_L1,Fetching $1...)
1575 ## Re-fetch starting.
1576 # @param 1 Target name.
1577 MSG_REFETCH ?= $(call MSG_L1,Re-fetching $1...)
1578 ## Downloading a fetch component.
1579 # @param 1 Target name.
1580 # @param 2 The source URL.
1581 # @param 3 The destination file name.
1582 MSG_FETCH_DL ?= $(call MSG_L1,Downloading $1 - $2,=> $3)
1583 ## Checking a fetch component.
1584 # @param 1 Target name.
1585 # @param 2 The source URL.
1586 # @param 3 The destination file name.
1587 MSG_FETCH_CHK?= $(call MSG_L1,Checking $1 - $3, ($2))
1588 ## Unpacking a fetch component.
1589 # @param 1 Target name.
1590 # @param 2 The archive file name.
1591 # @param 3 The target directory.
1592 MSG_FETCH_UP ?= $(call MSG_L1,Unpacking $1 - $2 => $3)
1593 ## Fetch completed.
1594 # @param 1 Target name.
1595 MSG_FETCH_OK ?= $(call MSG_L1,Successfully fetched $1)
1596 ## Unfetch a fetch target.
1597 # @param 1 Target name.
1598 MSG_UNFETCH ?= $(call MSG_L1,Unfetching $1...)
1599 ## Compiling a source file.
1600 # @param 1 Target name.
1601 # @param 2 The source filename.
1602 # @param 3 The primary link output file name.
1603 # @param 4 The source type (C,CXX,OBJC,AS,RC,++).
1604 MSG_COMPILE ?= $(call MSG_L1,Compiling $1 - $2,=> $3)
1605 ## Tool
1606 # @param 1 The tool name (bin2c,...)
1607 # @param 2 Target name.
1608 # @param 3 The source filename.
1609 # @param 4 The primary output file name.
1610 MSG_TOOL ?= $(call MSG_L1,$1 $2 - $3,=> $4)
1611 ## Generate a file, typically a source file.
1612 # @param 1 Target name if applicable.
1613 # @param 2 Output file name.
1614 # @param 3 What it's generated from
1615 MSG_GENERATE ?= $(call MSG_L1,Generating $(if $1,$1 - )$2,$(if $3,from $3))
1616 ## Linking a bldprog/dll/program/sysmod target.
1617 # @param 1 Target name.
1618 # @param 2 The primary link output file name.
1619 # @param 3 The link tool operation (LINK_LIBRARY,LINK_PROGRAM,LINK_DLL,LINK_SYSMOD,++).
1620 MSG_LINK ?= $(call MSG_L1,Linking $1,=> $2)
1621 ## Merging a library into the target (during library linking).
1622 # @param 1 Target name.
1623 # @param 2 The output library name.
1624 # @param 3 The input library name.
1625 MSG_AR_MERGE ?= $(call MSG_L1,Merging $3 into $1, ($2))
1626 ## Creating a directory (build).
1627 # @param 1 Directory name.
1628 MSG_MKDIR ?= $(call MSG_L2,Creating directory $1)
1629 ## Cleaning.
1630 MSG_CLEAN ?= $(call MSG_L1,Cleaning...)
1631 ## Nothing.
1632 MSG_NOTHING ?= $(call MSG_L1,Did nothing in $(CURDIR))
1633 ## Pass
1634 # @param 1 The pass name.
1635 MSG_PASS ?= $(call MSG_L1,Pass - $1)
1636 ## Installing a bldprog/lib/dll/program/sysmod target.
1637 # @param 1 Target name.
1638 # @param 2 The source filename.
1639 # @param 3 The destination file name.
1640 MSG_INST_TRG ?= $(call MSG_L1,Installing $1 => $3)
1641 ## Installing a file (install target).
1642 # @param 1 The source filename.
1643 # @param 2 The destination filename.
1644 MSG_INST_FILE?= $(call MSG_L1,Installing $2,(<= $1))
1645 ## Installing a symlink.
1646 # @param 1 Symlink
1647 # @param 2 Link target
1648 MSG_INST_SYM ?= $(call MSG_L1,Installing symlink $1,=> $2)
1649 ## Installing a directory.
1650 # @param 1 Directory name.
1651 MSG_INST_DIR ?= $(call MSG_L1,Installing directory $1)
1652
1653else
1654 _KBUILD_MSG_STYLE_FILE := $(firstword $(foreach path, $(KBUILD_MSG_STYLE_PATHS) $(KBUILD_PATH)/msgstyles, $(wildcard $(path)/$(KBUILD_MSG_STYLE).kmk)))
1655 ifneq ($(_KBUILD_MSG_STYLE_FILE),)
1656 include $(_KBUILD_MSG_STYLE_FILE)
1657 else
1658 $(error kBuild: Can't find the style setup file for KBUILD_MSG_STYLE '$(KBUILD_MSG_STYLE)')
1659 endif
1660endif
1661
1662
1663#
1664# Message macros.
1665#
1666# This is done after including Config.kmk as to allow for
1667# KBUILD_QUIET and KBUILD_VERBOSE to be configurable.
1668#
1669ifdef KBUILD_QUIET
1670 # No output
1671 QUIET := @
1672 QUIET2:= @
1673 MSG_L1 =
1674 MSG_L2 =
1675else
1676 ifndef KBUILD_VERBOSE
1677 # Default output level.
1678 QUIET := @
1679 QUIET2 := @
1680 MSG_L1 ?= %@$(ECHO) "kBuild: $1"
1681 MSG_L2 =
1682 else ifeq ($(KBUILD_VERBOSE),1)
1683 # A bit more output
1684 QUIET := @
1685 QUIET2 := @
1686 MSG_L1 ?= %@$(ECHO) "kBuild: $1 $2"
1687 MSG_L2 =
1688 else ifeq ($(KBUILD_VERBOSE),2)
1689 # Lot more output
1690 QUIET :=
1691 QUIET2 := @
1692 MSG_L1 ?= %@$(ECHO) "kBuild: $1 $2"
1693 MSG_L2 ?= %@$(ECHO) "kBuild: $1"
1694 else
1695 # maximal output.
1696 QUIET :=
1697 QUIET2 :=
1698 MSG_L1 ?= %@$(ECHO) "kBuild: $1 $2"
1699 MSG_L2 ?= %@$(ECHO) "kBuild: $1"
1700 endif
1701endif
1702
1703
1704##
1705# An internal define used by subheader.kmk, subfooter.kmk, and
1706# KB_FN_PASS_0_ON_TARGET.
1707#
1708# @param target The target to process.
1709#
1710define def_subfooter_header_target_pass
1711 ifndef $(target)_PATH
1712 ifndef $(target)_DEFPATH
1713 $(target)_DEFPATH := $(PATH_SUB_CURRENT)
1714 endif
1715 $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH), $(target)_DEFPATH)
1716 else ifndef $(target)_DEFPATH
1717 $(target)_DEFPATH := $($(target)_PATH)
1718 endif
1719 ifndef $(target)_MAKEFILE
1720 $(target)_MAKEFILE := $(MAKEFILE_CURRENT)
1721 endif
1722 ifndef $(target)_0_OUTDIR
1723 $(target)_0_OUTDIR := $(call TARGET_PATH,$(target))
1724 $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR), $(target)_0_OUTDIR)
1725 endif
1726endef
1727
1728##
1729# Function to call to set _0_OUTDIR, _DEFPATH, and _MAKEFILE earlier than subfooter.
1730# Can be used to avoid exploiting double expansion.
1731#
1732# @param 1 The target name.
1733KB_FN_DO_PASS0_ON_TARGET = $(foreach target,$1,$(if-expr defined($(target)_0_OUTDIR),,$(evalval def_subfooter_header_target_pass)))
1734
1735
1736#
1737# Validate any KBUILD_BLD_TYPES additions and finally the KBUILD_TYPE.
1738#
1739if1of ($(KBUILD_BLD_TYPES), $(KBUILD_OSES))
1740 $(error kBuild: found KBUILD_BLD_TYPES in KBUILD_OSES!)
1741endif
1742if1of ($(KBUILD_BLD_TYPES), $(KBUILD_ARCHES))
1743 $(error kBuild: found KBUILD_BLD_TYPES in KBUILD_ARCHES!)
1744endif
1745if1of ($(KBUILD_OSES), $(KBUILD_ARCHES))
1746 $(error kBuild: found KBUILD_OSES in KBUILD_ARCHES!)
1747endif
1748ifn1of ($(KBUILD_TYPE), $(KBUILD_BLD_TYPES))
1749 $(error kBuild: KBUILD_TYPE(=$(KBUILD_TYPE)) is not found in KBUILD_BLD_TYPES(=$(KBUILD_BLD_TYPES))!)
1750endif
1751
1752
1753#
1754# Mark the output and temporary directories as volatile on windows.
1755#
1756# This automatically means the directories not listed here are considered
1757# static and won't be invalidated once we start running compile jobs.
1758#
1759ifeq ($(KBUILD_HOST),win)
1760 if $(KBUILD_KMK_REVISION) >= 2886
1761 $(dircache-ctl volatile, $(PATH_OUT_BASE), $(PATH_OUT), $(TEMP), $(TMP), $(TMPDIR), $(TMP))
1762 endif
1763endif
1764
1765
1766ifdef KBUILD_PROFILE_SELF
1767 $(evalcall def_profile_self, end of header.kmk)
1768 _KBUILD_TS_HEADER_END := $(_KBUILD_TS_PREV)
1769endif
1770
1771# end-of-file-content
1772__header_kmk__ := 1
1773endif # !__header_kmk__
1774
Note: See TracBrowser for help on using the repository browser.