rules.diab
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # rules.diab - rules for extracting objects from Diab libraries
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,13nov01,sn   include make.$(CPU)$(TOOL)
  6. # 01b,06nov01,sn   define OBJ_PREFIX
  7. # 01a,15oct01,sn   wrote
  8. #
  9. # DESCRIPTION
  10. # Generic rules for extracting objects from Diab libraries.
  11. include $(TGT_DIR)/h/tool/diab/make.$(CPU)$(TOOL)
  12. TOOL_LIB := $(shell dplus $(TGT_FLAG) -## dummy.o | wtxtcl $(TGT_DIR)/src/tool/diab/diabLibFind.tcl $(DIABLIBRARY))
  13. OBJ_PREFIX      = _x_diab_
  14. include $(TGT_DIR)/src/tool/rules.tool