makefile
来自「VxWorks BSP框架源代码包含头文件和驱动」· 代码 · 共 28 行
TXT
28 行
# Makefile - makefile for target/src/arch/coldfire/math## modification history# --------------------# 01c,14may02,dee make files tool specific# 01b,25oct01,tam updated for repackaging# 01a,17mar00,dra Created from T1.0.1 ColdFire and T2 m68k ports.## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES =LIB_BASE_NAME = archOBJ_gnu = math5200ALib.oOBJ_diab = math5200Lib.o OBJS=$(OBJ_$(TOOL))include $(TGT_DIR)/h/make/rules.librarySUBDIRS=
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?