rules.diab
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
- # rules.diab - rules for extracting objects from Diab libraries
- #
- # modification history
- # --------------------
- # 01c,13nov01,sn include make.$(CPU)$(TOOL)
- # 01b,06nov01,sn define OBJ_PREFIX
- # 01a,15oct01,sn wrote
- #
- # DESCRIPTION
- # Generic rules for extracting objects from Diab libraries.
- include $(TGT_DIR)/h/tool/diab/make.$(CPU)$(TOOL)
- TOOL_LIB := $(shell dplus $(TGT_FLAG) -## dummy.o | wtxtcl $(TGT_DIR)/src/tool/diab/diabLibFind.tcl $(DIABLIBRARY))
- OBJ_PREFIX = _x_diab_
- include $(TGT_DIR)/src/tool/rules.tool