Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:0k
- # Makefile - makefile for target/src/tool/common
- #
- # modification history
- # --------------------
- # 01b,05dec01,to added arm_call_via.o for Thumb mode
- # 01a,03dec01,sn wrote
- #
- # DESCRIPTION
- # Build toolchain independent assembly code
- TGT_DIR = $(WIND_BASE)/target
- LIB_BASE_NAME = commoncc
- LIB_COMMON = true
- CONFIGLETTE_NAME = common_intrinsics
- OBJS_ppc = saverest.o
- OBJS_arm = arm_call_via.o
- PRE_OBJS = $(OBJS_$(TOOLENV))
- include $(TGT_DIR)/src/tool/rules.tool