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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target, top level makefile for runtime
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,15jan01,sn   do build BSPs by default!
  6. # 01b,09jan01,sn   don't build BSPs by default
  7. # 01a,17jun96,yp   written
  8. # download from www.programsalon.com
  9. # DESCRIPTION
  10. # This file contains the makefile rules launch builds in the subdirectories
  11. # src and config.
  12. #
  13. # We redefine the lib target since no source files are present here
  14. #
  15. #*/
  16. TGT_DIR=$(WIND_BASE)/target
  17. # we need to define this because the order matters
  18. SUBDIRS=src config
  19. include $(TGT_DIR)/h/make/rules.library