[72] | 1 | # $Id: footer.kmk 749 2006-12-28 03:13:36Z bird $
|
---|
| 2 | ## @file
|
---|
| 3 | #
|
---|
| 4 | # kBuild - File included at top of makefile.
|
---|
| 5 | #
|
---|
[640] | 6 | # Copyright (c) 2004-2006 knut st. osmundsen <bird-srcspam@anduin.net>
|
---|
[72] | 7 | #
|
---|
| 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
|
---|
[106] | 13 | # the Free Software Foundation; either version source of the License, or
|
---|
[72] | 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
|
---|
[353] | 23 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
---|
[72] | 24 | #
|
---|
| 25 | #
|
---|
| 26 |
|
---|
| 27 | ifndef __footer_kmk__
|
---|
| 28 | # start-of-file-content
|
---|
| 29 |
|
---|
| 30 | #
|
---|
[530] | 31 | # Make sure that the core variables we defined in recursive expansion mode
|
---|
| 32 | # up in header.kmk get expanded before we really start using them. The kBuild
|
---|
| 33 | # functions added to kmk to speed stuff up assumes that the variables are
|
---|
| 34 | # expanded here.
|
---|
| 35 | #
|
---|
| 36 | PATH_OBJ := $(PATH_OBJ)
|
---|
| 37 | PATH_TARGET := $(PATH_TARGET)
|
---|
| 38 | PATH_INS := $(PATH_INS)
|
---|
| 39 | PATH_BIN := $(PATH_BIN)
|
---|
| 40 | PATH_DLL := $(PATH_DLL)
|
---|
| 41 | PATH_SYS := $(PATH_SYS)
|
---|
| 42 | PATH_LIB := $(PATH_LIB)
|
---|
| 43 | PATH_DOC := $(PATH_DOC)
|
---|
| 44 |
|
---|
| 45 | #
|
---|
[72] | 46 | # Variables.
|
---|
[73] | 47 | # (Some of these need initialization before including definitions using them.)
|
---|
[72] | 48 | #
|
---|
| 49 |
|
---|
| 50 | # all targets.
|
---|
[353] | 51 | ALL_TARGETS += \
|
---|
[640] | 52 | $(FETCHES) $(FETCHES.$(BUILD_TARGET)) $(FETCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 53 | $(PATCHES) $(PATCHES.$(BUILD_TARGET)) $(PATCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
[481] | 54 | $(BLDPROGS) $(BLDPROGS.$(BUILD_PLATFORM)) $(BLDPROGS.$(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH)) \
|
---|
| 55 | $(LIBRARIES) $(LIBRARIES.$(BUILD_TARGET)) $(LIBRARIES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 56 | $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) $(IMPORT_LIBS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 57 | $(DLLS) $(DLLS.$(BUILD_TARGET)) $(DLLS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 58 | $(PROGRAMS) $(PROGRAMS.$(BUILD_TARGET)) $(PROGRAMS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 59 | $(SYSMODS) $(SYSMODS.$(BUILD_TARGET)) $(SYSMODS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 60 | $(INSTALLS) $(INSTALLS.$(BUILD_TARGET)) $(INSTALLS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 61 | $(OTHERS) $(OTHERS.$(BUILD_TARGET)) $(OTHERS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
[72] | 62 |
|
---|
[447] | 63 | # all $(BUILD_TARGET) targets.
|
---|
| 64 | _ALL_BUILD_TARGET_TARGETS += \
|
---|
[640] | 65 | $(FETCHES) $(FETCHES.$(BUILD_TARGET)) $(FETCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 66 | $(PATCHES) $(PATCHES.$(BUILD_TARGET)) $(PATCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
[482] | 67 | $(LIBRARIES) $(LIBRARIES.$(BUILD_TARGET)) $(LIBRARIES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
[481] | 68 | $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) $(IMPORT_LIBS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
[482] | 69 | $(DLLS) $(DLLS.$(BUILD_TARGET)) $(DLLS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 70 | $(PROGRAMS) $(PROGRAMS.$(BUILD_TARGET)) $(PROGRAMS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 71 | $(SYSMODS) $(SYSMODS.$(BUILD_TARGET)) $(SYSMODS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 72 | $(INSTALLS) $(INSTALLS.$(BUILD_TARGET)) $(INSTALLS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 73 | $(OTHERS) $(OTHERS.$(BUILD_TARGET)) $(OTHERS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
[447] | 74 |
|
---|
| 75 | # all $(BUILD_TARGET) targets.
|
---|
| 76 | _ALL_BUILD_PLATFORM_TARGETS += \
|
---|
[481] | 77 | $(BLDPROGS) $(BLDPROGS.$(BUILD_PLATFORM)) $(BLDPROGS.$(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH))
|
---|
[447] | 78 |
|
---|
[640] | 79 | # all targets making use of srcname.
|
---|
| 80 | _ALL_SRCNAME_TARGETS += \
|
---|
| 81 | $(FETCHES) $(FETCHES.$(BUILD_TARGET)) $(FETCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 82 | $(PATCHES) $(PATCHES.$(BUILD_TARGET)) $(PATCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
| 83 |
|
---|
[75] | 84 | # dependency files.
|
---|
| 85 | _DEPFILES :=
|
---|
| 86 |
|
---|
[380] | 87 | # included dependency files.
|
---|
| 88 | _DEPFILES_INCLUDED :=
|
---|
| 89 |
|
---|
| 90 |
|
---|
[75] | 91 | # All kind of output files except for _OBJS and _DEPFILES.
|
---|
| 92 | # Compiling or linking definition outputting other things that $@ and any
|
---|
| 93 | # required dependency file must add those output files to this variable.
|
---|
| 94 | _OUT_FILES :=
|
---|
| 95 |
|
---|
[353] | 96 | # Files which only requires cleaning up.
|
---|
| 97 | _CLEAN_FILES :=
|
---|
| 98 |
|
---|
[72] | 99 | # all of a type
|
---|
[219] | 100 | _OBJS :=
|
---|
[640] | 101 | _FETCHES :=
|
---|
| 102 | _DOWNLOADS:=
|
---|
| 103 | _UNPACKS :=
|
---|
| 104 | _PATCHES :=
|
---|
[688] | 105 | _UNFETCHES:=
|
---|
[222] | 106 | _BLDPROGS :=
|
---|
[219] | 107 | _LIBS :=
|
---|
| 108 | _DLLS :=
|
---|
| 109 | _PROGRAMS :=
|
---|
| 110 | _SYSMODS :=
|
---|
[353] | 111 | _INSTALLS :=
|
---|
[380] | 112 | _INSTALLS_DIRS :=
|
---|
[353] | 113 | _OTHERS :=
|
---|
[417] | 114 | _PACKING :=
|
---|
[380] | 115 | _DIRS := $(PATH_TARGET)/ $(PATH_TARGET)
|
---|
[189] | 116 | _IMPORT_LIBS :=
|
---|
[72] | 117 |
|
---|
[220] | 118 | # misc
|
---|
| 119 | pass_prev :=
|
---|
| 120 |
|
---|
| 121 |
|
---|
[72] | 122 | #
|
---|
[73] | 123 | # Basic macros
|
---|
| 124 | #
|
---|
| 125 |
|
---|
[78] | 126 | ## Figure out the tool for a target.
|
---|
[481] | 127 | # @param target normalized target.
|
---|
| 128 | # @param source tooltype.
|
---|
[222] | 129 | # @param bld_trg build target.
|
---|
[481] | 130 | # @param bld_trg_arch build target architecture.
|
---|
[79] | 131 | _TARGET_TOOL = $(strip $(firstword \
|
---|
[481] | 132 | $($(target)_$(source)TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
[222] | 133 | $($(target)_$(source)TOOL.$(bld_trg)) \
|
---|
[106] | 134 | $($(target)_$(source)TOOL) \
|
---|
[481] | 135 | $($(target)_TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
[222] | 136 | $($(target)_TOOL.$(bld_trg)) \
|
---|
[106] | 137 | $($(target)_TOOL) \
|
---|
[481] | 138 | $($(source)TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
[238] | 139 | $($(source)TOOL.$(bld_trg)) \
|
---|
[106] | 140 | $($(source)TOOL) \
|
---|
[481] | 141 | $(TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
[222] | 142 | $(TOOL.$(bld_trg)) \
|
---|
[106] | 143 | $(TOOL) \
|
---|
[79] | 144 | ))
|
---|
[183] | 145 |
|
---|
[353] | 146 | ## Figure out the actual name of an installed file.
|
---|
| 147 | # @param $1 The file to install.
|
---|
| 148 | # @param $2 The target name.
|
---|
| 149 | # @param $3 The _INST value (can be empty).
|
---|
| 150 | # @param $4 The default directory to use when $3 is empty.
|
---|
| 151 | _INSTALL_FILE = $(patsubst %/,%/$(notdir $(1)),$(if $(3),$(PATH_INS)/$(3),$(4)/))
|
---|
| 152 |
|
---|
| 153 |
|
---|
[73] | 154 | #
|
---|
[747] | 155 | # Include the additional footer macros when bootstrapping kBuild.
|
---|
[723] | 156 | #
|
---|
| 157 | ifndef KMK_VERSION
|
---|
| 158 | include $(PATH_KBUILD)/gnumake-footer.kmk
|
---|
| 159 | endif
|
---|
| 160 |
|
---|
| 161 |
|
---|
| 162 |
|
---|
| 163 | #
|
---|
[185] | 164 | # Check syntax which leads to weird syntax errors.
|
---|
| 165 | #
|
---|
| 166 |
|
---|
| 167 | ## Check
|
---|
| 168 | # @param $(target) Target name.
|
---|
| 169 | define def_check_target
|
---|
| 170 | ifneq ("$($(target)_TEMPLATE)","$(strip $($(target)_TEMPLATE))")
|
---|
| 171 | $$(error $(target) have an incorrect template name. Remove any tabs!)
|
---|
| 172 | endif
|
---|
| 173 | endef
|
---|
| 174 | $(foreach target, $(ALL_TARGETS),$(eval $(def_check_target)))
|
---|
| 175 |
|
---|
| 176 |
|
---|
| 177 | #
|
---|
[72] | 178 | # Include templates
|
---|
| 179 | #
|
---|
| 180 | _TEMPLATES := $(TEMPLATE)
|
---|
| 181 | define def_templates
|
---|
| 182 | ifdef $(target)_TEMPLATE
|
---|
| 183 | _TEMPLATES += $($(target)_TEMPLATE)
|
---|
| 184 | endif
|
---|
| 185 | endef
|
---|
| 186 | $(foreach target, $(ALL_TARGETS), $(eval $(def_templates)))
|
---|
| 187 | _TEMPLATES := $(sort $(_TEMPLATES))
|
---|
| 188 | # $ (warning dbg: _TEMPLATES=$(_TEMPLATES))
|
---|
| 189 |
|
---|
| 190 | define def_templates_include
|
---|
| 191 | ifndef TEMPLATE_$(template)
|
---|
[353] | 192 | include $(firstword $(foreach path, $(TEMPLATE_PATHS) $(PATH_KBUILD)/templates/, $(wildcard $(path)/$(template).kmk)))
|
---|
[72] | 193 | endif
|
---|
| 194 | endef
|
---|
| 195 | $(foreach template, $(_TEMPLATES), $(eval $(def_templates)))
|
---|
| 196 |
|
---|
[74] | 197 |
|
---|
[72] | 198 | #
|
---|
[412] | 199 | # Template Inheritance.
|
---|
| 200 | #
|
---|
| 201 | define def_template_extends_prop
|
---|
| 202 | ifndef TEMPLATE_$(template)_$(prop)
|
---|
[552] | 203 | ifdef TEMPLATE_$(parent)_$(prop)
|
---|
[412] | 204 | TEMPLATE_$(template)_$(prop) = $$(TEMPLATE_$(parent)_$(prop))
|
---|
[552] | 205 | endif
|
---|
[412] | 206 | endif
|
---|
| 207 | endef
|
---|
| 208 |
|
---|
[552] | 209 |
|
---|
[412] | 210 | define def_template_extends
|
---|
| 211 | ifdef TEMPLATE_$(template)_EXTENDS
|
---|
[552] | 212 | ifndef TEMPLATE_$(template)_EXTENDS_STATUS_
|
---|
| 213 | TEMPLATE_$(template)_EXTENDS_STATUS_ := 0
|
---|
| 214 | parent := $(strip $(TEMPLATE_$(template)_EXTENDS))
|
---|
[412] | 215 |
|
---|
[552] | 216 | # recursivly process the parent if it's inherting from somebody too.
|
---|
| 217 | ifdef TEMPLATE_$(parent)_EXTENDS
|
---|
[594] | 218 | ifneq ($(TEMPLATE_$(parent)_EXTENDS_STATUS_),42)
|
---|
[552] | 219 | # foreach will create 'template' in a new variable context hiding our current variable.
|
---|
[594] | 220 | $(foreach template, $(parent), $(eval $(value def_template_extends)))
|
---|
[552] | 221 | parent := $(strip $(TEMPLATE_$(template)_EXTENDS))
|
---|
| 222 | endif
|
---|
| 223 | endif
|
---|
| 224 |
|
---|
| 225 | # inherit properties.
|
---|
[660] | 226 | $(foreach prop, $(PROPS_SINGLE) $(PROPS_ACCUMULATE_R) $(PROPS_ACCUMULATE_L) $(PROPS_DEFERRED)\
|
---|
| 227 | $(addsuffix .$(BUILD_TARGET), $(PROPS_SINGLE) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R) $(PROPS_DEFERRED))\
|
---|
| 228 | $(addsuffix .$(BUILD_TARGET).$(BUILD_TARGET_ARCH), $(PROPS_SINGLE) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R) $(PROPS_DEFERRED))\
|
---|
| 229 | $(addsuffix .$(BUILD_TARGET_ARCH), $(PROPS_SINGLE) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R) $(PROPS_DEFERRED))\
|
---|
| 230 | $(addsuffix .$(BUILD_TARGET_CPU), $(PROPS_SINGLE) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R) $(PROPS_DEFERRED))\
|
---|
| 231 | $(addsuffix .$(BUILD_TYPE), $(PROPS_SINGLE) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R) $(PROPS_DEFERRED))\
|
---|
[594] | 232 | ,$(eval $(def_template_extends_prop))) # exploits the 2 evaluation, so no value!
|
---|
[552] | 233 |
|
---|
| 234 | TEMPLATE_$(template)_EXTENDS_STATUS_ := 42
|
---|
| 235 | else
|
---|
| 236 | # protect against inheritance loops.
|
---|
| 237 | ifneq ($(TEMPLATE_$(template)_EXTENDS_STATUS_),42)
|
---|
| 238 | $(error kBuild: inheritance loop! template=$(template))
|
---|
| 239 | endif
|
---|
| 240 | endif
|
---|
[412] | 241 | endif
|
---|
| 242 | endef
|
---|
| 243 |
|
---|
| 244 | # $ (foreach template, $(_TEMPLATES), $(if TEMPLATE_$(template)_EXTENDS, $(eval $(value def_template_extends))))
|
---|
| 245 | $(foreach template, $(_TEMPLATES), $(eval $(value def_template_extends)))
|
---|
| 246 |
|
---|
| 247 |
|
---|
| 248 | #
|
---|
[72] | 249 | # Common Inheritance
|
---|
| 250 | #
|
---|
| 251 |
|
---|
[353] | 252 | ## Inherit one template property in a non-accumulative manner.
|
---|
[72] | 253 | # @param $(prop) Property name
|
---|
| 254 | # @param $(target) Target name
|
---|
[78] | 255 | # @todo fix the precedence order for some properties.
|
---|
[72] | 256 | define def_inherit_template_one
|
---|
[78] | 257 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop)
|
---|
[72] | 258 | ifndef $(target)_$(prop)
|
---|
[353] | 259 | $(target)_$(prop) := $(TEMPLATE_$($(target)_TEMPLATE)_$(prop))
|
---|
| 260 | #$ (warning dbgtarget: $(target)_$(prop):='$(value $(target)_$(prop))' TEMPLATE_$($(target)_TEMPLATE)_$(prop))
|
---|
[72] | 261 | endif
|
---|
| 262 | endif
|
---|
[447] | 263 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)
|
---|
| 264 | ifndef $(target)_$(prop).$(bld_trg)
|
---|
| 265 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg))
|
---|
| 266 | $(target)_$(prop).$(bld_trg) := $(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg))
|
---|
[79] | 267 | endif
|
---|
| 268 | endif
|
---|
[481] | 269 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
| 270 | ifndef $(target)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
| 271 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg).$(bld_trg_arch)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch))
|
---|
| 272 | $(target)_$(prop).$(bld_trg).$(bld_trg_arch) := $(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch))
|
---|
| 273 | endif
|
---|
| 274 | endif
|
---|
[455] | 275 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)
|
---|
| 276 | ifndef $(target)_$(prop).$(bld_trg_arch)
|
---|
| 277 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg_arch)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch))
|
---|
| 278 | $(target)_$(prop).$(bld_trg_arch) := $(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch))
|
---|
| 279 | endif
|
---|
| 280 | endif
|
---|
| 281 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)
|
---|
| 282 | ifndef $(target)_$(prop).$(bld_trg_cpu)
|
---|
| 283 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg_cpu)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu))
|
---|
| 284 | $(target)_$(prop).$(bld_trg_cpu) := $(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu))
|
---|
| 285 | endif
|
---|
| 286 | endif
|
---|
[72] | 287 | endef
|
---|
| 288 |
|
---|
[353] | 289 | ## Inherit one template property in a non-accumulative manner, deferred expansion.
|
---|
| 290 | # @param 1: $(prop) Property name
|
---|
| 291 | # @param 2: $(target) Target name
|
---|
| 292 | # @todo fix the precedence order for some properties.
|
---|
| 293 | # @remark this define relies on double evaluation
|
---|
| 294 | define def_inherit_template_one_deferred
|
---|
| 295 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop)
|
---|
| 296 | ifndef $(target)_$(prop)
|
---|
| 297 | $(target)_$(prop) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop))
|
---|
| 298 | #$ (warning dbgtarget: $(target)_$(prop):='$(value $(target)_$(prop))' TEMPLATE_$($(target)_TEMPLATE)_$(prop))
|
---|
| 299 | endif
|
---|
| 300 | endif
|
---|
[447] | 301 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)
|
---|
| 302 | ifndef $(target)_$(prop).$(bld_trg)
|
---|
| 303 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg))
|
---|
| 304 | $(target)_$(prop).$(bld_trg) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg))
|
---|
[353] | 305 | endif
|
---|
| 306 | endif
|
---|
[481] | 307 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
| 308 | ifndef $(target)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
| 309 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg).$(bld_trg_arch)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch))
|
---|
| 310 | $(target)_$(prop).$(bld_trg).$(bld_trg_arch) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch))
|
---|
| 311 | endif
|
---|
| 312 | endif
|
---|
[455] | 313 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)
|
---|
| 314 | ifndef $(target)_$(prop).$(bld_trg_arch)
|
---|
| 315 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg_arch)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch))
|
---|
| 316 | $(target)_$(prop).$(bld_trg_arch) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch))
|
---|
| 317 | endif
|
---|
| 318 | endif
|
---|
| 319 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)
|
---|
| 320 | ifndef $(target)_$(prop).$(bld_trg_cpu)
|
---|
| 321 | #$ (warning dbgsource: $(target)_$(prop).$(bld_trg_cpu)="TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)" TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu))
|
---|
| 322 | $(target)_$(prop).$(bld_trg_cpu) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu))
|
---|
| 323 | endif
|
---|
| 324 | endif
|
---|
[353] | 325 | endef
|
---|
| 326 |
|
---|
[660] | 327 | ## Inherit one acculumlative template property where the 'most significant' items are at the left end.
|
---|
[78] | 328 | # @param $(prop) Property name
|
---|
| 329 | # @param $(target) Target name
|
---|
[660] | 330 | define def_inherit_template_one_accumulate_l
|
---|
[78] | 331 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop)
|
---|
[353] | 332 | #$ (warning dbgtype: TEMPLATE_$($(target)_TEMPLATE)_$(prop) $(target)_$(prop)=$($(target)_$(prop)) $(TEMPLATE_$($(target)_TEMPLATE)_$(prop)))
|
---|
[659] | 333 | $(target)_$(prop) += $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop))
|
---|
[442] | 334 | #$ (warning dbgtype: $(target)_$(prop)=$($(target)_$(prop)))
|
---|
[78] | 335 | endif
|
---|
[243] | 336 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(BUILD_TYPE)
|
---|
[353] | 337 | #$ (warning dbg4: TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(BUILD_TYPE))
|
---|
[659] | 338 | $(target)_$(prop).$(BUILD_TYPE) += $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(BUILD_TYPE))
|
---|
[243] | 339 | endif
|
---|
[447] | 340 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)
|
---|
[659] | 341 | #$ (warning dbg5: TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg))
|
---|
| 342 | $(target)_$(prop).$(bld_trg) += $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg))
|
---|
[79] | 343 | endif
|
---|
[481] | 344 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
| 345 | #$ (warning dbg4: TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch))
|
---|
[659] | 346 | $(target)_$(prop).$(bld_trg).$(bld_trg_arch) += $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch))
|
---|
[481] | 347 | endif
|
---|
[447] | 348 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)
|
---|
| 349 | #$ (warning dbg5: TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu))
|
---|
[659] | 350 | $(target)_$(prop).$(bld_trg_cpu) += $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu))
|
---|
[79] | 351 | endif
|
---|
[447] | 352 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)
|
---|
| 353 | #$ (warning dbg6: TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch))
|
---|
[659] | 354 | $(target)_$(prop).$(bld_trg_arch) += $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch))
|
---|
[79] | 355 | endif
|
---|
[78] | 356 | endef
|
---|
| 357 |
|
---|
[660] | 358 | ## Inherit one acculumlative template property where the 'most significant' items are at the right end.
|
---|
| 359 | # First pass, $(value) referenced.
|
---|
| 360 | # @param $(prop) Property name
|
---|
| 361 | # @param $(target) Target name
|
---|
| 362 | define def_inherit_template_one_accumulate_r1
|
---|
| 363 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop)
|
---|
[661] | 364 | $(eval _$(target)_$(prop)_R = $(value $(target)_$(prop)))
|
---|
[660] | 365 | endif
|
---|
| 366 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(BUILD_TYPE)
|
---|
[661] | 367 | $(eval _$(target)_$(prop).$(BUILD_TYPE)_R = $(value $(target)_$(prop).$(BUILD_TYPE)))
|
---|
[660] | 368 | endif
|
---|
| 369 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)
|
---|
[661] | 370 | $(eval _$(target)_$(prop).$(bld_trg)_R = $(value $(target)_$(prop).$(bld_trg)))
|
---|
[660] | 371 | endif
|
---|
| 372 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
[661] | 373 | $(eval _$(target)_$(prop).$(bld_trg).$(bld_trg_arch)_R = $(value $(target)_$(prop).$(bld_trg).$(bld_trg_arch)))
|
---|
[660] | 374 | endif
|
---|
| 375 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)
|
---|
[661] | 376 | $(eval _$(target)_$(prop).$(bld_trg_cpu)_R = $(value $(target)_$(prop).$(bld_trg_cpu)))
|
---|
[660] | 377 | endif
|
---|
| 378 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)
|
---|
[661] | 379 | $(eval _$(target)_$(prop).$(bld_trg_arch)_R = $(value $(target)_$(prop).$(bld_trg_arch)))
|
---|
[660] | 380 | endif
|
---|
| 381 | endef
|
---|
| 382 |
|
---|
| 383 | ## Inherit one template property the other way around.
|
---|
| 384 | # Second pass, not $(value) referenced.
|
---|
| 385 | # @param $(prop) Property name
|
---|
| 386 | # @param $(target) Target name
|
---|
| 387 | define def_inherit_template_one_accumulate_r2
|
---|
| 388 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop)
|
---|
| 389 | $(target)_$(prop) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop)) $$(_$(target)_$(prop)_R)
|
---|
| 390 | endif
|
---|
| 391 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(BUILD_TYPE)
|
---|
| 392 | $(target)_$(prop).$(BUILD_TYPE) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(BUILD_TYPE)) $$(_$(target)_$(prop).$(BUILD_TYPE)_R)
|
---|
| 393 | endif
|
---|
| 394 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)
|
---|
| 395 | $(target)_$(prop).$(bld_trg) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg)) $$(_$(target)_$(prop).$(bld_trg)_R)
|
---|
| 396 | endif
|
---|
| 397 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)
|
---|
| 398 | $(target)_$(prop).$(bld_trg).$(bld_trg_arch) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg).$(bld_trg_arch)) $$(_$(target)_$(prop).$(bld_trg).$(bld_trg_arch)_R)
|
---|
| 399 | endif
|
---|
| 400 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)
|
---|
| 401 | $(target)_$(prop).$(bld_trg_cpu) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_cpu)) $$(_$(target)_$(prop).$(bld_trg_cpu)_R)
|
---|
| 402 | endif
|
---|
| 403 | ifdef TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)
|
---|
| 404 | $(target)_$(prop).$(bld_trg_arch) = $$(TEMPLATE_$($(target)_TEMPLATE)_$(prop).$(bld_trg_arch)) $$(_$(target)_$(prop).$(bld_trg_arch)_R)
|
---|
| 405 | endif
|
---|
| 406 | endef
|
---|
| 407 |
|
---|
| 408 |
|
---|
[72] | 409 | ## Inherit template properties for on target.
|
---|
| 410 | # @param $(target) Target name.
|
---|
| 411 | define def_inherit_template
|
---|
[745] | 412 | # sanity check.
|
---|
| 413 | ifdef _$(target)_ALREADY_PROCESSED
|
---|
| 414 | $(error kBuild: The target $(target) appears more than once in the target lists! Please correct the makefile(s))
|
---|
| 415 | endif
|
---|
| 416 | _$(target)_ALREADY_PROCESSED := 1
|
---|
| 417 |
|
---|
[447] | 418 | # Inherit any default template.
|
---|
| 419 | ifdef TEMPLATE
|
---|
| 420 | ifeq ($($(target)_TEMPLATE),)
|
---|
| 421 | $(eval $(target)_TEMPLATE:=$(TEMPLATE))
|
---|
| 422 | endif
|
---|
| 423 | endif
|
---|
| 424 | # Expand the template if specified.
|
---|
| 425 | ifneq ($($(target)_TEMPLATE),)
|
---|
[353] | 426 | $(foreach prop,$(PROPS_SINGLE),$(eval $(value def_inherit_template_one)))
|
---|
| 427 | $(foreach prop,$(PROPS_DEFERRED),$(eval $(def_inherit_template_one_deferred))) # exploits the 2 evaluation, so no value!
|
---|
[660] | 428 | $(foreach prop,$(PROPS_ACCUMULATE_L),$(eval $(def_inherit_template_one_accumulate_l))) # += works fine (better) without value.
|
---|
| 429 | $(foreach prop,$(PROPS_ACCUMULATE_R),\
|
---|
| 430 | $(eval $(value def_inherit_template_one_accumulate_r1))\
|
---|
| 431 | $(eval $(def_inherit_template_one_accumulate_r2))\
|
---|
| 432 | ) # This is a hack! (but it appears to work)
|
---|
[447] | 433 | endif
|
---|
[72] | 434 | endef
|
---|
[353] | 435 |
|
---|
[72] | 436 | # Inherit template properties
|
---|
[447] | 437 | bld_trg := $(BUILD_TARGET)
|
---|
| 438 | bld_trg_arch := $(BUILD_TARGET_ARCH)
|
---|
| 439 | bld_trg_cpu := $(BUILD_TARGET_CPU)
|
---|
| 440 | $(foreach target, $(_ALL_BUILD_TARGET_TARGETS),$(eval $(value def_inherit_template)))
|
---|
[72] | 441 |
|
---|
[447] | 442 | bld_trg := $(BUILD_PLATFORM)
|
---|
| 443 | bld_trg_arch := $(BUILD_PLATFORM_ARCH)
|
---|
| 444 | bld_trg_cpu := $(BUILD_PLATFORM_CPU)
|
---|
| 445 | $(foreach target, $(_ALL_BUILD_PLATFORM_TARGETS),$(eval $(value def_inherit_template)))
|
---|
[72] | 446 |
|
---|
[447] | 447 |
|
---|
[72] | 448 | #
|
---|
[460] | 449 | # Include tools & sdks
|
---|
[183] | 450 | #
|
---|
[592] | 451 | _TOOLS := $(TOOL.$(BUILD_TARGET)) $(TOOL.$(BUILD_TARGET_ARCH)) $(TOOL.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 452 | $(TOOL.$(BUILD_PLATFORM)) $(TOOL.$(BUILD_PLATFORM_ARCH)) $(TOOL.$(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH)) \
|
---|
| 453 | $(TOOL)
|
---|
| 454 | _SDKS := $(SDKS.$(BUILD_TARGET)) $(SDKS.$(BUILD_TARGET_ARCH)) $(SDKS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
|
---|
| 455 | $(SDKS.$(BUILD_PLATFORM)) $(SDKS.$(BUILD_PLATFORM_ARCH)) $(SDKS.$(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH)) \
|
---|
| 456 | $(SDKS.$(BUILD_TYPE)) \
|
---|
| 457 | $(SDKS)
|
---|
[460] | 458 | define def_tools_sdks_target_source
|
---|
[353] | 459 | $(eval _TOOLS += $(foreach prop, $(PROPS_TOOLS), \
|
---|
[460] | 460 | $($(source)_$(prop).$(_bld_trg)) \
|
---|
| 461 | $($(target)_$(source)_$(prop).$(_bld_trg)) \
|
---|
[481] | 462 | $($(source)_$(prop).$(_bld_trg).$(_bld_trg_arch)) \
|
---|
| 463 | $($(target)_$(source)_$(prop).$(_bld_trg).$(_bld_trg_arch)) \
|
---|
[460] | 464 | $($(source)_$(prop).$(_bld_trg_arch)) \
|
---|
| 465 | $($(target)_$(source)_$(prop).$(_bld_trg_arch)) \
|
---|
[353] | 466 | $($(source)_$(prop)) \
|
---|
| 467 | $($(target)_$(source)_$(prop))))
|
---|
[460] | 468 | $(eval _SDKS += \
|
---|
| 469 | $($(source)_SDKS.$(_bld_trg)) \
|
---|
| 470 | $($(target)_$(source)_SDKS.$(_bld_trg)) \
|
---|
[481] | 471 | $($(source)_SDKS.$(_bld_trg).$(_bld_trg_arch)) \
|
---|
| 472 | $($(target)_$(source)_SDKS.$(_bld_trg).$(_bld_trg_arch)) \
|
---|
[460] | 473 | $($(source)_SDKS.$(_bld_trg_arch)) \
|
---|
| 474 | $($(target)_$(source)_SDKS.$(_bld_trg_arch)) \
|
---|
[592] | 475 | $($(source)_SDKS.$(BUILD_TYPE)) \
|
---|
| 476 | $($(target)_$(source)_SDKS.$(BUILD_TYPE)) \
|
---|
[460] | 477 | $($(source)_SDKS) \
|
---|
| 478 | $($(target)_$(source)_SDKS))
|
---|
[72] | 479 | endef
|
---|
[353] | 480 |
|
---|
[460] | 481 | define def_tools_sdks_target
|
---|
| 482 | _bld_trg := $(firstword $($(target)_BLD_TRG) $(bld_trg))
|
---|
| 483 | _bld_trg_arch := $(firstword $($(target)_BLD_TRG_ARCH) $(bld_trg_arch))
|
---|
| 484 | _bld_trg_cpu := $(firstword $($(target)_BLD_TRG_CPU) $(bld_trg_cpu))
|
---|
| 485 |
|
---|
[353] | 486 | $(eval _TOOLS += $(foreach prop, $(PROPS_TOOLS), \
|
---|
[460] | 487 | $($(target)_$(prop).$(_bld_trg)) \
|
---|
| 488 | $($(target)_$(prop).$(_bld_trg_arch)) \
|
---|
[481] | 489 | $($(target)_$(prop).$(_bld_trg).$(_bld_trg_arch)) \
|
---|
[353] | 490 | $($(target)_$(prop))))
|
---|
[460] | 491 | $(eval _SDKS += \
|
---|
| 492 | $($(target)_SDKS.$(_bld_trg)) \
|
---|
| 493 | $($(target)_SDKS.$(_bld_trg_arch)) \
|
---|
[481] | 494 | $($(target)_SDKS.$(_bld_trg).$(_bld_trg_arch)) \
|
---|
[460] | 495 | $($(target)_SDKS))
|
---|
[353] | 496 | $(foreach source, \
|
---|
[460] | 497 | $($(target)_SOURCES.$(_bld_trg)) \
|
---|
| 498 | $($(target)_SOURCES.$(_bld_trg_arch)) \
|
---|
[481] | 499 | $($(target)_SOURCES.$(_bld_trg).$(_bld_trg_arch)) \
|
---|
[460] | 500 | $($(target)_SOURCES.$(_bld_trg_cpu)) \
|
---|
[353] | 501 | $($(target)_SOURCES.$(BUILD_TYPE)) \
|
---|
| 502 | $($(target)_SOURCES) \
|
---|
[460] | 503 | , $(eval $(value def_tools_sdks_target_source)))
|
---|
[72] | 504 | endef
|
---|
[353] | 505 |
|
---|
[640] | 506 | define def_tools_srcname_target
|
---|
| 507 | _bld_trg := $(firstword $($(target)_BLD_TRG) $(bld_trg))
|
---|
| 508 | _bld_trg_arch := $(firstword $($(target)_BLD_TRG_ARCH) $(bld_trg_arch))
|
---|
| 509 | _bld_trg_cpu := $(firstword $($(target)_BLD_TRG_CPU) $(bld_trg_cpu))
|
---|
| 510 |
|
---|
| 511 | $(foreach source, $(notdir\
|
---|
| 512 | $($(target)_SOURCES.$(_bld_trg)) \
|
---|
| 513 | $($(target)_SOURCES.$(_bld_trg_arch)) \
|
---|
| 514 | $($(target)_SOURCES.$(_bld_trg).$(_bld_trg_arch)) \
|
---|
| 515 | $($(target)_SOURCES.$(_bld_trg_cpu)) \
|
---|
| 516 | $($(target)_SOURCES.$(BUILD_TYPE)) \
|
---|
| 517 | $($(target)_SOURCES) \
|
---|
| 518 | ), $(eval $(value def_tools_sdks_target_source)))
|
---|
| 519 | endef
|
---|
| 520 |
|
---|
[460] | 521 | bld_trg := $(BUILD_TARGET)
|
---|
| 522 | bld_trg_arch := $(BUILD_TARGET_ARCH)
|
---|
| 523 | bld_trg_cpu := $(BUILD_TARGET_CPU)
|
---|
| 524 | $(foreach target, $(_ALL_BUILD_TARGET_TARGETS), $(eval $(value def_tools_sdks_target)))
|
---|
[640] | 525 | $(foreach target, $(_ALL_SRCNAME_TARGETS), $(eval $(value def_tools_srcname_target)))
|
---|
[72] | 526 |
|
---|
[460] | 527 | bld_trg := $(BUILD_PLATFORM)
|
---|
| 528 | bld_trg_arch := $(BUILD_PLATFORM_ARCH)
|
---|
| 529 | bld_trg_cpu := $(BUILD_PLATFORM_CPU)
|
---|
| 530 | $(foreach target, $(_ALL_BUILD_PLATFORM_TARGETS), $(eval $(value def_tools_sdks_target)))
|
---|
| 531 |
|
---|
| 532 |
|
---|
| 533 | # include TOOLS
|
---|
[72] | 534 | define def_tools_include
|
---|
| 535 | ifndef TOOL_$(tool)
|
---|
[353] | 536 | TOOL_$(tool)_KMK_FILE := $(firstword $(foreach path, $(TOOL_PATHS) $(PATH_KBUILD)/tools, $(wildcard $(path)/$(tool).kmk)))
|
---|
| 537 | ifeq ($(TOOL_$(tool)_KMK_FILE),)
|
---|
| 538 | $(error kBuild: Cannot find include file for the tool '$(tool)'! Searched: $(TOOL_PATHS) $(PATH_KBUILD)/tools)
|
---|
[72] | 539 | endif
|
---|
[353] | 540 | include $(TOOL_$(tool)_KMK_FILE)
|
---|
| 541 | endif
|
---|
[72] | 542 | endef
|
---|
[460] | 543 |
|
---|
| 544 | _TOOLS := $(sort $(_TOOLS))
|
---|
[353] | 545 | $(foreach tool, $(_TOOLS), $(eval $(value def_tools_include)))
|
---|
[72] | 546 |
|
---|
| 547 |
|
---|
[460] | 548 | # include SDKS
|
---|
[122] | 549 | define def_sdks_include_one
|
---|
[72] | 550 | ifndef SDK_$(sdk)
|
---|
[353] | 551 | SDK_$(sdk)_KMK_FILE := $(firstword $(foreach path, $(SDK_PATHS) $(PATH_KBUILD)/sdks, $(wildcard $(path)/$(sdk).kmk)))
|
---|
| 552 | ifeq ($(SDK_$(sdk)_KMK_FILE),)
|
---|
| 553 | $(error kBuild: Cannot find include file for the SDK '$(sdk)'! Searched: $(SDK_PATHS) $(PATH_KBUILD)/sdks)
|
---|
[72] | 554 | endif
|
---|
[353] | 555 | include $(SDK_$(sdk)_KMK_FILE)
|
---|
| 556 | endif
|
---|
[72] | 557 | endef
|
---|
[460] | 558 |
|
---|
| 559 | _SDKS := $(sort $(_SDKS))
|
---|
[353] | 560 | $(foreach sdk, $(_SDKS), $(eval $(value def_sdks_include_one)))
|
---|
[72] | 561 |
|
---|
[380] | 562 |
|
---|
[640] | 563 |
|
---|
[688] | 564 | ## @page pg_fetches Fetching Tools, Sources and Similar.
|
---|
[73] | 565 | #
|
---|
[688] | 566 | # The targets listed in the the FETCHES target list have the following attributes:
|
---|
| 567 | # SOURCES
|
---|
| 568 | # INST
|
---|
| 569 | # FETCHTOOL
|
---|
| 570 | # FETCHFLAGS
|
---|
| 571 | # FETCHDIR
|
---|
| 572 | # UNPACKTOOL
|
---|
| 573 | # UNPACKFLAGS
|
---|
[640] | 574 | #
|
---|
[719] | 575 | # As usual the target name is an alias for 'creating' the target. Other
|
---|
[688] | 576 | # aliases are:
|
---|
| 577 | # pass_fetches
|
---|
| 578 | # fetch
|
---|
| 579 | # unfetch
|
---|
| 580 | # download
|
---|
| 581 | # unpack
|
---|
| 582 | #
|
---|
| 583 | # @remark
|
---|
| 584 | #
|
---|
| 585 | # This is a little bit complex because we must guarantee that if a source file
|
---|
[719] | 586 | # changes only sligtly we must refetch it and to a proper unpacking of it. It
|
---|
| 587 | # is also a desire that fetched archives and unpacked files can be deleted to
|
---|
[688] | 588 | # save space.
|
---|
| 589 | #
|
---|
[719] | 590 | # Thus, we must be able to cleanup what we've unpacked should any of the
|
---|
[688] | 591 | # sources be removed. We do this by maintaining a file listing the files
|
---|
| 592 | # and directories that was unpacked. This operation is named 'unfetch'.
|
---|
| 593 | #
|
---|
[719] | 594 | # We make use of the SIZE and MD5 attributes for each of the sources to
|
---|
[689] | 595 | # create a digest that is stored in the primary target file. Subsequent
|
---|
| 596 | # runswill compare their digest with it to decide if a refetch is required.
|
---|
[719] | 597 | # When a refetch is found necessary, an 'unfetch' is performed first to
|
---|
[689] | 598 | # clean out old files and directores. Note even changes in source order
|
---|
[719] | 599 | # will cause a refetch due to the way the digest is constructed and
|
---|
[689] | 600 | # evaluated.
|
---|
[688] | 601 | #
|
---|
| 602 | # By not depending directly on the archives (nor on any unpacked files)
|
---|
| 603 | # but on a goal made up from the archive name, size and md5, we allow
|
---|
| 604 | # the user to delete the archives. Naturally, this means we'll have to
|
---|
| 605 | # check and fetch missing archives before attempting to unpack them.
|
---|
[689] | 606 | #
|
---|
| 607 | # @remark
|
---|
| 608 | #
|
---|
[719] | 609 | # This feature will *NOT* work correctly with vanilla GNU make becuase
|
---|
[689] | 610 | # it makes use of includedep to avoid too many unnecessary files.
|
---|
[719] | 611 | #
|
---|
[689] | 612 | # @todo
|
---|
[688] | 613 | # 1. Port md5sum or some equivalent tool and include it in kBuild.
|
---|
| 614 | # 2. Download corruption / continuation.
|
---|
| 615 | # 3. It's quite possible that there is one too many indirect dependency now...
|
---|
| 616 | #
|
---|
| 617 |
|
---|
| 618 | ## @todo move this!
|
---|
[640] | 619 | MD5SUM := md5sum
|
---|
| 620 |
|
---|
| 621 | ## generates the fetch rule
|
---|
| 622 | define def_fetch_src_fetch_rule
|
---|
| 623 | # Indirect goal for downloading something.
|
---|
[682] | 624 | .PRECIOUS: $(out)
|
---|
[640] | 625 | $(out) $($(target)_$(srcname)_FETCH_OUTPUT_): | $($(target)_$(srcname)_FETCH_DEPORD_)
|
---|
[696] | 626 | $$(call MSG_L1,Downloading $(source)...)
|
---|
| 627 | @## @todo do fancy stuff like download continuation.
|
---|
| 628 | $$(QUIET)$$(RM) -f $(out) $(out).md5
|
---|
[640] | 629 | $($(target)_$(srcname)_FETCH_CMDS_)
|
---|
[696] | 630 | $$(QUIET2)$(if $(md5),$$(APPEND) $(out).md5 "$(md5) *$(out)")
|
---|
| 631 | $$(QUIET)$(if $(md5),$$(MD5SUM) -c $(out).md5)
|
---|
[640] | 632 |
|
---|
| 633 |
|
---|
[682] | 634 |
|
---|
[640] | 635 | # Intermediate goal for making sure the md5 and size matches. it will (re) fetch the archive if necessary.
|
---|
| 636 | $(out).checked_$(md5)_$(size): $($(target)_$(srcname)_FETCH_DEPEND_) | $($(target)_$(srcname)_FETCH_DEPORD_)
|
---|
[696] | 637 | $$(call MSG_L1,Checking $(out),($(source))...)
|
---|
| 638 | $$(QUIET)$$(RM) -f $$@ $(out).md5
|
---|
[640] | 639 | @# creates the .md5 we pass to md5sum.
|
---|
[696] | 640 | $$(QUIET2)$(if $(md5),$$(APPEND) $(out).md5 "$(md5) *$(out)")
|
---|
[688] | 641 | @# (re)fetch the file if it doesn't exist or if it doesn't matches the md5.
|
---|
[696] | 642 | @## @todo do fancy stuff like download continuation.
|
---|
| 643 | $$(QUIET)( test -f $(out) && $(if $(md5),$$(MD5SUM) -c $(out).md5, true) ) \
|
---|
| 644 | || ( $$(RM_EXT) -f $(out) \
|
---|
| 645 | && $$(MAKE) $(out) -f $(MAKEFILE) --no-print-directory )
|
---|
| 646 | $$(QUIET2)$$(APPEND) $$@
|
---|
[640] | 647 |
|
---|
[719] | 648 | _TARGET_$(target)_FETCHED += $(out) $(out).checked_$(md5)_$(size)
|
---|
[640] | 649 |
|
---|
[688] | 650 | # Just a little precaution.
|
---|
| 651 | .NOTPARALLEL: $(out) $(out).checked_$(md5)_$(size)
|
---|
| 652 |
|
---|
[640] | 653 | endef
|
---|
| 654 |
|
---|
| 655 | ## generates the unpack rule
|
---|
| 656 | define def_fetch_src_unpack_rule
|
---|
| 657 | # This is the unpack rule. it has an order-only dependency on the download check.
|
---|
| 658 | $(out) $($(target)_$(srcname)_UNPACK_OUTPUT_): $($(target)_$(srcname)_UNPACK_DEPEND_) \
|
---|
| 659 | | $($(target)_$(srcname)_UNPACK_DEPORD_) $(archive).checked_$(md5)_$(size)
|
---|
[696] | 660 | $$(call MSG_L1,Unpacking $(archive),into $(inst)...)
|
---|
| 661 | $$(QUIET)$$(RM) -f $(out)
|
---|
[688] | 662 | @# if the source archive doesn't exist fetch it (can have been deleted to save space).
|
---|
[696] | 663 | $$(QUIET)test -f $(archive) \
|
---|
| 664 | || ( $$(RM_EXT) -f $(archive).checked_$(md5)_$(size) \
|
---|
| 665 | && $$(MAKE) $(archive).checked_$(md5)_$(size) -f $(MAKEFILE) --no-print-directory )
|
---|
[640] | 666 | $($(target)_$(srcname)_UNPACK_CMDS_)
|
---|
[696] | 667 | $$(QUIET2)$$(APPEND) $(out) $(notdir $(archive).checked_$(md5)_$(size))
|
---|
| 668 | $$(QUIET2)$$(APPEND) $(out) $(notdir $(out))
|
---|
[640] | 669 |
|
---|
| 670 | $(eval _TARGET_$(target)_UNPACKED += $(out))
|
---|
| 671 | _TARGET_$(target)_DIGEST := $(_TARGET_$(target)_DIGEST)-$(srcname)_$(md5)_$(size)
|
---|
| 672 |
|
---|
[688] | 673 | .NOTPARALLEL: $(out)
|
---|
| 674 |
|
---|
[719] | 675 | endef
|
---|
[640] | 676 |
|
---|
| 677 | ## Processes a fetch source
|
---|
| 678 | #
|
---|
| 679 | define def_fetch_src
|
---|
| 680 | #$ (warning dbg: def_fetch_src: source='$(source)' target='$(target)')
|
---|
| 681 |
|
---|
| 682 | # common
|
---|
| 683 | srcname := $(notdir $(source))
|
---|
| 684 | inst := $(firstword \
|
---|
| 685 | $($(target)_$(source)_INST)\
|
---|
| 686 | $($(target)_$(srcname)_INST)\
|
---|
| 687 | $($(source)_INST)\
|
---|
| 688 | $($(srcname)_INST)\
|
---|
| 689 | $($(target)_INST)\
|
---|
| 690 | )
|
---|
| 691 | ifneq ($(patsubst %/,ok,$(inst)),ok)
|
---|
| 692 | $(error kBuild: Bad or missing INST property for source '$(source)' in target '$(target)': $(inst))
|
---|
| 693 | endif
|
---|
| 694 | INSTARGET_$(target)_$(srcname) := $(inst)
|
---|
| 695 | fetchdir := $(firstword \
|
---|
| 696 | $($(target)_$(source)_FETCHDIR)\
|
---|
| 697 | $($(target)_$(srcname)_FETCHDIR)\
|
---|
| 698 | $($(source)_FETCHDIR)\
|
---|
| 699 | $($(srcname)_FETCHDIR)\
|
---|
| 700 | $($(target)_FETCHDIR)\
|
---|
| 701 | $(FETCHDIR)\
|
---|
| 702 | $(PATH_TARGET)\
|
---|
| 703 | )
|
---|
| 704 | deps := \
|
---|
| 705 | $($(target)_$(source)_DEPS)\
|
---|
| 706 | $($(target)_$(srcname)_DEPS)\
|
---|
| 707 | $($(source)_DEPS)\
|
---|
| 708 | $($(srcname)_DEPS)\
|
---|
| 709 | $($(target)_DEPS)
|
---|
| 710 | md5 := $(firstword \
|
---|
| 711 | $($(target)_$(source)_MD5)\
|
---|
| 712 | $($(target)_$(srcname)_MD5)\
|
---|
| 713 | $($(source)_MD5)\
|
---|
| 714 | $($(srcname)_MD5)\
|
---|
| 715 | $($(target)_MD5)\
|
---|
| 716 | )
|
---|
| 717 | size := $(firstword \
|
---|
| 718 | $($(target)_$(source)_SIZE)\
|
---|
| 719 | $($(target)_$(srcname)_SIZE)\
|
---|
| 720 | $($(source)_SIZE)\
|
---|
| 721 | $($(srcname)_SIZE)\
|
---|
| 722 | $($(target)_SIZE)\
|
---|
| 723 | )
|
---|
| 724 | dep := # not legal for fetch and unpack tools
|
---|
| 725 |
|
---|
| 726 |
|
---|
| 727 | #
|
---|
| 728 | # The fetching.
|
---|
| 729 | #
|
---|
| 730 | out := $(fetchdir)/$(srcname)
|
---|
| 731 | archive := $(out)
|
---|
| 732 | TARGET_$(target)_$(srcname) := $(out)
|
---|
| 733 | dirdep := $(call DIRDEP,$(fetchdir))
|
---|
| 734 | tool := $(firstword \
|
---|
| 735 | $($(target)_$(source)_FETCHTOOL)\
|
---|
| 736 | $($(target)_$(srcname)_FETCHTOOL)\
|
---|
| 737 | $($(target)_$(source)_TOOL)\
|
---|
| 738 | $($(target)_$(srcname)_TOOL)\
|
---|
| 739 | $($(source)_FETCHTOOL)\
|
---|
| 740 | $($(srcname)_FETCHTOOL)\
|
---|
| 741 | $($(source)_TOOL)\
|
---|
| 742 | $($(srcname)_TOOL)\
|
---|
| 743 | $($(target)_FETCHTOOL)\
|
---|
| 744 | $($(target)_TOOL)\
|
---|
| 745 | )
|
---|
| 746 | flags :=\
|
---|
| 747 | $(TOOL_$(tool)_FETCHFLAGS)\
|
---|
| 748 | $(FETCHFLAGS)\
|
---|
| 749 | $($(target)_FETCHFLAGS)\
|
---|
| 750 | $($(srcname)_FETCHFLAGS)\
|
---|
| 751 | $($(source)_FETCHFLAGS)\
|
---|
| 752 | $($(target)_$(srcname)_FETCHFLAGS)\
|
---|
| 753 | $($(target)_$(source)_FETCHFLAGS)
|
---|
| 754 |
|
---|
| 755 | #$ (warning dbg: target=$(target) source=$(source) $(srcname)=$(srcname) tool=$(tool) out=$(out) flags=$(flags) dirdep=$(dirdep) fetchdir=$(fetchdir) md5=$(md5) size=$(size))
|
---|
| 756 |
|
---|
| 757 | ifndef TOOL_$(tool)_FETCH_CMDS
|
---|
| 758 | $(warning kBuild: tools: \
|
---|
| 759 | 1 $($(target)_$(source)_FETCHTOOL)\
|
---|
| 760 | 2 $($(target)_$(srcname)_FETCHTOOL)\
|
---|
| 761 | 3 $($(target)_$(source)_TOOL)\
|
---|
| 762 | 4 $($(target)_$(srcname)_TOOL)\
|
---|
| 763 | 5 $($(source)_FETCHTOOL)\
|
---|
| 764 | 6 $($(srcname)_FETCHTOOL)\
|
---|
| 765 | 7 $($(source)_TOOL)\
|
---|
| 766 | 8 $($(srcname)_TOOL)\
|
---|
| 767 | 9 $($(target)_FETCHTOOL)\
|
---|
| 768 | 10 $($(target)_TOOL) )
|
---|
| 769 | $(error kBuild: TOOL_$(tool)_FETCH_CMDS is not defined. source=$(source) target=$(target) )
|
---|
| 770 | endif
|
---|
| 771 |
|
---|
| 772 | # call the tool
|
---|
| 773 | $(target)_$(srcname)_FETCH_CMDS_ := $(TOOL_$(tool)_FETCH_CMDS)
|
---|
| 774 | $(target)_$(srcname)_FETCH_OUTPUT_ := $(TOOL_$(tool)_FETCH_OUTPUT)
|
---|
| 775 | $(target)_$(srcname)_FETCH_DEPEND_ := $(TOOL_$(tool)_FETCH_DEPEND) $(deps)
|
---|
| 776 | $(target)_$(srcname)_FETCH_DEPORD_ := $(TOOL_$(tool)_FETCH_DEPORD) $(dirdep)
|
---|
| 777 |
|
---|
| 778 | # generate the fetch rule.
|
---|
| 779 | $(eval $(def_fetch_src_fetch_rule))
|
---|
| 780 |
|
---|
| 781 |
|
---|
| 782 | #
|
---|
| 783 | # The unpacking / installing.
|
---|
| 784 | #
|
---|
| 785 | out := $(inst)_kBuild_$(target)_$(srcname)_unpacked.lst
|
---|
| 786 | dirdep := $(call DIRDEP,$(inst))
|
---|
| 787 | tool := $(firstword \
|
---|
| 788 | $($(target)_$(source)_UNPACKTOOL)\
|
---|
| 789 | $($(target)_$(srcname)_UNPACKTOOL)\
|
---|
| 790 | $($(target)_$(source)_TOOL)\
|
---|
| 791 | $($(target)_$(srcname)_TOOL)\
|
---|
| 792 | $($(source)_UNPACKTOOL)\
|
---|
| 793 | $($(srcname)_UNPACKTOOL)\
|
---|
| 794 | $($(source)_TOOL)\
|
---|
| 795 | $($(srcname)_TOOL)\
|
---|
| 796 | $($(target)_UNPACKTOOL)\
|
---|
| 797 | $($(target)_TOOL) \
|
---|
| 798 | )
|
---|
| 799 | ifeq ($(tool),)
|
---|
| 800 | tool := $(toupper $(subst .,,$(suffix $(subst tar.,TAR,$(srcname)))))
|
---|
| 801 | $(eval $(value def_tools_include))
|
---|
| 802 | endif
|
---|
| 803 | flags :=\
|
---|
| 804 | $(TOOL_$(tool)_UNPACKFLAGS)\
|
---|
| 805 | $(UNPACKFLAGS)\
|
---|
| 806 | $($(target)_UNPACKFLAGS)\
|
---|
| 807 | $($(srcname)_UNPACKFLAGS)\
|
---|
| 808 | $($(source)_UNPACKFLAGS)\
|
---|
| 809 | $($(target)_$(srcname)_UNPACKFLAGS)\
|
---|
| 810 | $($(target)_$(source)_UNPACKFLAGS)
|
---|
| 811 |
|
---|
| 812 | #$ (warning dbg: target=$(target) source=$(source) $(srcname)=$(srcname) tool=$(tool) out=$(out) flags=$(flags) dirdep=$(dirdep) inst=$(inst) md5=$(md5) size=$(size))
|
---|
| 813 | ifndef TOOL_$(tool)_UNPACK_CMDS
|
---|
| 814 | $(warning kBuild: tools: \
|
---|
| 815 | 1 $($(target)_$(source)_UNPACKTOOL)\
|
---|
| 816 | 2 $($(target)_$(srcname)_UNPACKTOOL)\
|
---|
| 817 | 3 $($(target)_$(source)_TOOL)\
|
---|
| 818 | 4 $($(target)_$(srcname)_TOOL)\
|
---|
| 819 | 5 $($(source)_UNPACKTOOL)\
|
---|
| 820 | 6 $($(srcname)_UNPACKTOOL)\
|
---|
| 821 | 7 $($(source)_TOOL)\
|
---|
| 822 | 8 $($(srcname)_TOOL)\
|
---|
| 823 | 9 $($(target)_UNPACKTOOL)\
|
---|
| 824 | 10 $($(target)_TOOL) \
|
---|
| 825 | 11 $(toupper $(subst tar.,TAR,$(ext $(srcname)))) \
|
---|
| 826 | )
|
---|
| 827 | $(error kBuild: TOOL_$(tool)_UNPACK_CMDS is not defined. source=$(source) target=$(target) )
|
---|
| 828 | endif
|
---|
| 829 |
|
---|
| 830 | # call the tool
|
---|
| 831 | $(target)_$(srcname)_UNPACK_CMDS_ := $(TOOL_$(tool)_UNPACK_CMDS)
|
---|
| 832 | $(target)_$(srcname)_UNPACK_OUTPUT_ := $(TOOL_$(tool)_UNPACK_OUTPUT)
|
---|
| 833 | $(target)_$(srcname)_UNPACK_DEPEND_ := $(TOOL_$(tool)_UNPACK_DEPEND) $(deps)
|
---|
| 834 | $(target)_$(srcname)_UNPACK_DEPORD_ := $(TOOL_$(tool)_UNPACK_DEPORD) $(dirdep)
|
---|
| 835 |
|
---|
| 836 | # generate the fetch rule.
|
---|
| 837 | $(eval $(def_fetch_src_unpack_rule))
|
---|
| 838 |
|
---|
| 839 | _DIRS += $(inst) $(fetchdir)
|
---|
| 840 |
|
---|
| 841 | endef
|
---|
| 842 |
|
---|
| 843 |
|
---|
| 844 | ##
|
---|
| 845 | # Define the target level rules for a fetch.
|
---|
| 846 | # @param target
|
---|
| 847 | # @param out
|
---|
| 848 | # @param inst
|
---|
[688] | 849 | # @param _TARGET_$(target)_UNPACKED
|
---|
| 850 | # @param _TARGET_$(target)_DIGEST
|
---|
[640] | 851 | # @param bld_trg
|
---|
| 852 | # @param bld_trg_arch
|
---|
| 853 | define def_fetch_rules
|
---|
| 854 |
|
---|
[689] | 855 | $(out).lst: $(_TARGET_$(target)_UNPACKED) | $(call DIRDEP,$(inst))
|
---|
[696] | 856 | $$(call MSG_L1,Successfully fetched $(target))
|
---|
| 857 | $$(QUIET)$$(RM) -f $$@ $$@.tmp
|
---|
| 858 | $$(QUIET2)$$(APPEND) $$@.tmp "$(notdir $(out))"
|
---|
| 859 | $$(QUIET)$(if $(_TARGET_$(target)_UNPACKED),$$(CAT_EXT) $(_TARGET_$(target)_UNPACKED) >> $$@.tmp)
|
---|
| 860 | $$(QUIET)$$(MV) -f $$@.tmp $$@
|
---|
[640] | 861 |
|
---|
| 862 | $(out)_unfetched:
|
---|
[696] | 863 | $$(call MSG_L1,Unfetching $(target)...)
|
---|
| 864 | $$(QUIET)$$(RM) -f $$(addprefix $(inst),$$(shell $$(CAT_EXT) $(out).lst 2> /dev/null | $$(SED) -e '/\/$$$$/d'))
|
---|
| 865 | $$(QUIET)$$(RMDIR) -p --ignore-fail-on-non-empty --ignore-fail-on-not-exist $$(dir $$@) \
|
---|
[689] | 866 | $$(addprefix $(inst),$$(sort $$(dir $$(shell $$(CAT_EXT) $(out).lst 2> /dev/null))))
|
---|
[696] | 867 | $$(QUIET)$$(RM) -f $(out).lst $(out)
|
---|
| 868 | $$(QUIET)$$(RMDIR) -p --ignore-fail-on-non-empty --ignore-fail-on-not-exist $$(dir $$@)
|
---|
[640] | 869 |
|
---|
[689] | 870 | $(out): $(comp-vars _TARGET_$(target)_DIGEST_PREV,_TARGET_$(target)_DIGEST,FORCE) | $(call DIRDEP,$(inst))
|
---|
[696] | 871 | $$(QUIET)$$(RM) -f $$@
|
---|
[743] | 872 | $$(call MSG_L1,$$(if $$(_TARGET_$(target)_DIGEST),$$(if $$(wildcard $(out).lst),Re-fetching,Fetching),Removing) $(target)...)
|
---|
[696] | 873 | $$(QUIET)$$(if $$(wildcard $(out).lst ),$$(MAKE) -f $(MAKEFILE) --no-print-directory $(out)_unfetched)
|
---|
[701] | 874 | $$(QUIET)$$(if $$(_TARGET_$(target)_DIGEST),$$(MAKE) -f $(MAKEFILE) --no-print-directory $(out).lst,$$(RMDIR) -p --ignore-fail-on-non-empty --ignore-fail-on-not-exist $$(dir $$@))
|
---|
[696] | 875 | $$(QUIET2)$$(if $$(_TARGET_$(target)_DIGEST),$$(APPEND) $$@ "_TARGET_$(target)_DIGEST_PREV := $(_TARGET_$(target)_DIGEST)")
|
---|
[688] | 876 |
|
---|
[689] | 877 | .NOTPARALLEL: $(out).lst $(out)_unfetched $(out)
|
---|
[688] | 878 |
|
---|
[640] | 879 | endef
|
---|
| 880 |
|
---|
| 881 |
|
---|
| 882 | ##
|
---|
| 883 | # Deal with one fetch target.
|
---|
| 884 | # @param target
|
---|
| 885 | # @param bld_trg
|
---|
| 886 | # @param bld_trg_arch
|
---|
| 887 | define def_fetch
|
---|
| 888 | # common
|
---|
| 889 | INSTARGET_$(target) := $($(target)_INST)
|
---|
| 890 | ifneq ($(patsubst %/,ok,$(INSTARGET_$(target))),ok)
|
---|
[679] | 891 | $(error kBuild: Bad or missing INST property for target '$(target)'. \
|
---|
| 892 | $(target)_INST='$($(target)_INST)' ($(origin $(target)_INST)))
|
---|
[640] | 893 | endif
|
---|
| 894 | _TARGET_$(target)_FETCHED :=
|
---|
| 895 | _TARGET_$(target)_UNPACKED :=
|
---|
| 896 | _TARGET_$(target)_DIGEST :=
|
---|
| 897 |
|
---|
| 898 | # The 'sources'.
|
---|
| 899 | #$ (warning dbg fetch: target=$(target) sources=$($(target)_SOURCES) $($(target)_SOURCES.$(BUILD_TYPE)) $($(target)_SOURCES.$(BUILD_TARGET)) $($(target)_SOURCES.$(BUILD_TARGET_ARCH)) $($(target)_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)))
|
---|
| 900 | $(foreach source,$($(target)_SOURCES) $($(target)_SOURCES.$(BUILD_TYPE)) $($(target)_SOURCES.$(BUILD_TARGET)) $($(target)_SOURCES.$(BUILD_TARGET_ARCH)) $($(target)_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),\
|
---|
| 901 | $(eval $(value def_fetch_src)))
|
---|
| 902 |
|
---|
| 903 | # The target.
|
---|
| 904 | inst := $(INSTARGET_$(target))
|
---|
| 905 | out := $(inst)_kBuild_fetch_$(target)
|
---|
| 906 |
|
---|
[689] | 907 | $(eval includedep $(out))
|
---|
[690] | 908 |
|
---|
[640] | 909 | $(eval $(def_fetch_rules))
|
---|
| 910 |
|
---|
[690] | 911 | # Define the aliases here (doesn't work if defined in def_fetch_rules, just like includedep).
|
---|
[749] | 912 | $(target): $(out)
|
---|
| 913 | $(target)_unfetch: $(out)_unfetched
|
---|
[690] | 914 |
|
---|
[689] | 915 | _FETCHES += $(out)
|
---|
[640] | 916 | _DOWNLOADS += $(_TARGET_$(target)_FETCHED)
|
---|
| 917 | _UNPACKS += $(_TARGET_$(target)_UNPACKED)
|
---|
| 918 | _UNFETCHES += $(out)_unfetched
|
---|
| 919 | _DIRS += $(inst)
|
---|
| 920 |
|
---|
| 921 | endef
|
---|
| 922 |
|
---|
| 923 | # Walk the FETCH target lists.
|
---|
| 924 | bld_trg := $(BUILD_TARGET)
|
---|
| 925 | bld_trg_arch := $(BUILD_TARGET_ARCH)
|
---|
| 926 | $(foreach target, $(FETCHES) $(FETCHES.$(BUILD_TARGET)) $(FETCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), \
|
---|
| 927 | $(eval $(value def_fetch)))
|
---|
| 928 |
|
---|
| 929 | # some aliases.
|
---|
| 930 | download: $(_DOWNLOADS)
|
---|
[688] | 931 | unpack: $(_UNPACKS)
|
---|
| 932 | fetch: $(_FETCHES)
|
---|
| 933 | unfetch: $(_UNFETCHES)
|
---|
[640] | 934 |
|
---|
| 935 |
|
---|
| 936 |
|
---|
| 937 | ##
|
---|
| 938 | ## Patching.
|
---|
| 939 | ##
|
---|
| 940 | ##
|
---|
[688] | 941 | #define def_patch_src
|
---|
[640] | 942 | #
|
---|
| 943 | #endef
|
---|
| 944 | #
|
---|
| 945 | #
|
---|
| 946 | ## Deal with one patch target.
|
---|
| 947 | #define def_patch
|
---|
| 948 | #
|
---|
| 949 | #$(foreach source,$($(target)_SOURCES) $($(target)_SOURCES.$(BUILD_TYPE)) $($(target)_SOURCES.$(BUILD_TARGET)) $($(target)_SOURCES.$(BUILD_TARGET_ARCH)) $($(target)_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),\
|
---|
[688] | 950 | # $(eval $(value def_patch_src)))
|
---|
[640] | 951 | #
|
---|
[719] | 952 | #_PATCHES +=
|
---|
[640] | 953 | #endef
|
---|
| 954 | #
|
---|
| 955 | #$(foreach target, $(PATCHES) $(PATCHES.$(BUILD_TARGET)) $(PATCHES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), \
|
---|
| 956 | # $(eval $(value def_patch)))
|
---|
| 957 | #
|
---|
| 958 |
|
---|
| 959 |
|
---|
| 960 | #
|
---|
[73] | 961 | # Object processing.
|
---|
| 962 | #
|
---|
[72] | 963 |
|
---|
[380] | 964 | ## wrapper the compile command dependency check.
|
---|
| 965 | ifndef NO_COMPILE_CMDS_DEPS
|
---|
[741] | 966 | _DEP_COMPILE_CMDS = $(comp-cmds $(target)_$(source)_CMDS_PREV_,$(target)_$(source)_CMDS_,FORCE)
|
---|
[380] | 967 | else
|
---|
[730] | 968 | _DEP_COMPILE_CMDS =
|
---|
[380] | 969 | endif
|
---|
| 970 |
|
---|
[749] | 971 | ## Generates the rules for building a specific object, and the aliases
|
---|
[380] | 972 | # for building a source file.
|
---|
[353] | 973 | # @param $(obj) The object file.
|
---|
[380] | 974 | define def_target_source_rule
|
---|
| 975 | $(obj) $($(target)_$(source)_OUTPUT_): \
|
---|
| 976 | $($(target)_$(source)_DEPEND_) \
|
---|
| 977 | $(_DEP_COMPILE_CMDS) \
|
---|
| 978 | | \
|
---|
| 979 | $($(target)_$(source)_DEPORD_)
|
---|
[747] | 980 | $$(call MSG_L1,Compiling $(target) - $(source),=> $$@)
|
---|
[696] | 981 | $$(QUIET)$$(RM) -f $(dep) $(obj) $($(target)_$(source)_OUTPUT_)
|
---|
[380] | 982 | $(custom_pre)
|
---|
[412] | 983 |
|
---|
[380] | 984 | $($(target)_$(source)_CMDS_)
|
---|
| 985 |
|
---|
| 986 | $(custom_post)
|
---|
| 987 | ifndef NO_COMPILE_CMDS_DEPS
|
---|
[696] | 988 | $$(QUIET2)$$(APPEND) "$(dep)"
|
---|
| 989 | $$(QUIET2)$$(APPEND) "$(dep)" 'define $(target)_$(source)_CMDS_PREV_'
|
---|
| 990 | $$(QUIET2)$$(APPEND) "$(dep)" '$(subst $(NL),'$(NL)$(TAB)@$(APPEND) "$(dep)" ',$($(target)_$(source)_CMDS_))'
|
---|
| 991 | $$(QUIET2)$$(APPEND) "$(dep)" 'endef'
|
---|
[412] | 992 | endif
|
---|
[380] | 993 |
|
---|
[749] | 994 | $(basename $(notdir $(obj))).o: $(obj)
|
---|
| 995 | $(basename $(notdir $(obj))).obj: $(obj)
|
---|
[353] | 996 | endef
|
---|
[205] | 997 |
|
---|
[353] | 998 |
|
---|
[380] | 999 | ## wrapper the link command dependency check.
|
---|
| 1000 | ifndef NO_COMPILE_CMDS_DEPS
|
---|
[741] | 1001 | _DEP_LINK_CMDS = $(comp-cmds $(target)_CMDS_PREV_,$(target)_CMDS_,FORCE)
|
---|
[380] | 1002 | else
|
---|
[730] | 1003 | _DEP_LINK_CMDS =
|
---|
[380] | 1004 | endif
|
---|
| 1005 |
|
---|
| 1006 | ## Generate the link rule for a target.
|
---|
| 1007 | # @param $(target) The normalized target name.
|
---|
| 1008 | # @param $(dirdep) Directories we depend upon begin created before linking.
|
---|
| 1009 | # @param $(dep) The name of the dependency file.
|
---|
| 1010 | # @param $(out)
|
---|
| 1011 | # @param $($(target)_OUTPUT_) Output files from the link.
|
---|
| 1012 | # @param $($(target)_DEPEND_) Dependencies.
|
---|
| 1013 | # @param $($(target)_DEPORD_) Dependencies which should only affect build order.
|
---|
| 1014 | # @param $($(target)_CMDS_) The link commands.
|
---|
| 1015 | # @param $($(target)_CMDS_PREV_) The link commands from the previous run.
|
---|
| 1016 | define def_link_rule
|
---|
| 1017 | $(out) $($(target)_OUTPUT_): \
|
---|
| 1018 | $($(target)_DEPEND_) \
|
---|
| 1019 | $(_DEP_LINK_CMDS) \
|
---|
| 1020 | | \
|
---|
| 1021 | $($(target)_DEPORD_)
|
---|
[696] | 1022 | $$(call MSG_L1,Linking $$@)
|
---|
| 1023 | $$(QUIET)$$(RM) -f $(dep) $(out) $($(target)_OUTPUT_)
|
---|
[380] | 1024 | $(custom_pre)
|
---|
[412] | 1025 |
|
---|
[380] | 1026 | $($(target)_CMDS_)
|
---|
| 1027 |
|
---|
| 1028 | $(custom_post)
|
---|
[524] | 1029 | ifndef NO_LINK_CMDS_DEPS
|
---|
[696] | 1030 | $$(QUIET2)$$(APPEND) "$(dep)" 'define $(target)_CMDS_PREV_'
|
---|
| 1031 | $$(QUIET2)$$(APPEND) "$(dep)" '$(subst $(NL),'$(NL)$(TAB)@$(APPEND) "$(dep)" ',$($(target)_CMDS_))'
|
---|
| 1032 | $$(QUIET2)$$(APPEND) "$(dep)" 'endef'
|
---|
[412] | 1033 | endif
|
---|
[380] | 1034 |
|
---|
[749] | 1035 | $(basename $(notdir $(out))): $(out)
|
---|
[719] | 1036 |
|
---|
[380] | 1037 | endef
|
---|
| 1038 |
|
---|
| 1039 |
|
---|
| 1040 | ## Generate the link & lib install rule
|
---|
| 1041 | # @param $(target) Normalized target name.
|
---|
| 1042 | # @param $(out) The build target.
|
---|
| 1043 | # @param $(INSTARGET_$(target)) The installation targets.
|
---|
| 1044 | # @param $(mode) The file mode (optional)
|
---|
| 1045 | define def_link_install_rule
|
---|
| 1046 | $(INSTARGET_$(target)) : $(out) | $(call DIRDEP,$(dir $(INSTARGET_$(target))))
|
---|
[741] | 1047 | $$(call MSG_L1,Installing $(target) => $$@)
|
---|
[696] | 1048 | $$(QUIET)$$(INSTALL) $$(if $(mode),-m $(mode)) $(out) $$@
|
---|
[719] | 1049 |
|
---|
| 1050 | ifdef KBUILD_DO_AUTO_INSTALL
|
---|
[749] | 1051 | $(basename $(notdir $(out))): $(INSTARGET_$(target))
|
---|
[719] | 1052 | endif
|
---|
[380] | 1053 | endef
|
---|
| 1054 |
|
---|
| 1055 |
|
---|
[73] | 1056 | ## Generic macro for processing C, C++ and Assembly sources.
|
---|
| 1057 | # @param $(target) Normalized target name.
|
---|
| 1058 | # @param $(source) Source file name.
|
---|
| 1059 | # @param $(type) Source type. {C,CXX,AS}
|
---|
[221] | 1060 | # @param bld_type Build type.
|
---|
| 1061 | # @param bld_trg Build target.
|
---|
| 1062 | # @param bld_trg_arch Build target arch.
|
---|
| 1063 | # @param bld_trg_cpu Build target cpu.
|
---|
[729] | 1064 | def_target_source_c_cpp_asm_rc_new = $(kb-src-one )
|
---|
[741] | 1065 | ifdef KMK_VERSION
|
---|
[723] | 1066 | def_target_source_c_cpp_asm_rc_var = def_target_source_c_cpp_asm_rc_new
|
---|
[530] | 1067 | else
|
---|
[723] | 1068 | def_target_source_c_cpp_asm_rc_var = def_target_source_c_cpp_asm_rc_old
|
---|
[530] | 1069 | endif
|
---|
| 1070 |
|
---|
[73] | 1071 | ## Generic macro for processing all target sources.
|
---|
[74] | 1072 | # @param $(target) Normalized target name.
|
---|
[725] | 1073 | # @param $(defpath)
|
---|
| 1074 | # @param much-more...
|
---|
[73] | 1075 | define def_target_sources
|
---|
| 1076 | #$ (warning def_target_sources)
|
---|
| 1077 | # C sources
|
---|
[353] | 1078 | type := C
|
---|
[481] | 1079 | $(foreach source, $(filter %.c , $($(target)_SOURCES) $($(target)_SOURCES.$(bld_trg)) $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_cpu)) $($(target)_SOURCES.$(bld_type)))\
|
---|
[641] | 1080 | ,$(eval $(value $(def_target_source_c_cpp_asm_rc_var))) )
|
---|
[73] | 1081 |
|
---|
| 1082 | # C++ sources
|
---|
[353] | 1083 | type := CXX
|
---|
[481] | 1084 | $(foreach source, $(filter %.cpp %.cxx %.xx, $($(target)_SOURCES) $($(target)_SOURCES.$(bld_trg)) $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_cpu)) $($(target)_SOURCES.$(bld_type)))\
|
---|
[641] | 1085 | ,$(eval $(value $(def_target_source_c_cpp_asm_rc_var))) )
|
---|
[73] | 1086 |
|
---|
| 1087 | # ASM sources
|
---|
[353] | 1088 | type := AS
|
---|
[481] | 1089 | $(foreach source, $(filter %.asm %.s %.S , $($(target)_SOURCES) $($(target)_SOURCES.$(bld_trg)) $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_cpu)) $($(target)_SOURCES.$(bld_type)))\
|
---|
[641] | 1090 | ,$(eval $(value $(def_target_source_c_cpp_asm_rc_var))) )
|
---|
[353] | 1091 |
|
---|
[641] | 1092 | # Resource sources
|
---|
| 1093 | type := RC
|
---|
| 1094 | $(foreach source, $(filter %.rc , $($(target)_SOURCES) $($(target)_SOURCES.$(bld_trg)) $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_cpu)) $($(target)_SOURCES.$(bld_type)))\
|
---|
| 1095 | ,$(eval $(value $(def_target_source_c_cpp_asm_rc_var))) )
|
---|
| 1096 |
|
---|
[73] | 1097 | endef
|
---|
| 1098 |
|
---|
| 1099 |
|
---|
[219] | 1100 |
|
---|
[353] | 1101 | ## Generic macro for generating the install rule(s) for a target
|
---|
| 1102 | # and update the globals with default out.
|
---|
[219] | 1103 | #
|
---|
[353] | 1104 | # @param $(target) Normalized target name.
|
---|
| 1105 | # @param $(out) The output file.
|
---|
| 1106 | # @param $(definst) The default _INST value.
|
---|
| 1107 | # @param $(typevar) The name of the variable with all the root targets of its type.
|
---|
[729] | 1108 | # @remark Only library uses this now.
|
---|
[353] | 1109 | define def_target_install_pluss
|
---|
| 1110 | ifndef $(target)_NOINST
|
---|
| 1111 | INSTARGET_$(target) := $(patsubst %/,%/$(notdir $(out)), \
|
---|
| 1112 | $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(definst)/))
|
---|
[219] | 1113 |
|
---|
[353] | 1114 | $(eval $(def_link_install_rule))
|
---|
[239] | 1115 |
|
---|
[579] | 1116 | _INSTALLS += $(INSTARGET_$(target))
|
---|
[272] | 1117 |
|
---|
[353] | 1118 | ifdef KBUILD_DO_AUTO_INSTALL
|
---|
[579] | 1119 | $(typevar) += $(INSTARGET_$(target))
|
---|
[219] | 1120 | else
|
---|
[579] | 1121 | $(typevar) += $(out)
|
---|
[219] | 1122 | endif
|
---|
[353] | 1123 | else # _NOINST
|
---|
[579] | 1124 | $(typevar) += $(out)
|
---|
[353] | 1125 | endif
|
---|
| 1126 |
|
---|
[719] | 1127 | _OUT_FILES += $($(target)_OUTPUT_) $(out)
|
---|
[353] | 1128 | _CLEAN_FILES += $($(target)_CLEAN)
|
---|
| 1129 | _OBJS += $($(target)_OBJS_)
|
---|
| 1130 |
|
---|
[219] | 1131 | endef
|
---|
| 1132 |
|
---|
| 1133 |
|
---|
| 1134 |
|
---|
| 1135 | #
|
---|
[72] | 1136 | # LIBRARIES
|
---|
[73] | 1137 | #
|
---|
[72] | 1138 |
|
---|
| 1139 | ## Library (one).
|
---|
[74] | 1140 | # @param $(target) Normalized library (target) name.
|
---|
[72] | 1141 | define def_lib
|
---|
[145] | 1142 | # library basics
|
---|
[222] | 1143 | ## @todo prefix
|
---|
[353] | 1144 | bld_type := $(firstword $($(target)_BLD_TYPE) $(BUILD_TYPE))
|
---|
| 1145 | bld_trg := $(firstword $($(target)_BLD_TRG) $(BUILD_TARGET))
|
---|
| 1146 | bld_trg_arch:= $(firstword $($(target)_BLD_TRG_ARCH) $(BUILD_TARGET_ARCH))
|
---|
| 1147 | bld_trg_cpu := $(firstword $($(target)_BLD_TRG_CPU) $(BUILD_TARGET_CPU))
|
---|
| 1148 | tool := $(call _TARGET_TOOL,$(target),AR)
|
---|
[78] | 1149 | ifeq ($(tool),)
|
---|
[353] | 1150 | $(error kBuild: Library target $(target) does not have a tool defined!)
|
---|
[78] | 1151 | endif
|
---|
[743] | 1152 | outbase := $(call TARGET_BASE,$(target),$(target))
|
---|
| 1153 | ifndef PATH_$(target)
|
---|
| 1154 | PATH_$(target) := $(patsubst %/,%,$(dir $(outbase)))
|
---|
| 1155 | else
|
---|
| 1156 | ifneq ($(PATH_$(target)),$(patsubst %/,%,$(dir $(outbase))))
|
---|
| 1157 | $(error kBuild internal error: PATH_$(target)=$(PATH_$(target)) expected $(patsubst %/,%,$(dir $(outbase))))
|
---|
| 1158 | endif
|
---|
| 1159 | endif
|
---|
[353] | 1160 | suff := $(firstword\
|
---|
[481] | 1161 | $($(target)_LIBSUFF.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1162 | $($(target)_LIBSUFF.$(bld_trg))\
|
---|
[126] | 1163 | $($(target)_LIBSUFF)\
|
---|
[481] | 1164 | $(TOOL_$(tool)_ARLIBSUFF.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1165 | $(TOOL_$(tool)_ARLIBSUFF.$(bld_trg))\
|
---|
[126] | 1166 | $(TOOL_$(tool)_ARLIBSUFF)\
|
---|
[353] | 1167 | $(SUFF_LIB))
|
---|
| 1168 | out := $(outbase)$(suff)
|
---|
| 1169 | TARGET_$(target) := $(out)
|
---|
[719] | 1170 | $(target)_OBJS_ :=
|
---|
[725] | 1171 | defpath := $($(target)_PATH)
|
---|
[145] | 1172 |
|
---|
| 1173 | # source -> object
|
---|
[353] | 1174 | $(eval $(value def_target_sources))
|
---|
[145] | 1175 |
|
---|
| 1176 | # library linking
|
---|
[353] | 1177 | tool := $(call _TARGET_TOOL,$(target),AR)
|
---|
[743] | 1178 | outbase := $(call TARGET_BASE,$(target),$(target))
|
---|
[353] | 1179 | flags :=\
|
---|
[74] | 1180 | $(TOOL_$(tool)_ARFLAGS)\
|
---|
[221] | 1181 | $(TOOL_$(tool)_ARFLAGS.$(bld_type))\
|
---|
[74] | 1182 | $(ARFLAGS)\
|
---|
[221] | 1183 | $(ARFLAGS.$(bld_type))\
|
---|
[74] | 1184 | $($(target)_ARFLAGS)\
|
---|
[481] | 1185 | $($(target)_ARFLAGS.$(bld_type)) \
|
---|
| 1186 | $($(target)_ARFLAGS.$(bld_trg)) \
|
---|
| 1187 | $($(target)_ARFLAGS.$(bld_trg_arch)) \
|
---|
| 1188 | $($(target)_ARFLAGS.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1189 | $($(target)_ARFLAGS.$(bld_trg_cpu))
|
---|
[353] | 1190 | othersrc := $(filter-out %.c %.cpp %.cxx %.cc %.s %.S %.asm %.o %.obj,\
|
---|
| 1191 | $($(target)_SOURCES) \
|
---|
| 1192 | $($(target)_SOURCES.$(bld_trg)) \
|
---|
| 1193 | $($(target)_SOURCES.$(bld_trg_arch)) \
|
---|
[481] | 1194 | $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) \
|
---|
[353] | 1195 | $($(target)_SOURCES.$(bld_trg_cpu)) \
|
---|
| 1196 | $($(target)_SOURCES.$(bld_type)))
|
---|
[643] | 1197 | objs = $(filter %.o %.obj, \
|
---|
| 1198 | $($(target)_SOURCES) \
|
---|
| 1199 | $($(target)_SOURCES.$(bld_trg)) \
|
---|
| 1200 | $($(target)_SOURCES.$(bld_trg_arch)) \
|
---|
| 1201 | $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1202 | $($(target)_SOURCES.$(bld_trg_cpu)) \
|
---|
| 1203 | $($(target)_SOURCES.$(bld_type))) \
|
---|
| 1204 | $($(target)_OBJS_)
|
---|
[353] | 1205 | dirdep := $(call DIRDEP,$(dir $(out)))
|
---|
[78] | 1206 | ## @todo fix dependencies on makefiles an such
|
---|
[353] | 1207 | deps := $($(target)_DEPS)
|
---|
[72] | 1208 |
|
---|
[725] | 1209 | # Adjust paths if we got a default path.
|
---|
| 1210 | ifneq ($(defpath),)
|
---|
| 1211 | objs := $(call abspathex,$(objs),$(defpath))
|
---|
| 1212 | deps := $(call abspathex,$(deps),$(defpath))
|
---|
[741] | 1213 | othersrc := $(call abspathex,$(othersrc),$(defpath))
|
---|
[725] | 1214 | endif
|
---|
| 1215 |
|
---|
[380] | 1216 | # dependency file
|
---|
| 1217 | dep := $(out)$(SUFF_DEP)
|
---|
[524] | 1218 | ifndef NO_LINK_CMDS_DEPS
|
---|
[380] | 1219 | _DEPFILES_INCLUDED += $(dep)
|
---|
| 1220 | $(if $(wildcard $(dep)),$(eval include $(dep)))
|
---|
| 1221 | endif
|
---|
[72] | 1222 |
|
---|
[380] | 1223 | # check that the tool is defined.
|
---|
| 1224 | ifndef TOOL_$(tool)_LINK_LIBRARY_CMDS
|
---|
| 1225 | $(warning kBuild: tools: \
|
---|
[481] | 1226 | 1 $($(target)_$(source)TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1227 | 2 $($(target)_$(source)TOOL.$(bld_trg)) \
|
---|
| 1228 | 3 $($(target)_$(source)TOOL) \
|
---|
| 1229 | 4 $($(target)_TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1230 | 5 $($(target)_TOOL.$(bld_trg)) \
|
---|
| 1231 | 6 $($(target)_TOOL) \
|
---|
| 1232 | 7 $($(source)TOOL) \
|
---|
| 1233 | 8 $($(source)TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1234 | 9 $($(source)TOOL.$(bld_trg)) \
|
---|
| 1235 | 10 $(TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1236 | 11 $(TOOL.$(bld_trg)) \
|
---|
| 1237 | 12 $(TOOL) )
|
---|
[380] | 1238 | $(error kBuild: TOOL_$(tool)_LINK_LIBRARY_CMDS isn't defined! target=$(target) )
|
---|
| 1239 | endif
|
---|
| 1240 |
|
---|
| 1241 | # call the tool
|
---|
| 1242 | $(target)_CMDS_ := $(TOOL_$(tool)_LINK_LIBRARY_CMDS)
|
---|
| 1243 | $(target)_OUTPUT_ := $(TOOL_$(tool)_LINK_LIBRARY_OUTPUT)
|
---|
| 1244 | $(target)_DEPEND_ := $(TOOL_$(tool)_LINK_LIBRARY_DEPEND) $(deps) $(objs)
|
---|
| 1245 | $(target)_DEPORD_ := $(TOOL_$(tool)_LINK_LIBRARY_DEPORD) $(dirdep)
|
---|
| 1246 |
|
---|
[412] | 1247 | # generate the link rule.
|
---|
[380] | 1248 | $(eval $(def_link_rule))
|
---|
| 1249 |
|
---|
[353] | 1250 | # installing and globals
|
---|
| 1251 | definst := $(PATH_LIB)
|
---|
[380] | 1252 | typevar := _LIBS
|
---|
[353] | 1253 | $(eval $(value def_target_install_pluss))
|
---|
[72] | 1254 | endef
|
---|
| 1255 |
|
---|
| 1256 | # Process libraries
|
---|
[380] | 1257 | mode := 0644
|
---|
[481] | 1258 | $(foreach target, $(LIBRARIES) $(LIBRARIES.$(BUILD_TARGET)) $(LIBRARIES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), $(eval $(value def_lib)))
|
---|
[72] | 1259 |
|
---|
| 1260 |
|
---|
| 1261 | #
|
---|
[353] | 1262 | # Link operations.
|
---|
[72] | 1263 | #
|
---|
| 1264 |
|
---|
[353] | 1265 | ##
|
---|
| 1266 | # Link prolog
|
---|
| 1267 | #
|
---|
| 1268 | # @param $(target) Normalized target name.
|
---|
| 1269 | # @param $(EXT) EXE,DLL,SYS.
|
---|
| 1270 | # @param $(definst) The default _INST value.
|
---|
| 1271 | # @param $(typevar) The name of the variable with all the root targets of its type.
|
---|
[380] | 1272 | define def_link_common
|
---|
[353] | 1273 | # basics
|
---|
| 1274 | bld_type := $(firstword $($(target)_BLD_TYPE) $(BUILD_TYPE))
|
---|
| 1275 | bld_trg := $(firstword $($(target)_BLD_TRG) $(BUILD_$(bld_trg_base_var)))
|
---|
| 1276 | bld_trg_arch:= $(firstword $($(target)_BLD_TRG_ARCH) $(BUILD_$(bld_trg_base_var)_ARCH))
|
---|
| 1277 | bld_trg_cpu := $(firstword $($(target)_BLD_TRG_CPU) $(BUILD_$(bld_trg_base_var)_CPU))
|
---|
[145] | 1278 |
|
---|
[353] | 1279 | tool := $(call _TARGET_TOOL,$(target),LD)
|
---|
[743] | 1280 | outbase := $(call TARGET_BASE,$(target),$(target))
|
---|
| 1281 | ifndef PATH_$(target)
|
---|
| 1282 | PATH_$(target) := $(patsubst %/,%,$(dir $(outbase)))
|
---|
| 1283 | else
|
---|
| 1284 | ifneq ($(PATH_$(target)),$(patsubst %/,%,$(dir $(outbase))))
|
---|
| 1285 | $(error kBuild internal error: PATH_$(target)=$(PATH_$(target)) expected $(patsubst %/,%,$(dir $(outbase))))
|
---|
| 1286 | endif
|
---|
| 1287 | endif
|
---|
[353] | 1288 | suff := $(firstword \
|
---|
| 1289 | $($(target)_$(EXT)SUFF) \
|
---|
| 1290 | $($(target)_$(EXT)SUFF) \
|
---|
| 1291 | $(TOOL_$(tool)_LD$(EXT)SUFF) \
|
---|
| 1292 | $($(EXTPRE)SUFF_$(EXT)))
|
---|
| 1293 | out := $(outbase)$(suff)
|
---|
| 1294 | TARGET_$(target) := $(out)
|
---|
[719] | 1295 | $(target)_OBJS_ :=
|
---|
[725] | 1296 | defpath := $($(target)_PATH)
|
---|
[353] | 1297 |
|
---|
[145] | 1298 | # source -> object
|
---|
[353] | 1299 | $(eval $(value def_target_sources))
|
---|
[145] | 1300 |
|
---|
[744] | 1301 | # more link stuff.
|
---|
[353] | 1302 | tool := $(call _TARGET_TOOL,$(target),LD)
|
---|
[743] | 1303 | outbase := $(call TARGET_BASE,$(target),$(target))
|
---|
[353] | 1304 | flags :=\
|
---|
[74] | 1305 | $(TOOL_$(tool)_LDFLAGS)\
|
---|
[221] | 1306 | $(TOOL_$(tool)_LDFLAGS.$(bld_type))\
|
---|
| 1307 | $(TOOL_$(tool)_LDFLAGS.$(bld_trg))\
|
---|
| 1308 | $(TOOL_$(tool)_LDFLAGS.$(bld_trg_arch))\
|
---|
[481] | 1309 | $(TOOL_$(tool)_LDFLAGS.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1310 | $(TOOL_$(tool)_LDFLAGS.$(bld_trg_cpu))\
|
---|
[74] | 1311 | $(LDFLAGS)\
|
---|
[221] | 1312 | $(LDFLAGS.$(bld_type))\
|
---|
| 1313 | $(LDFLAGS.$(bld_trg))\
|
---|
| 1314 | $(LDFLAGS.$(bld_trg_arch))\
|
---|
[481] | 1315 | $(LDFLAGS.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1316 | $(LDFLAGS.$(bld_trg_cpu))\
|
---|
[74] | 1317 | $($(target)_LDFLAGS)\
|
---|
[221] | 1318 | $($(target)_LDFLAGS.$(bld_type))\
|
---|
| 1319 | $($(target)_LDFLAGS.$(bld_trg))\
|
---|
| 1320 | $($(target)_LDFLAGS.$(bld_trg_arch))\
|
---|
[481] | 1321 | $($(target)_LDFLAGS.$(bld_trg).$(bld_trg_arch))\
|
---|
[353] | 1322 | $($(target)_LDFLAGS.$(bld_trg_cpu))
|
---|
| 1323 | othersrc := $(filter-out %.c %.cpp %.cxx %.cc %.s %.S %.asm %.o %.obj,\
|
---|
| 1324 | $($(target)_SOURCES)\
|
---|
| 1325 | $($(target)_SOURCES.$(bld_trg)) \
|
---|
| 1326 | $($(target)_SOURCES.$(bld_trg_arch)) \
|
---|
[481] | 1327 | $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) \
|
---|
[353] | 1328 | $($(target)_SOURCES.$(bld_trg_cpu)) \
|
---|
| 1329 | $($(target)_SOURCES.$(bld_type)))
|
---|
[643] | 1330 | objs = $(filter %.o %.obj, \
|
---|
| 1331 | $($(target)_SOURCES) \
|
---|
| 1332 | $($(target)_SOURCES.$(bld_trg)) \
|
---|
| 1333 | $($(target)_SOURCES.$(bld_trg_arch)) \
|
---|
| 1334 | $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1335 | $($(target)_SOURCES.$(bld_trg_cpu)) \
|
---|
| 1336 | $($(target)_SOURCES.$(bld_type))) \
|
---|
| 1337 | $($(target)_OBJS_)
|
---|
[353] | 1338 | libs :=\
|
---|
[221] | 1339 | $($(target)_LIBS.$(bld_trg_cpu))\
|
---|
[481] | 1340 | $($(target)_LIBS.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1341 | $($(target)_LIBS.$(bld_trg_arch))\
|
---|
| 1342 | $($(target)_LIBS.$(bld_trg))\
|
---|
| 1343 | $($(target)_LIBS.$(bld_type))\
|
---|
[74] | 1344 | $($(target)_LIBS)\
|
---|
[592] | 1345 | $(foreach sdk, $($(target)_SDKS.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1346 | $($(target)_SDKS.$(bld_trg_arch)) \
|
---|
| 1347 | $($(target)_SDKS.$(bld_trg)) \
|
---|
| 1348 | $($(target)_SDKS.$(bld_type)) \
|
---|
| 1349 | $($(target)_SDKS),\
|
---|
[353] | 1350 | $(SDK_$(sdk)_LIBS.$(bld_trg_cpu))\
|
---|
[481] | 1351 | $(SDK_$(sdk)_LIBS.$(bld_trg).$(bld_trg_arch))\
|
---|
[353] | 1352 | $(SDK_$(sdk)_LIBS.$(bld_trg_arch))\
|
---|
| 1353 | $(SDK_$(sdk)_LIBS.$(bld_trg))\
|
---|
| 1354 | $(SDK_$(sdk)_LIBS.$(bld_type))\
|
---|
| 1355 | $(SDK_$(sdk)_LIBS))\
|
---|
[221] | 1356 | $(LIBS.$(bld_trg_cpu))\
|
---|
[481] | 1357 | $(LIBS.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1358 | $(LIBS.$(bld_trg_arch))\
|
---|
| 1359 | $(LIBS.$(bld_trg))\
|
---|
| 1360 | $(LIBS.$(bld_type))\
|
---|
[74] | 1361 | $(LIBS)\
|
---|
[592] | 1362 | $(foreach sdk, $(SDKS.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1363 | $(SDKS.$(bld_trg_arch)) \
|
---|
| 1364 | $(SDKS.$(bld_trg)) \
|
---|
| 1365 | $(SDKS.$(bld_type)) \
|
---|
| 1366 | $(SDKS),\
|
---|
[353] | 1367 | $(SDK_$(sdk)_LIBS.$(bld_trg_cpu))\
|
---|
[481] | 1368 | $(SDK_$(sdk)_LIBS.$(bld_trg).$(bld_trg_arch))\
|
---|
[353] | 1369 | $(SDK_$(sdk)_LIBS.$(bld_trg_arch))\
|
---|
| 1370 | $(SDK_$(sdk)_LIBS.$(bld_trg))\
|
---|
| 1371 | $(SDK_$(sdk)_LIBS.$(bld_type))\
|
---|
| 1372 | $(SDK_$(sdk)_LIBS))\
|
---|
[221] | 1373 | $(TOOL_$(tool)_LIBS.$(bld_trg_cpu))\
|
---|
[481] | 1374 | $(TOOL_$(tool)_LIBS.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1375 | $(TOOL_$(tool)_LIBS.$(bld_trg_arch))\
|
---|
| 1376 | $(TOOL_$(tool)_LIBS.$(bld_trg))\
|
---|
| 1377 | $(TOOL_$(tool)_LIBS.$(bld_type))\
|
---|
[353] | 1378 | $(TOOL_$(tool)_LIBS)
|
---|
| 1379 | libpath :=\
|
---|
[221] | 1380 | $($(target)_LIBPATH.$(bld_trg_cpu))\
|
---|
[481] | 1381 | $($(target)_LIBPATH.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1382 | $($(target)_LIBPATH.$(bld_trg_arch))\
|
---|
| 1383 | $($(target)_LIBPATH.$(bld_trg))\
|
---|
| 1384 | $($(target)_LIBPATH.$(bld_type))\
|
---|
[74] | 1385 | $($(target)_LIBPATH)\
|
---|
[592] | 1386 | $(foreach sdk, $($(target)_SDKS.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1387 | $($(target)_SDKS.$(bld_trg_arch)) \
|
---|
| 1388 | $($(target)_SDKS.$(bld_trg)) \
|
---|
| 1389 | $($(target)_SDKS.$(bld_type)) \
|
---|
| 1390 | $($(target)_SDKS),\
|
---|
[353] | 1391 | $(SDK_$(sdk)_LIBPATH.$(bld_trg_cpu))\
|
---|
[481] | 1392 | $(SDK_$(sdk)_LIBPATH.$(bld_trg).$(bld_trg_arch))\
|
---|
[353] | 1393 | $(SDK_$(sdk)_LIBPATH.$(bld_trg_arch))\
|
---|
| 1394 | $(SDK_$(sdk)_LIBPATH.$(bld_trg))\
|
---|
| 1395 | $(SDK_$(sdk)_LIBPATH.$(bld_type))\
|
---|
| 1396 | $(SDK_$(sdk)_LIBPATH))\
|
---|
[221] | 1397 | $(LIBPATH.$(bld_trg_cpu))\
|
---|
[481] | 1398 | $(LIBPATH.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1399 | $(LIBPATH.$(bld_trg_arch))\
|
---|
| 1400 | $(LIBPATH.$(bld_trg))\
|
---|
| 1401 | $(LIBPATH.$(bld_type))\
|
---|
[74] | 1402 | $(LIBPATH)\
|
---|
[592] | 1403 | $(foreach sdk, $(SDKS.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1404 | $(SDKS.$(bld_trg_arch)) \
|
---|
| 1405 | $(SDKS.$(bld_trg)) \
|
---|
| 1406 | $(SDKS.$(bld_type)) \
|
---|
| 1407 | $(SDKS),\
|
---|
[353] | 1408 | $(SDK_$(sdk)_LIBPATH.$(bld_trg_cpu))\
|
---|
[481] | 1409 | $(SDK_$(sdk)_LIBPATH.$(bld_trg).$(bld_trg_arch))\
|
---|
[353] | 1410 | $(SDK_$(sdk)_LIBPATH.$(bld_trg_arch))\
|
---|
| 1411 | $(SDK_$(sdk)_LIBPATH.$(bld_trg))\
|
---|
| 1412 | $(SDK_$(sdk)_LIBPATH.$(bld_type))\
|
---|
| 1413 | $(SDK_$(sdk)_LIBPATH))\
|
---|
[221] | 1414 | $(TOOL_$(tool)_LIBPATH.$(bld_trg_cpu))\
|
---|
[481] | 1415 | $(TOOL_$(tool)_LIBPATH.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1416 | $(TOOL_$(tool)_LIBPATH.$(bld_trg_arch))\
|
---|
| 1417 | $(TOOL_$(tool)_LIBPATH.$(bld_trg))\
|
---|
| 1418 | $(TOOL_$(tool)_LIBPATH.$(bld_type))\
|
---|
[353] | 1419 | $(TOOL_$(tool)_LIBPATH)
|
---|
| 1420 | dirdep := $(call DIRDEP,$(dir $(out)))
|
---|
[74] | 1421 | ## @todo fix dependencies
|
---|
[353] | 1422 | deps := $($(target)_DEPS)
|
---|
| 1423 |
|
---|
[725] | 1424 | # Adjust paths if we got a default path.
|
---|
| 1425 | ifneq ($(defpath),)
|
---|
| 1426 | libpath := $(call abspathex,$(libpath)def $(target)_PATH)
|
---|
| 1427 | objs := $(call abspathex,$(objs),$(defpath))
|
---|
| 1428 | deps := $(call abspathex,$(deps),$(defpath))
|
---|
[741] | 1429 | othersrc := $(call abspathex,$(othersrc),$(defpath))
|
---|
[725] | 1430 | # libs are not subject to this because of the the -l<lib> stuff. Use $(<target>_PATH)/lib if relative to current dir!
|
---|
| 1431 | endif
|
---|
| 1432 |
|
---|
[353] | 1433 | ## @todo this stuff can't be working.
|
---|
| 1434 | custom_pre := $(strip $(firstword \
|
---|
[481] | 1435 | $($(target)_CUSTOM_PRE.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1436 | $($(target)_CUSTOM_PRE.$(bld_trg).$(bld_type))\
|
---|
| 1437 | $($(target)_CUSTOM_PRE.$(bld_trg))\
|
---|
| 1438 | $($(target)_CUSTOM_PRE.$(bld_type))\
|
---|
[74] | 1439 | $($(target)_CUSTOM_PRE)\
|
---|
[481] | 1440 | $(CUSTOM_PRE.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1441 | $(CUSTOM_PRE.$(bld_trg).$(bld_type))\
|
---|
| 1442 | $(CUSTOM_PRE.$(bld_trg))\
|
---|
| 1443 | $(CUSTOM_PRE.$(bld_type))\
|
---|
[74] | 1444 | $(CUSTOM_PRE)\
|
---|
[353] | 1445 | ))
|
---|
| 1446 | custom_post := $(strip $(firstword \
|
---|
[481] | 1447 | $($(target)_CUSTOM_POST.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1448 | $($(target)_CUSTOM_POST.$(bld_trg).$(bld_type))\
|
---|
| 1449 | $($(target)_CUSTOM_POST.$(bld_trg))\
|
---|
| 1450 | $($(target)_CUSTOM_POST.$(bld_type))\
|
---|
[74] | 1451 | $($(target)_CUSTOM_POST)\
|
---|
[481] | 1452 | $(CUSTOM_POST.$(bld_trg).$(bld_trg_arch))\
|
---|
[221] | 1453 | $(CUSTOM_POST.$(bld_trg).$(bld_type))\
|
---|
| 1454 | $(CUSTOM_POST.$(bld_trg))\
|
---|
| 1455 | $(CUSTOM_POST.$(bld_type))\
|
---|
[74] | 1456 | $(CUSTOM_POST)\
|
---|
[353] | 1457 | ))
|
---|
[72] | 1458 |
|
---|
[353] | 1459 | # installation targets
|
---|
| 1460 | ifndef $(target)_NOINST
|
---|
| 1461 | INSTARGET_$(target) := $(patsubst %/,%/$(notdir $(out)), \
|
---|
| 1462 | $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(definst)/))
|
---|
| 1463 | ifdef KBUILD_DO_AUTO_INSTALL
|
---|
| 1464 | $(typevar) += $(INSTARGET_$(target))
|
---|
| 1465 | else
|
---|
| 1466 | $(typevar) += $(out)
|
---|
| 1467 | endif
|
---|
| 1468 | # generate the install rule
|
---|
| 1469 | $(eval $(def_link_install_rule))
|
---|
| 1470 |
|
---|
| 1471 | else # NOINST
|
---|
| 1472 | INSTARGET_$(target) :=
|
---|
| 1473 | $(typevar) += $(out)
|
---|
| 1474 | endif # NOINST
|
---|
| 1475 |
|
---|
[380] | 1476 | # dependency file
|
---|
| 1477 | dep := $(outbase)$(SUFF_DEP)
|
---|
[524] | 1478 | ifndef NO_LINK_CMDS_DEPS
|
---|
[380] | 1479 | _DEPFILES_INCLUDED += $(dep)
|
---|
| 1480 | $(if $(wildcard $(dep)),$(eval include $(dep)))
|
---|
| 1481 | endif
|
---|
[353] | 1482 |
|
---|
[380] | 1483 | # check that the tool is defined.
|
---|
| 1484 | ifndef TOOL_$(tool)_$(tool_do)_CMDS
|
---|
| 1485 | $(warning kBuild: tools: \
|
---|
[481] | 1486 | 1 $($(target)_$(source)TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1487 | 2 $($(target)_$(source)TOOL.$(bld_trg)) \
|
---|
| 1488 | 3 $($(target)_$(source)TOOL) \
|
---|
| 1489 | 4 $($(target)_TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1490 | 5 $($(target)_TOOL.$(bld_trg)) \
|
---|
| 1491 | 6 $($(target)_TOOL) \
|
---|
| 1492 | 7 $($(source)TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1493 | 8 $($(source)TOOL.$(bld_trg)) \
|
---|
| 1494 | 9 $($(source)TOOL) \
|
---|
| 1495 | 10 $(TOOL.$(bld_trg).$(bld_trg_arch)) \
|
---|
| 1496 | 11 $(TOOL.$(bld_trg)) \
|
---|
| 1497 | 12 $(TOOL) )
|
---|
[380] | 1498 | $(error kBuild: TOOL_$(tool)_$(tool_do)_CMDS isn't defined! target=$(target) )
|
---|
| 1499 | endif
|
---|
[353] | 1500 |
|
---|
[380] | 1501 | # call the tool
|
---|
| 1502 | $(target)_CMDS_ := $(TOOL_$(tool)_$(tool_do)_CMDS)
|
---|
| 1503 | $(target)_OUTPUT_ := $(TOOL_$(tool)_$(tool_do)_OUTPUT)
|
---|
| 1504 | $(target)_DEPEND_ := $(TOOL_$(tool)_$(tool_do)_DEPEND) $(deps) $(objs)
|
---|
| 1505 | $(target)_DEPORD_ := $(TOOL_$(tool)_$(tool_do)_DEPORD) $(dirdep)
|
---|
[353] | 1506 |
|
---|
[412] | 1507 | # generate the link rule.
|
---|
[380] | 1508 | $(eval $(def_link_rule))
|
---|
| 1509 |
|
---|
[412] | 1510 |
|
---|
[380] | 1511 | # Update globals.
|
---|
[579] | 1512 | _OBJS += $($(target)_OBJS_)
|
---|
| 1513 | _OUT_FILES += $($(target)_OUTPUT_) $(out)
|
---|
[353] | 1514 | _CLEAN_FILES += $($(target)_CLEAN)
|
---|
[579] | 1515 | _INSTALLS += $(INSTARGET_$(target))
|
---|
[353] | 1516 |
|
---|
| 1517 | endef
|
---|
| 1518 |
|
---|
| 1519 |
|
---|
| 1520 | #
|
---|
| 1521 | # BLDPROGS
|
---|
| 1522 | #
|
---|
| 1523 |
|
---|
| 1524 | ## Build program (one).
|
---|
| 1525 | # @param $(target) Normalized target (program) name.
|
---|
| 1526 | define def_bldprog
|
---|
| 1527 |
|
---|
| 1528 | # set NOINST if not forced installation.
|
---|
| 1529 | ifndef $(target)_INST
|
---|
| 1530 | $(target)_NOINST := 1
|
---|
| 1531 | endif
|
---|
| 1532 |
|
---|
[380] | 1533 | # do the usual stuff.
|
---|
| 1534 | $(eval $(value def_link_common))
|
---|
[353] | 1535 |
|
---|
| 1536 | endef
|
---|
| 1537 |
|
---|
| 1538 | # Process build programs.
|
---|
| 1539 | EXT := EXE
|
---|
| 1540 | EXTPRE := HOST
|
---|
[380] | 1541 | tool_do := LINK_PROGRAM
|
---|
[353] | 1542 | definst := $(PATH_BIN)
|
---|
| 1543 | typevar := _BLDPROGS
|
---|
[380] | 1544 | mode := 0755
|
---|
[353] | 1545 | bld_trg_base_var := PLATFORM
|
---|
[481] | 1546 | $(foreach target, $(BLDPROGS) $(BLDPROGS.$(BUILD_PLATFORM)) $(BLDPROGS.$(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH)), $(eval $(value def_bldprog)))
|
---|
[353] | 1547 |
|
---|
| 1548 |
|
---|
| 1549 |
|
---|
| 1550 | #
|
---|
| 1551 | # DLLS
|
---|
| 1552 | #
|
---|
| 1553 |
|
---|
[189] | 1554 | # Process dlls
|
---|
[353] | 1555 | EXT := DLL
|
---|
| 1556 | EXTPRE :=
|
---|
[380] | 1557 | tool_do := LINK_DLL
|
---|
[353] | 1558 | definst := $(PATH_DLL)
|
---|
| 1559 | typevar := _DLLS
|
---|
[380] | 1560 | mode := 0755
|
---|
[353] | 1561 | bld_trg_base_var := TARGET
|
---|
[481] | 1562 | $(foreach target, $(DLLS) $(DLLS.$(BUILD_TARGET)) $(DLLS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), $(eval $(value def_link_common)))
|
---|
[74] | 1563 |
|
---|
| 1564 |
|
---|
[72] | 1565 | #
|
---|
[189] | 1566 | # Process import libraries.
|
---|
[72] | 1567 | #
|
---|
[219] | 1568 | # - On OS/2 and windows these are libraries.
|
---|
[189] | 1569 | # - On other platforms they are fake DLLs.
|
---|
[481] | 1570 | ifeq ($(filter-out nt os2 win win64 win32,$(BUILD_TARGET)),)
|
---|
| 1571 | $(foreach target, $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) $(IMPORT_LIBS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), $(eval $(value def_lib)))
|
---|
[189] | 1572 | else
|
---|
[481] | 1573 | $(foreach target, $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) $(IMPORT_LIBS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), $(eval $(value def_link_common)))
|
---|
[189] | 1574 | endif
|
---|
[481] | 1575 | $(foreach target, $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) $(IMPORT_LIBS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), \
|
---|
[353] | 1576 | $(eval _IMPORT_LIBS += $(if $(INSTARGET_$(target)),$(INSTARGET_$(target)), $(TARGET_$(target)))))
|
---|
[72] | 1577 |
|
---|
[189] | 1578 |
|
---|
| 1579 | #
|
---|
| 1580 | # PROGRAMS
|
---|
| 1581 | #
|
---|
| 1582 |
|
---|
[353] | 1583 | # Process programs
|
---|
| 1584 | EXT := EXE
|
---|
| 1585 | EXTPRE :=
|
---|
[380] | 1586 | tool_do := LINK_PROGRAM
|
---|
[353] | 1587 | definst := $(PATH_BIN)
|
---|
| 1588 | typevar := _PROGRAMS
|
---|
[380] | 1589 | mode := 0755
|
---|
[353] | 1590 | bld_trg_base_var := TARGET
|
---|
[481] | 1591 | $(foreach target, $(PROGRAMS) $(PROGRAMS.$(BUILD_TARGET)) $(PROGRAMS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), $(eval $(value def_link_common)))
|
---|
[130] | 1592 |
|
---|
| 1593 |
|
---|
[189] | 1594 |
|
---|
[72] | 1595 | #
|
---|
[83] | 1596 | # SYSMODS
|
---|
[72] | 1597 | #
|
---|
| 1598 |
|
---|
[130] | 1599 | # Process sysmods
|
---|
[353] | 1600 | EXT := SYS
|
---|
| 1601 | EXTPRE :=
|
---|
[380] | 1602 | tool_do := LINK_SYSMOD
|
---|
[353] | 1603 | definst := $(PATH_SYS)
|
---|
| 1604 | typevar := _SYSMODS
|
---|
[380] | 1605 | mode := 0644
|
---|
[353] | 1606 | bld_trg_base_var := TARGET
|
---|
[481] | 1607 | $(foreach target, $(SYSMODS) $(SYSMODS.$(BUILD_TARGET)) $(SYSMODS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), $(eval $(value def_link_common)))
|
---|
[83] | 1608 |
|
---|
| 1609 |
|
---|
[72] | 1610 | #
|
---|
| 1611 | # OTHERS
|
---|
| 1612 | #
|
---|
[481] | 1613 | _OTHERS = $(OTHERS) $(OTHERS.$(BUILD_TARGET)) $(OTHERS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
[72] | 1614 |
|
---|
| 1615 |
|
---|
[353] | 1616 | #
|
---|
| 1617 | # INSTALLS
|
---|
| 1618 | #
|
---|
[72] | 1619 |
|
---|
[353] | 1620 | ## generate the install rule
|
---|
| 1621 | define def_install_src_rule
|
---|
| 1622 | # the install rule
|
---|
| 1623 | $(insdst) : $(srcsrc) | $(call DIRDEP,$(dir $(insdst)))
|
---|
[741] | 1624 | $$(call MSG_L1,Installing $(insdst),(<= $(srcsrc)))
|
---|
[696] | 1625 | $$(QUIET)$$(if $$(filter $(INSTALL),$(inscmd)),,$$(RM) -f $$@)
|
---|
| 1626 | $$(QUIET)$(inscmd)
|
---|
[353] | 1627 | endef
|
---|
| 1628 |
|
---|
| 1629 | ## install one file
|
---|
| 1630 | define def_install_src
|
---|
| 1631 |
|
---|
| 1632 | # deal with '=>' in the source file name.
|
---|
| 1633 | srcdst := $(subst =>, ,$(src))
|
---|
| 1634 | srcsrc := $(firstword $(srcdst))
|
---|
[424] | 1635 | srcdstdir := $(dir $(word 2,$(srcdst)))
|
---|
[353] | 1636 | srcdst := $(word $(words $(srcdst)),$(srcdst))
|
---|
| 1637 |
|
---|
| 1638 | # _INSTFUN
|
---|
| 1639 | ifdef $(srcsrc)_INSTFUN
|
---|
[725] | 1640 | instfun := $(srcsrc)_INSTFUN
|
---|
[353] | 1641 | else
|
---|
[725] | 1642 | ifdef $(target)_INSTFUN
|
---|
| 1643 | instfun := $(target)_INSTFUN
|
---|
| 1644 | else
|
---|
| 1645 | instfun := _INSTALL_FILE
|
---|
| 1646 | endif
|
---|
[353] | 1647 | endif
|
---|
| 1648 |
|
---|
| 1649 | # _INST
|
---|
| 1650 | ifdef $(srcsrc)_INST
|
---|
[725] | 1651 | inst := $(patsubst %/,%,$($(srcsrc)_INST))/$(dir $(srcdstdir))
|
---|
[353] | 1652 | else
|
---|
[725] | 1653 | ifdef $(target)_INST
|
---|
| 1654 | inst := $(patsubst %/,%,$($(target)_INST))/$(dir $(srcdstdir))
|
---|
| 1655 | else
|
---|
| 1656 | inst := $(dir $(srcdstdir))
|
---|
| 1657 | endif
|
---|
[353] | 1658 | endif
|
---|
| 1659 |
|
---|
| 1660 | # calc target
|
---|
[380] | 1661 | insdst := $(call $(instfun),$(srcdst),$(target),$(inst),$(PATH_INS))
|
---|
[424] | 1662 | #$(warning instfun=$(instfun) srcdst=$(srcdst) target=$(target) inst=$(inst) => insdst=$(insdst))
|
---|
[353] | 1663 |
|
---|
[414] | 1664 | # mode, uid and gid
|
---|
| 1665 | mode := $(firstword \
|
---|
[481] | 1666 | $($(target)_$(srcsrc)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1667 | $($(target)_$(srcsrc)_MODE.$(bld_trg)) \
|
---|
| 1668 | $($(target)_$(srcsrc)_MODE) \
|
---|
[481] | 1669 | $($(target)_$(srcdst)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1670 | $($(target)_$(srcdst)_MODE.$(bld_trg)) \
|
---|
| 1671 | $($(target)_$(srcdst)_MODE) \
|
---|
[481] | 1672 | $($(srcsrc)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1673 | $($(srcsrc)_MODE.$(bld_trg)) \
|
---|
| 1674 | $($(srcsrc)_MODE) \
|
---|
[481] | 1675 | $($(srcdst)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1676 | $($(srcdst)_MODE.$(bld_trg)) \
|
---|
| 1677 | $($(srcdst)_MODE) \
|
---|
[481] | 1678 | $($(target)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1679 | $($(target)_MODE.$(bld_trg)) \
|
---|
| 1680 | $($(target)_MODE))
|
---|
| 1681 | uid := $(firstword \
|
---|
[481] | 1682 | $($(target)_$(srcsrc)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1683 | $($(target)_$(srcsrc)_UID.$(bld_trg)) \
|
---|
| 1684 | $($(target)_$(srcsrc)_UID) \
|
---|
[481] | 1685 | $($(target)_$(srcdst)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1686 | $($(target)_$(srcdst)_UID.$(bld_trg)) \
|
---|
| 1687 | $($(target)_$(srcdst)_UID) \
|
---|
[481] | 1688 | $($(srcsrc)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1689 | $($(srcsrc)_UID.$(bld_trg)) \
|
---|
| 1690 | $($(srcsrc)_UID) \
|
---|
[481] | 1691 | $($(srcdst)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1692 | $($(srcdst)_UID.$(bld_trg)) \
|
---|
| 1693 | $($(srcdst)_UID) \
|
---|
[481] | 1694 | $($(target)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1695 | $($(target)_UID.$(bld_trg)) \
|
---|
| 1696 | $($(target)_UID))
|
---|
| 1697 | gid := $(firstword \
|
---|
[481] | 1698 | $($(target)_$(srcsrc)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1699 | $($(target)_$(srcsrc)_GID.$(bld_trg)) \
|
---|
| 1700 | $($(target)_$(srcsrc)_GID) \
|
---|
[481] | 1701 | $($(target)_$(srcdst)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1702 | $($(target)_$(srcdst)_GID.$(bld_trg)) \
|
---|
| 1703 | $($(target)_$(srcdst)_GID) \
|
---|
[481] | 1704 | $($(srcsrc)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1705 | $($(srcsrc)_GID.$(bld_trg)) \
|
---|
| 1706 | $($(srcsrc)_GID) \
|
---|
[481] | 1707 | $($(srcdst)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1708 | $($(srcdst)_GID.$(bld_trg)) \
|
---|
| 1709 | $($(srcdst)_GID) \
|
---|
[481] | 1710 | $($(target)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[414] | 1711 | $($(target)_GID.$(bld_trg)) \
|
---|
| 1712 | $($(target)_GID))
|
---|
| 1713 |
|
---|
[725] | 1714 |
|
---|
| 1715 | # Adjust the source if we got a default PATH. (This must be done this late!)
|
---|
| 1716 | ifdef $(target)_PATH
|
---|
| 1717 | srcsrc := $(call abspathex,$(srcsrc),$($(target)_PATH))
|
---|
| 1718 | endif
|
---|
| 1719 |
|
---|
[353] | 1720 | # create the command
|
---|
| 1721 | ifdef $(srcsrc)_INSTALLER
|
---|
[725] | 1722 | inscmd := $(call $(srcsrc)_INSTALLER,$(srcsrc),$(insdst),$(target))
|
---|
[353] | 1723 | else
|
---|
[725] | 1724 | ifdef $(target)_INSTALLER
|
---|
| 1725 | inscmd := $(call $(target)_INSTALLER,$(srcsrc),$(insdst),$(target))
|
---|
| 1726 | else
|
---|
| 1727 | inscmd := $$(INSTALL)\
|
---|
[414] | 1728 | $(if $(uid),-o $(uid))\
|
---|
| 1729 | $(if $(gid),-g $(gid))\
|
---|
| 1730 | $(if $(mode),-m $(mode))\
|
---|
| 1731 | $(srcsrc) $(insdst)
|
---|
[725] | 1732 | endif
|
---|
[353] | 1733 | endif
|
---|
| 1734 |
|
---|
| 1735 | # generate the rule (need double evaluation here)
|
---|
| 1736 | $(eval $(def_install_src_rule))
|
---|
| 1737 |
|
---|
| 1738 | INSTARGET_$(target) += $(insdst)
|
---|
| 1739 | endef
|
---|
| 1740 |
|
---|
| 1741 |
|
---|
| 1742 | ## generate the symlink rule
|
---|
| 1743 | define def_install_symlink_rule
|
---|
| 1744 | # the install rule
|
---|
| 1745 | $(insdst) : | $(call DIRDEP,$(dir $(insdst)))
|
---|
[696] | 1746 | $$(call MSG_L1,Installing symlink $(insdst),pointing to $(symdst))
|
---|
| 1747 | $$(QUIET)$$(RM) -f $$@
|
---|
| 1748 | $$(QUIET)$$(LN_SYMLINK) $(symdst) $(insdst)
|
---|
[353] | 1749 | endef
|
---|
| 1750 |
|
---|
| 1751 | ## create one symlink
|
---|
| 1752 | define def_install_symlink
|
---|
| 1753 |
|
---|
| 1754 | # deal with '=>' in the source file name.
|
---|
[380] | 1755 | symdst := $(subst =>, ,$(src))
|
---|
| 1756 | symlnk := $(firstword $(symdst))
|
---|
| 1757 | symdst := $(word $(words $(symdst)),$(symdst))
|
---|
[353] | 1758 |
|
---|
| 1759 | # _INSTFUN
|
---|
[380] | 1760 | ifdef $(symlnk)_INSTFUN
|
---|
| 1761 | instfun := $(symlnk)_INSTFUN
|
---|
[353] | 1762 | else
|
---|
| 1763 | ifdef $(target)_INSTFUN
|
---|
| 1764 | instfun := $(target)_INSTFUN
|
---|
| 1765 | else
|
---|
| 1766 | instfun := _INSTALL_FILE
|
---|
| 1767 | endif
|
---|
| 1768 | endif
|
---|
| 1769 |
|
---|
| 1770 | # _INST
|
---|
[380] | 1771 | ifdef $(symlnk)_INST
|
---|
[725] | 1772 | inst := $(patsubst %/,%,$($(symlnk)_INST))/$(dir $(symlnk))
|
---|
[353] | 1773 | else
|
---|
[725] | 1774 | ifdef $(target)_INST
|
---|
| 1775 | inst := $(patsubst %/,%,$($(target)_INST))/$(dir $(symlnk))
|
---|
| 1776 | else
|
---|
| 1777 | inst := $(dir $(symlnk))
|
---|
| 1778 | endif
|
---|
[353] | 1779 | endif
|
---|
| 1780 |
|
---|
| 1781 | # calc target
|
---|
[380] | 1782 | insdst := $(call $(instfun),$(symlnk),$(target),$(inst),$(PATH_INS))
|
---|
| 1783 | #$(warning symlnk=$(symlnk) symdst=$(symdst) insdst=$(insdst) instfun=$(instfun) inst='$(inst)')
|
---|
[353] | 1784 |
|
---|
| 1785 | # generate the rule (need double evaluation here)
|
---|
| 1786 | $(eval $(def_install_symlink_rule))
|
---|
| 1787 |
|
---|
| 1788 | INSTARGET_$(target) += $(insdst)
|
---|
| 1789 | endef
|
---|
| 1790 |
|
---|
[412] | 1791 |
|
---|
[380] | 1792 | ## generate the install rule
|
---|
| 1793 | define def_install_directory_rule
|
---|
| 1794 | # the install rule
|
---|
| 1795 | $(insdst):
|
---|
[696] | 1796 | $$(call MSG_L1,Installing directory $(insdst))
|
---|
| 1797 | $$(QUIET)$$(INSTALL) -d \
|
---|
[380] | 1798 | $(if $(uid),-o $(uid))\
|
---|
| 1799 | $(if $(gid),-g $(gid))\
|
---|
| 1800 | $(if $(mode),-m $(mode))\
|
---|
| 1801 | $(insdst)
|
---|
[412] | 1802 |
|
---|
| 1803 | .NOTPARALLEL: $(insdst)
|
---|
[380] | 1804 | endef
|
---|
| 1805 |
|
---|
[412] | 1806 |
|
---|
[380] | 1807 | ## create one directory
|
---|
| 1808 | define def_install_directory
|
---|
| 1809 |
|
---|
| 1810 | # _INST
|
---|
| 1811 | ifdef $(directory)_INST
|
---|
[725] | 1812 | inst := $(PATH_INS)/$(patsubst %/,%,$($(directory)_INST))
|
---|
[380] | 1813 | else
|
---|
[725] | 1814 | ifdef $(target)_INST
|
---|
| 1815 | inst := $(PATH_INS)/$(patsubst %/,%,$($(target)_INST))
|
---|
| 1816 | else
|
---|
| 1817 | inst := $(PATH_INS)
|
---|
| 1818 | endif
|
---|
[380] | 1819 | endif
|
---|
| 1820 |
|
---|
| 1821 | mode := $(firstword \
|
---|
[481] | 1822 | $($(target)_$(directory)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1823 | $($(target)_$(directory)_MODE.$(bld_trg)) \
|
---|
| 1824 | $($(target)_$(directory)_MODE) \
|
---|
[481] | 1825 | $($(directory)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1826 | $($(directory)_MODE.$(bld_trg)) \
|
---|
| 1827 | $($(directory)_MODE) \
|
---|
[481] | 1828 | $($(target)_MODE.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1829 | $($(target)_MODE.$(bld_trg)) \
|
---|
| 1830 | $($(target)_MODE))
|
---|
| 1831 | uid := $(firstword \
|
---|
[481] | 1832 | $($(target)_$(directory)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1833 | $($(target)_$(directory)_UID.$(bld_trg)) \
|
---|
| 1834 | $($(target)_$(directory)_UID) \
|
---|
[481] | 1835 | $($(directory)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1836 | $($(directory)_UID.$(bld_trg)) \
|
---|
| 1837 | $($(directory)_UID) \
|
---|
[481] | 1838 | $($(target)_UID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1839 | $($(target)_UID.$(bld_trg)) \
|
---|
| 1840 | $($(target)_UID))
|
---|
| 1841 | gid := $(firstword \
|
---|
[481] | 1842 | $($(target)_$(directory)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1843 | $($(target)_$(directory)_GID.$(bld_trg)) \
|
---|
| 1844 | $($(target)_$(directory)_GID) \
|
---|
[481] | 1845 | $($(directory)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1846 | $($(directory)_GID.$(bld_trg)) \
|
---|
| 1847 | $($(directory)_GID) \
|
---|
[481] | 1848 | $($(target)_GID.$(bld_trg).$(bld_trg_arch)) \
|
---|
[380] | 1849 | $($(target)_GID.$(bld_trg)) \
|
---|
| 1850 | $($(target)_GID))
|
---|
| 1851 |
|
---|
| 1852 | insdst := $(inst)/$(directory)/
|
---|
| 1853 | #$(warning directory=$(directory) inst=$(inst) insdst=$(insdst) mode=$(mode) gid=$(gid) uid=$(uid))
|
---|
| 1854 |
|
---|
| 1855 | # generate the rule (need double evaluation here)
|
---|
| 1856 | $(eval $(def_install_directory_rule))
|
---|
| 1857 |
|
---|
| 1858 | INSTARGET_DIRS_$(target) += $(insdst)
|
---|
| 1859 | endef
|
---|
| 1860 |
|
---|
| 1861 |
|
---|
[353] | 1862 | ## process one install target.
|
---|
| 1863 | define def_install
|
---|
[744] | 1864 | # the basics.
|
---|
[353] | 1865 | bld_type := $(firstword $($(target)_BLD_TYPE) $(BUILD_TYPE))
|
---|
| 1866 | bld_trg := $(firstword $($(target)_BLD_TRG) $(BUILD_TARGET))
|
---|
| 1867 | bld_trg_arch:= $(firstword $($(target)_BLD_TRG_ARCH) $(BUILD_TARGET_ARCH))
|
---|
| 1868 | bld_trg_cpu := $(firstword $($(target)_BLD_TRG_CPU) $(BUILD_TARGET_CPU))
|
---|
| 1869 |
|
---|
| 1870 | INSTARGET_$(target) :=
|
---|
[380] | 1871 | INSTARGET_DIRS_$(target) :=
|
---|
| 1872 |
|
---|
[481] | 1873 | $(foreach directory,$($(target)_DIRS) $($(target)_DIRS.$(bld_trg)) $($(target)_DIRS.$(bld_trg).$(bld_trg_arch)) $($(target)_DIRS.$(bld_trg_arch)) $($(target)_DIRS.$(bld_trg_cpu)) $($(target)_DIRS.$(bld_type)), \
|
---|
[380] | 1874 | $(eval $(value def_install_directory)))
|
---|
| 1875 |
|
---|
[481] | 1876 | $(foreach src,$($(target)_SOURCES) $($(target)_SOURCES.$(bld_trg)) $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_arch)) $($(target)_SOURCES.$(bld_trg_cpu)) $($(target)_SOURCES.$(bld_type)), \
|
---|
[353] | 1877 | $(eval $(value def_install_src)))
|
---|
| 1878 |
|
---|
[481] | 1879 | $(foreach src,$($(target)_SYMLINKS) $($(target)_SYMLINKS.$(bld_trg)) $($(target)_SYMLINKS.$(bld_trg).$(bld_trg_arch)) $($(target)_SYMLINKS.$(bld_trg_arch)) $($(target)_SYMLINKS.$(bld_trg_cpu)) $($(target)_SYMLINKS.$(bld_type)), \
|
---|
[353] | 1880 | $(eval $(value def_install_symlink)))
|
---|
| 1881 |
|
---|
[380] | 1882 | _INSTALLS += $(INSTARGET_$(target)) $($(target)_GOALS)
|
---|
| 1883 | _INSTALLS_DIRS += $(INSTARGET_DIRS_$(target))
|
---|
[353] | 1884 | endef
|
---|
| 1885 |
|
---|
| 1886 | ## process all install targets
|
---|
[481] | 1887 | $(foreach target, $(INSTALLS) $(INSTALLS.$(BUILD_TARGET)) $(INSTALLS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), \
|
---|
[353] | 1888 | $(eval $(value def_install)))
|
---|
| 1889 |
|
---|
| 1890 |
|
---|
[72] | 1891 | #
|
---|
[417] | 1892 | # PACKING
|
---|
| 1893 | #
|
---|
[481] | 1894 | _PACKING += $(PACKING) $(PACKING.$(BUILD_TARGET)) $(PACKING.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
[417] | 1895 |
|
---|
| 1896 |
|
---|
| 1897 | #
|
---|
[72] | 1898 | # DOCS
|
---|
| 1899 | #
|
---|
| 1900 |
|
---|
| 1901 |
|
---|
| 1902 | #
|
---|
[353] | 1903 | # DIRECTORIES
|
---|
| 1904 | #
|
---|
| 1905 | _DIR_ALL := $(sort $(addsuffix /,$(patsubst %/,%,$(_DIRS))) $(dir $(_OUT_FILES) $(_OBJS) $(_INSTALLS)))
|
---|
[380] | 1906 | $(foreach directory,$(_INSTALLS_DIRS), $(eval _DIR_ALL := $(filter-out $(directory),$(_DIR_ALL))))
|
---|
[353] | 1907 |
|
---|
[380] | 1908 |
|
---|
[353] | 1909 | define def_mkdir_rule
|
---|
| 1910 | $(directory):
|
---|
[696] | 1911 | $$(call MSG_L2,Creating directory $$@)
|
---|
| 1912 | $$(QUIET)$$(MKDIR) -p $$@
|
---|
[72] | 1913 | endef
|
---|
| 1914 |
|
---|
[353] | 1915 | $(foreach directory,$(_DIR_ALL),$(eval $(def_mkdir_rule)))
|
---|
[72] | 1916 |
|
---|
[183] | 1917 |
|
---|
[72] | 1918 | #
|
---|
[353] | 1919 | # NOTHING
|
---|
[72] | 1920 | #
|
---|
[353] | 1921 | do-nothing:
|
---|
| 1922 | $(call MSG_L1,Did nothing in $(CURDIR))
|
---|
[72] | 1923 |
|
---|
[183] | 1924 |
|
---|
[75] | 1925 | #
|
---|
[353] | 1926 | # CLEAN UP
|
---|
[75] | 1927 | #
|
---|
[353] | 1928 | do-clean:
|
---|
[701] | 1929 | $(call MSG_L1,Cleaning...)
|
---|
| 1930 | $(QUIET)$(RM) -f $(_OUT_FILES) $(_OBJS) $(_DEPFILES) $(_DEPFILES_INCLUDED) $(_CLEAN_FILES) $(OTHER_CLEAN)
|
---|
[72] | 1931 |
|
---|
[98] | 1932 |
|
---|
[353] | 1933 | #
|
---|
| 1934 | # PASSES (including directory and makefile walking)
|
---|
| 1935 | #
|
---|
[221] | 1936 |
|
---|
[75] | 1937 | ## Subdir
|
---|
| 1938 | # @param $(pass) Lowercase pass name.
|
---|
| 1939 | # @param $(PASS) Uppercase pass name.
|
---|
| 1940 | # @param $(subdir) Subdirectory
|
---|
| 1941 | # @param $(tag) tag to attach to the rule name.
|
---|
| 1942 | define def_pass_subdir
|
---|
[219] | 1943 | pass_$(pass)$(tag):: $(dep)
|
---|
[696] | 1944 | + $$(QUIET)$$(MAKE) -C $(subdir) -f $$(notdir $$(firstword $$(wildcard $$(addprefix $(subdir)/,$$(DEFAULT_MAKEFILE))))) pass_$(pass)
|
---|
[75] | 1945 | endef
|
---|
[72] | 1946 |
|
---|
[75] | 1947 | ## Submakefile
|
---|
| 1948 | # @param $(pass) Lowercase pass name.
|
---|
| 1949 | # @param $(PASS) Uppercase pass name.
|
---|
| 1950 | # @param $(makefile) Makefile.
|
---|
| 1951 | # @param $(tag) tag to attach to the rule name.
|
---|
| 1952 | define def_pass_makefile
|
---|
[219] | 1953 | pass_$(pass)$(tag):: $(dep)
|
---|
[696] | 1954 | + $$(QUIET)$$(MAKE) -C $(patsubst %/,%,$(dir $(makefile))) -f $(notdir $(makefile)) pass_$(pass)
|
---|
[75] | 1955 | endef
|
---|
[73] | 1956 |
|
---|
[75] | 1957 | ## Execute a pass.
|
---|
| 1958 | # @param $(pass) Lowercase pass name.
|
---|
| 1959 | # @param $(PASS) Uppercase pass name.
|
---|
[353] | 1960 | define def_pass_old
|
---|
[481] | 1961 | $(eval SUBDIRS_$(PASS) ?= $(SUBDIRS) $(SUBDIRS.$(BUILD_TARGET)) $(SUBDIRS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
| 1962 | $(eval SUBDIRS_AFTER_$(PASS) ?= $(SUBDIRS_AFTER) $(SUBDIRS_AFTER.$(BUILD_TARGET)) $(SUBDIRS_AFTER.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
| 1963 | $(eval MAKEFILES_BEFORE_$(PASS) ?= $(MAKEFILES_BEFORE) $(MAKEFILES_BEFORE.$(BUILD_TARGET)) $(MAKEFILES_BEFORE.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
| 1964 | $(eval MAKEFILES_AFTER_$(PASS) ?= $(MAKEFILES_AFTER) $(MAKEFILES_AFTER.$(BUILD_TARGET)) $(MAKEFILES_AFTER.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
[75] | 1965 |
|
---|
| 1966 | $(eval tag:=_before)
|
---|
[219] | 1967 | $(eval dep:=)
|
---|
[481] | 1968 | $(foreach subdir,$(SUBDIRS_$(PASS)) $(SUBDIRS_$(PASS).$(BUILD_TARGET)) $(SUBDIRS_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ,$(eval $(def_pass_subdir)))
|
---|
| 1969 | $(foreach makefile,$(MAKEFILES_BEFORE_$(PASS)) $(MAKEFILES_BEFORE_$(PASS).$(BUILD_TARGET)) $(MAKEFILES_BEFORE_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),$(eval $(def_pass_makefile)))
|
---|
[75] | 1970 |
|
---|
| 1971 | $(eval tag:=_after)
|
---|
[219] | 1972 | $(eval dep:=pass_$(pass)_doit)
|
---|
[481] | 1973 | $(foreach subdir,$(SUBDIRS_AFTER_$(PASS)) $(SUBDIRS_AFTER_$(PASS).$(BUILD_TARGET)) $(SUBDIRS_AFTER_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ,$(eval $(def_pass_subdir)))
|
---|
| 1974 | $(foreach makefile,$(MAKEFILES_AFTER_$(PASS)) $(MAKEFILES_AFTER_$(PASS).$(BUILD_TARGET)) $(MAKEFILES_AFTER_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ,$(eval $(def_pass_makefile)))
|
---|
[75] | 1975 |
|
---|
| 1976 | .NOTPARALLEL: pass_$(pass)_before pass_$(pass)_after
|
---|
| 1977 | .PHONY: pass_$(pass) pass_$(pass)_before pass_$(pass)_doit pass_$(pass)_after
|
---|
[353] | 1978 | pass_$(pass)_doit: $(PASS_$(PASS)_trgs) $(foreach var,$(PASS_$(PASS)_vars),$(var))
|
---|
[272] | 1979 | pass_$(pass)_this: pass_$(pass)_before
|
---|
[696] | 1980 | + $$(QUIET)$$(MAKE) -f $$(MAKEFILE) pass_$(pass)_doit
|
---|
[220] | 1981 | pass_$(pass)_after:: pass_$(pass)_this
|
---|
[219] | 1982 | pass_$(pass): pass_$(pass)_after
|
---|
[75] | 1983 |
|
---|
[183] | 1984 | endef
|
---|
| 1985 |
|
---|
[353] | 1986 | define def_pass
|
---|
[481] | 1987 | $(eval SUBDIRS_$(PASS) ?= $(SUBDIRS) $(SUBDIRS.$(BUILD_TARGET)) $(SUBDIRS.$(BUILD_TARGET.$(BUILD_TARGET_ARCH))) )
|
---|
| 1988 | $(eval SUBDIRS_AFTER_$(PASS) ?= $(SUBDIRS_AFTER) $(SUBDIRS_AFTER.$(BUILD_TARGET)) $(SUBDIRS_AFTER.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
| 1989 | $(eval MAKEFILES_BEFORE_$(PASS) ?= $(MAKEFILES_BEFORE) $(MAKEFILES_BEFORE.$(BUILD_TARGET)) $(MAKEFILES_BEFORE.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
| 1990 | $(eval MAKEFILES_AFTER_$(PASS) ?= $(MAKEFILES_AFTER) $(MAKEFILES_AFTER.$(BUILD_TARGET)) $(MAKEFILES_AFTER.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) )
|
---|
[183] | 1991 |
|
---|
[353] | 1992 | $(eval tag:=_before)
|
---|
| 1993 | $(eval dep:=)
|
---|
[481] | 1994 | $(foreach subdir,$(SUBDIRS_$(PASS)) $(SUBDIRS_$(PASS).$(BUILD_TARGET)) $(SUBDIRS_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ,$(eval $(def_pass_subdir)))
|
---|
| 1995 | $(foreach makefile,$(MAKEFILES_BEFORE_$(PASS)) $(MAKEFILES_BEFORE_$(PASS).$(BUILD_TARGET)) $(MAKEFILES_BEFORE_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),$(eval $(def_pass_makefile)))
|
---|
[75] | 1996 |
|
---|
[353] | 1997 | $(eval tag:=_after)
|
---|
| 1998 | $(eval dep:=pass_$(pass)_doit)
|
---|
[481] | 1999 | $(foreach subdir,$(SUBDIRS_AFTER_$(PASS)) $(SUBDIRS_AFTER_$(PASS).$(BUILD_TARGET)) $(SUBDIRS_AFTER_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ,$(eval $(def_pass_subdir)))
|
---|
| 2000 | $(foreach makefile,$(MAKEFILES_AFTER_$(PASS)) $(MAKEFILES_AFTER_$(PASS).$(BUILD_TARGET)) $(MAKEFILES_AFTER_$(PASS).$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ,$(eval $(def_pass_makefile)))
|
---|
[75] | 2001 |
|
---|
[380] | 2002 | ifdef KBUILD_SAFE_PARALLEL
|
---|
[353] | 2003 | .NOTPARALLEL: pass_$(pass) pass_$(pass)_before pass_$(pass)_after pass_$(pass)_this
|
---|
| 2004 | .PHONY: pass_$(pass) pass_$(pass)_before pass_$(pass)_after pass_$(pass)_this pass_$(pass)_doit
|
---|
| 2005 | pass_$(pass)_doit: $(PASS_$(PASS)_trgs) $(foreach var,$(PASS_$(PASS)_vars),$(var))
|
---|
| 2006 | pass_$(pass)_this: pass_$(pass)_before
|
---|
[696] | 2007 | + $$(QUIET)$$(MAKE) -f $$(MAKEFILE) pass_$(pass)_doit
|
---|
[353] | 2008 | pass_$(pass)_after:: pass_$(pass)_this
|
---|
| 2009 | pass_$(pass): pass_$(pass)_after
|
---|
| 2010 | else
|
---|
[388] | 2011 | .NOTPARALLEL: pass_$(pass) pass_$(pass)_before pass_$(pass)_after pass_$(pass)_doit
|
---|
[353] | 2012 | .PHONY: pass_$(pass) pass_$(pass)_before pass_$(pass)_after pass_$(pass)_doit
|
---|
| 2013 | pass_$(pass)_doit: pass_$(pass)_before \
|
---|
| 2014 | $(PASS_$(PASS)_trgs) $(foreach var,$(PASS_$(PASS)_vars),$($(var)))
|
---|
| 2015 | pass_$(pass): \
|
---|
| 2016 | pass_$(pass)_before \
|
---|
| 2017 | pass_$(pass)_doit \
|
---|
[388] | 2018 | pass_$(pass)_after
|
---|
[353] | 2019 | endif
|
---|
[189] | 2020 |
|
---|
[353] | 2021 | #$ (warning pass=$(pass) PASS=$(PASS): $(PASS_$(PASS)_trgs) $(PASS_$(PASS)_trgs) $(foreach var,$(PASS_$(PASS)_vars),$($(var))))
|
---|
| 2022 | endef
|
---|
[75] | 2023 |
|
---|
[353] | 2024 | # Generate the defined passes.
|
---|
| 2025 | $(foreach PASS, $(PASSES), \
|
---|
| 2026 | $(eval pass := $(PASS_$(PASS)_pass)) \
|
---|
| 2027 | $(eval $(def_pass)))
|
---|
[75] | 2028 |
|
---|
[219] | 2029 | ## Pass order
|
---|
| 2030 | # @param $(pass) Current pass name.
|
---|
| 2031 | # @param $(prev_pass) The previous pass name.
|
---|
| 2032 | define def_pass_order
|
---|
[380] | 2033 | ifdef KBUILD_SAFE_PARALLEL
|
---|
[353] | 2034 | .NOTPARALLEL: pass_$(pass)_order
|
---|
| 2035 | .PHONY: pass_$(pass)_order
|
---|
[219] | 2036 | pass_$(pass)_order: $(pass_prev)
|
---|
[696] | 2037 | $$(call MSG_L1,Pass - $$(if $$(PASS_$(PASS)),$$(PASS_$(PASS)),$(pass)))
|
---|
| 2038 | + $$(QUIET)$$(MAKE) -f $$(MAKEFILE) pass_$(pass)
|
---|
[353] | 2039 | else
|
---|
| 2040 | .NOTPARALLEL: pass_$(pass)_order pass_$(pass)_banner
|
---|
[388] | 2041 | .PHONY: pass_$(pass)_order pass_$(pass)_banner
|
---|
[353] | 2042 | pass_$(pass)_banner:
|
---|
[696] | 2043 | $$(call MSG_L1,Pass - $$(if $$(PASS_$(PASS)),$$(PASS_$(PASS)),$(pass)))
|
---|
[353] | 2044 | pass_$(pass)_order: \
|
---|
| 2045 | $(pass_prev) \
|
---|
| 2046 | pass_$(pass)_banner \
|
---|
| 2047 | pass_$(pass)
|
---|
| 2048 | endif
|
---|
[219] | 2049 | $(eval pass_prev := pass_$(pass)_order)
|
---|
| 2050 | endef
|
---|
[183] | 2051 |
|
---|
[219] | 2052 | ## PASS: order
|
---|
| 2053 | # Use dependencies to ensure correct pass order.
|
---|
| 2054 | pass_prev :=
|
---|
[353] | 2055 | $(foreach PASS,$(DEFAULT_PASSES),\
|
---|
| 2056 | $(eval pass := $(PASS_$(PASS)_pass)) \
|
---|
| 2057 | $(eval $(def_pass_order)))
|
---|
[219] | 2058 |
|
---|
[272] | 2059 |
|
---|
[75] | 2060 | #
|
---|
| 2061 | # THE MAIN RULES
|
---|
| 2062 | #
|
---|
[219] | 2063 | all_recursive: $(pass_prev)
|
---|
[75] | 2064 |
|
---|
[130] | 2065 | rebuild: clean
|
---|
[219] | 2066 | + $(MAKE) -f $(firstword $(MAKEFILE_LIST)) all_recursive
|
---|
[78] | 2067 |
|
---|
[412] | 2068 | # @todo make this a non-default pass!
|
---|
[353] | 2069 | uninstall:
|
---|
| 2070 | $(RM) -f $(_INSTALLS)
|
---|
[412] | 2071 |
|
---|
[380] | 2072 | install: pass_installs
|
---|
[78] | 2073 |
|
---|
[75] | 2074 | # misc shortcuts.
|
---|
[380] | 2075 | targets: bldprogs libraries dlls programs sysmods others installs
|
---|
[75] | 2076 | objects: $(_OBJS)
|
---|
[222] | 2077 | bldprogs: $(_BLDPROGS)
|
---|
[189] | 2078 | libraries: $(_LIBS) $(_IMPORT_LIBS) $(_OTHER_LIBRARIES)
|
---|
[205] | 2079 | dlls: $(_DLLS)
|
---|
[219] | 2080 | programs: $(_PROGRAMS)
|
---|
[205] | 2081 | sysmods: $(_SYSMODS)
|
---|
[353] | 2082 | others: $(_OTHERS)
|
---|
[380] | 2083 | installs: $(_INSTALLS_DIRS) $(_INSTALLS)
|
---|
[75] | 2084 |
|
---|
| 2085 |
|
---|
[353] | 2086 | #
|
---|
| 2087 | # kBuild debugging stuff.
|
---|
| 2088 | #
|
---|
| 2089 | _SPACE := $(subst ., ,.)
|
---|
| 2090 | _TAB := $(subst ., ,.)
|
---|
| 2091 | define _NEWLINE
|
---|
| 2092 |
|
---|
| 2093 |
|
---|
| 2094 | endef
|
---|
| 2095 | NLTAB = $(_NEWLINE)$(TAB)
|
---|
| 2096 | show_targets:
|
---|
| 2097 | @$(foreach target, $(ALL_TARGETS),\
|
---|
| 2098 | @$(ECHO) "target: $(target)" $(NLTAB)\
|
---|
| 2099 | @$(ECHO) " PATH_$(target)=$(PATH_$(target))" $(NLTAB)\
|
---|
| 2100 | @$(ECHO) " TARGET_$(target)=$(TARGET_$(target))" $(NLTAB)\
|
---|
| 2101 | @$(ECHO) " INSTARGET_$(target)=$(INSTARGET_$(target))" $(NLTAB)\
|
---|
[660] | 2102 | $(foreach prop,$(PROPS_SINGLE) $(PROPS_ACCUMULATE_L) $(PROPS_ACCUMULATE_R) OBJS_ CLEAN, \
|
---|
[353] | 2103 | $(eval _tmp:=$(firstword $($(target)_BLD_TRG) $(BUILD_TARGET))) \
|
---|
| 2104 | $(if $($(target)_$(prop).$(_tmp)),\
|
---|
| 2105 | @$(ECHO) " $(target)_$(prop).$(_tmp)=$($(target)_$(prop).$(_tmp))" $(NLTAB)) \
|
---|
| 2106 | $(if $($(target)_$(prop)), $(NLTAB)@$(ECHO) " $(target)_$(prop)=$($(target)_$(prop))" $(NLTAB)) \
|
---|
| 2107 | )\
|
---|
| 2108 | $(foreach prop,$(PROPS_DEFERRED), \
|
---|
| 2109 | $(eval _tmp:=$(firstword $($(target)_BLD_TRG) $(BUILD_TARGET))) \
|
---|
| 2110 | $(if $(value $(target)_$(prop).$(_tmp)),\
|
---|
| 2111 | @$(ECHO) ' $(target)_$(prop).$(_tmp)=$(value $(TARGET)_$(prop).$(_tmp))' $(NLTAB)) \
|
---|
| 2112 | $(if $(value $(target)_$(prop)), $(NLTAB)@$(ECHO) ' $(target)_$(prop)=$(value $(target)_$(prop))' $(NLTAB)) \
|
---|
| 2113 | ))
|
---|
| 2114 |
|
---|
| 2115 |
|
---|
| 2116 |
|
---|
| 2117 | #
|
---|
| 2118 | # Include dependency files.
|
---|
| 2119 | #
|
---|
| 2120 | $(foreach dep,$(wildcard $(_DEPFILES)),$(eval include $(dep)))
|
---|
| 2121 |
|
---|
| 2122 |
|
---|
[72] | 2123 | # end-of-file-content
|
---|
[106] | 2124 | __footer_kmk__ := target
|
---|
[72] | 2125 | endif # __footer_kmk__
|
---|
[438] | 2126 |
|
---|
[725] | 2127 |
|
---|