Changeset 1795 for trunk/kBuild/footer.kmk
- Timestamp:
- Sep 20, 2008, 1:50:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1781 r1795 2037 2037 define def_src_handler_c 2038 2038 local type := C 2039 $(kb-src-one )2039 $(kb-src-one 2) 2040 2040 endef 2041 2041 2042 2042 define def_src_handler_cxx 2043 2043 local type := CXX 2044 $(kb-src-one )2044 $(kb-src-one 2) 2045 2045 endef 2046 2046 2047 2047 define def_src_handler_objc 2048 2048 local type := OBJC 2049 $(kb-src-one )2049 $(kb-src-one 2) 2050 2050 endef 2051 2051 2052 2052 define def_src_handler_asm 2053 2053 local type := AS 2054 $(kb-src-one )2054 $(kb-src-one 2) 2055 2055 endef 2056 2056 2057 2057 define def_src_handler_rc 2058 2058 local type := RC 2059 $(kb-src-one )2059 $(kb-src-one 2) 2060 2060 endef 2061 2061 … … 2353 2353 local dep := $(out)$(SUFF_DEP) 2354 2354 ifndef NO_LINK_CMDS_DEPS 2355 _DEPFILES_INCLUDED += $(dep) 2356 $(eval includedep $(dep)) 2355 ifndef ($(_KB_TEST),) 2356 _DEPFILES += $(dep) 2357 else 2358 _DEPFILES_INCLUDED += $(dep) 2359 $(eval includedep $(dep)) 2360 endif 2357 2361 endif 2358 2362 … … 2746 2750 local dep := $(outbase)$(SUFF_DEP) 2747 2751 ifndef NO_LINK_CMDS_DEPS 2748 _DEPFILES_INCLUDED += $(dep) 2749 $(eval includedep $(dep)) 2752 ifndef ($(_KB_TEST),) 2753 _DEPFILES += $(dep) 2754 else 2755 _DEPFILES_INCLUDED += $(dep) 2756 $(eval includedep $(dep)) 2757 endif 2750 2758 endif 2751 2759 … … 3560 3568 $(info prof: $(int-sub $(_KBUILD_TS_FOOTER_END), $(_KBUILD_TS_HEADER_START)) - $(int-sub $(_KBUILD_TS_FOOTER_END), $(_KBUILD_TS_PREV)) - end of footer.kmk) 3561 3569 $(info prof: footer.kmk: $(int-sub $(_KBUILD_TS_FOOTER_END), $(_KBUILD_TS_FOOTER_START))) 3570 $(info stat: $(make-stats )) 3562 3571 $(info prof: ALL=$(words $(_ALL_TARGETS)) BLDPROGS=$(words $(_ALL_BLDPROGS)) LIBRARIES=$(words $(_ALL_LIBRARIES)) IMPORT_LIBS=$(words $(IMPORT_LIBS)) DLLS=$(words $(DLLS)) PROGRAMS=$(words $(_ALL_PROGRAMS)) ) 3563 3572 $(info prof: SYSMODS=$(words $(_ALL_SYSMODS)) OTHERS=$(words $(_ALL_OTHERS)) INSTALLS=$(words $(_ALL_INSTALLS)) FETCHES=$(words $(_ALL_FETCHES)) PACKING=$(words $(_PACKING)) TESTING=$(words $(TESTING)) ) 3564 3573 $(info prof: DIRS=$(words $(_DIR_ALL)) TOOLS=$(words $(_TOOLS)) SDKS=$(words $(_SDKS)) USES=$(words $(_USES)) OUT_FILES=$(words $(_OUT_FILES)) OBJS=$(words $(_OBJS)) CLEAN_FILES=$(words $(CLEAN_FILES) $(OTHER_CLEAN)) ) 3565 $(info prof: DEPFILES_INCLUDED=$(words $(_DEPFILES_INCLUDED)) DEPFILES=$(words $(DEPFILES)) MAKEFILES=$(words $(MAKEFILE_LIST)) ) 3566 $(info stat: $(make-stats )) 3574 $(info prof: DEPFILES_INCLUDED=$(words $(_DEPFILES_INCLUDED)) DEPFILES=$(words $(_DEPFILES)) MAKEFILES=$(words $(MAKEFILE_LIST)) ) 3567 3575 _KBUILD_TS_PREV := $(_KBUILD_TS_FOOTER_END) 3568 3576 endif
Note:
See TracChangeset
for help on using the changeset viewer.