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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/tool/common
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,05dec01,to   added arm_call_via.o for Thumb mode
  6. # 01a,03dec01,sn   wrote
  7. # DESCRIPTION
  8. # Build toolchain independent assembly code
  9. TGT_DIR = $(WIND_BASE)/target
  10. LIB_BASE_NAME = commoncc
  11. LIB_COMMON = true
  12. CONFIGLETTE_NAME = common_intrinsics
  13. OBJS_ppc = saverest.o
  14. OBJS_arm = arm_call_via.o
  15. PRE_OBJS = $(OBJS_$(TOOLENV))
  16. include $(TGT_DIR)/src/tool/rules.tool