makefile

来自「vxworks source code, used for develop vx」· 代码 · 共 27 行

TXT
27
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?