Changeset 239 for trunk/kBuild


Ignore:
Timestamp:
Feb 14, 2005, 2:18:32 PM (20 years ago)
Author:
bird
Message:

BLDPROGS must inherit stuff too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r238 r239  
    3535# all targets.
    3636ALL_TARGETS := \
     37        $(BLDPROGS)    $(BLDPROGS.$(BUILD_PLATFORM)) \
    3738        $(LIBRARIES)   $(LIBRARIES.$(BUILD_TARGET)) \
    3839        $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) \
     
    796797$(eval othersrc    := $(filter-out %.c %.cpp %.cxx %.cc %.s %.S %.asm,$($(target)_SOURCES) $($(target)_SOURCES.$(bld_trg)) $($(target)_SOURCES.$(bld_type))))
    797798
     799ifndef TOOL_$(tool)_LINK_PROGRAM
     800$$(warning kBuild: TOOL_$(tool)_LINK_PROGRAM is not defined. target=$(target) )
     801$$(warning kBuild: tools: \
     802        1 $($(target)_$(source)TOOL.$(bld_trg)) \
     803        2 $($(target)_$(source)TOOL) \
     804        3 $($(target)_TOOL.$(bld_trg)) \
     805        4 $($(target)_TOOL) \
     806        5 $(TOOL.$(bld_trg)) \
     807        6 $(TOOL) )
     808endif
     809
    798810$(eval $(TOOL_$(tool)_LINK_PROGRAM))
    799811# publish rule (still need work)
Note: See TracChangeset for help on using the changeset viewer.