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

VxWorks

开发平台:

C/C++

  1. # Makefile - top level makefile for target/src/WRN to build runtime libraries
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,10apr00,rae  Adding back CLEANLIBS = YES
  6. # 01b,14mar00,rae  clean up
  7. # 01a,14mar00,rae  created from target/src/Makefile
  8. #
  9. # DESCRIPTION
  10. # This file contains the makefile rules to detect subdirectories that contain
  11. # sources for building the vx library and builds them. 
  12. #
  13. #*/
  14. TGT_DIR=$(WIND_BASE)/target
  15. #this should make rclean happy
  16. CLEANLIBS = YES
  17. include $(TGT_DIR)/h/make/rules.library