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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/cplus
  2. #
  3. # modification history
  4. # --------------------
  5. # 02d,03jun98,sn   turned rogue-wave back on
  6. # 02c,19may98,sn   temporarily went back to old mechanism so that
  7. #    we can remove rogue-wave
  8. # 02b,11may98,sn   at yogu's suggestion removed the explicit definition
  9. #                  of SUBDIRS. A new Makefile in target/src/cplus/rogue
  10. #                  acts as a bridge so that the automatic subdirs
  11. #                  mechanism will work.
  12. # 02a,19jan98,sn   removed ios and added build for libstdxx and libgcc
  13. # 01a,18jun96,yp   created from 01c of MakeSkel
  14. # DESCRIPTION
  15. # This file contains the makefile rules for building C++ libraries
  16. # and runtime support
  17. #
  18. #*/
  19. TGT_DIR=$(WIND_BASE)/target
  20. include $(TGT_DIR)/h/make/rules.library