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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/tool
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,03dec01,sn   added common
  6. # 01a,16oct01,sn   wrote
  7. # DESCRIPTION
  8. # The toolchain libraries are compiled as part of the cross-toolchain
  9. # build rather than as part of the VxWorks runtime build.
  10. # They are deposited in the toolchain installation area. Here we simply
  11. # extract specific objects from these libraries and deposit them in the 
  12. # appropriate VxWorks object directory.
  13. TGT_DIR=$(WIND_BASE)/target
  14. SUBDIRS=$(TOOL_FAMILY) common
  15. include $(TGT_DIR)/h/make/rules.library