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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for extracting objects from libstl.a
  2. #
  3. # modification history
  4. # --------------------
  5. # 01d,13nov01,sn  (implicitly) use exclude list from defs.exclude
  6. # 01c,06nov01,sn   extract objects into a special directory to avoid stomping
  7. #                  on VxWorks object files with the same name
  8. # 01b,31oct01,tam  updated for repackaging
  9. # 01a,24oct01,sn   wrote
  10. #
  11. # DESCRIPTION
  12. # This file contains the definitions needed for extracting objects
  13. # from libstl.a (C++ Standard Library).
  14. TGT_DIR          = $(WIND_BASE)/target
  15. TOOL             = diab
  16. LIB_BASE_NAME  = cplus
  17. LIB_COMMON  = false
  18. DIABLIBRARY      = libstl.a
  19. CONFIGLETTE_NAME = diab_cplusplus_std_library
  20. include $(TGT_DIR)/src/tool/diab/rules.diab