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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for extracting objects from libtorn.a
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,13nov01,tam  moved archive into new directory hierarchy
  6. # 01b,13nov01,sn  (implicitly) use exclude list from defs.exclude
  7. # 01a,24oct01,sn   wrote
  8. #
  9. # DESCRIPTION
  10. # This file contains the definitions needed for extracting objects
  11. # from libtorn.a
  12. TGT_DIR          = $(WIND_BASE)/target
  13. TOOL             = diab
  14. LIB_BASE_NAME = dcc
  15. LIB_COMMON = true
  16. DIABLIBRARY      = libtorn.a
  17. CONFIGLETTE_NAME = diab_intrinsics_torn
  18. include $(TGT_DIR)/src/tool/diab/rules.diab