📄 makefile
字号:
# Makefile - makefile skeleton for target/src/arch/sh/math/wrs## modification history# --------------------# 01b,25oct01,tam updated for repackaging# 01a,07sep01,zl created.## DESCRIPTION# This file contains the makefile rules for building the math library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES =LIB_BASE_NAME = archOBJ_SH7000 = OBJ_SH7600 = OBJ_SH7700 = OBJ_SH7750 = wrs_sqrt.o wrs_sqrtf.oOBJS=$(OBJ_$(CPU))include $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -