Changeset 1472 in kBuild
- Timestamp:
- Mar 31, 2008 5:39:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1457 r1472 2016 2016 # @param $(defpath) 2017 2017 # @param much-more... 2018 # @returns 2018 # @returns othersrc, $(target)_OBJS_, ++ 2019 2019 define def_target_sources 2020 2020 target_src_handlers := $($(target)_SRC_HANDLERS) $(KBUILD_SRC_HANDLERS) … … 2145 2145 deps := $(abspathex $(deps),$(defpath)) 2146 2146 orderdeps := $(abspathex $(orderdeps),$(defpath)) 2147 othersrc := $(abspathex $(othersrc),$(defpath)) 2147 2148 endif 2148 2149 … … 2464 2465 deps := $(abspathex $(deps),$(defpath)) 2465 2466 orderdeps := $(abspathex $(orderdeps),$(defpath)) 2467 othersrc := $(abspathex $(othersrc),$(defpath)) 2466 2468 # libs are not subject to this because of the the -l<lib> stuff. Use $(<target>_PATH)/lib if relative to current dir! 2467 2469 endif
Note:
See TracChangeset
for help on using the changeset viewer.