Changeset 184 for trunk/kBuild/footer.kmk
- Timestamp:
- Dec 4, 2004, 3:26:54 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r183 r184 577 577 $(eval obj := $(outbase)$(objsuff)) 578 578 $(eval dep := $(outbase)$(SUFF_DEP)) 579 580 #$ (warning dbg: target=$(target) source=$(source) tool=$(tool) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff)) 579 $(eval deps := \ 580 $($(target)_$(source)_DEPS)\ 581 $($(target)_$(source)_DEPS.$(BUILD_TYPE))\ 582 $($(target)_$(source)_DEPS.$(BUILD_TARGET))\ 583 $($(target)_$(source)_DEPS.$(BUILD_TARGET_ARCH))\ 584 $($(target)_$(source)_DEPS.$(BUILD_TARGET_CPU))\ 585 $($(source)_DEPS)\ 586 $($(source)_DEPS.$(BUILD_TYPE))\ 587 $($(source)_DEPS.$(BUILD_TARGET))\ 588 $($(target)_DEPS)\ 589 $($(target)_DEPS.$(BUILD_TARGET_ARCH))\ 590 $($(target)_DEPS.$(BUILD_TARGET_CPU))) 591 592 593 #$ (warning dbg: target=$(target) source=$(source) tool=$(tool) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff) deps=$(deps)) 581 594 ifndef TOOL_$(tool)_COMPILE_$(type) 582 595 $$(warning kBuild: TOOL_$(tool)_COMPILE_$(type) is not defined. source=$(source) target=$(target) ) … … 667 680 $(eval dirdep := $(dir $(lib)).dir_created) 668 681 ## @todo fix dependencies on makefiles an such 669 $(eval deps := )682 $(eval deps := $($(target)_DEPS)) 670 683 671 684 $(eval $(TOOL_$(tool)_LINK_LIBRARY)) … … 798 811 $(eval dirdep := $(dir $(exe)).dir_created) 799 812 ## @todo fix dependencies 800 $(eval deps := )813 $(eval deps := $($(target)_DEPS)) 801 814 # 802 815 $(eval custom_pre := $(strip $(firstword … … 950 963 $(eval dirdep := $(dir $(dll)).dir_created) 951 964 ## @todo fix dependencies 952 $(eval deps := )965 $(eval deps := $($(target)_DEPS)) 953 966 # 954 967 $(eval custom_pre := $(strip $(firstword … … 1116 1129 $(eval dirdep := $(dir $(sys)).dir_created) 1117 1130 ## @todo fix dependencies 1118 $(eval deps := )1131 $(eval deps := $($(target)_DEPS)) 1119 1132 # 1120 1133 $(eval custom_pre := $(strip $(firstword
Note:
See TracChangeset
for help on using the changeset viewer.