makefile
来自「the vxworks system kernel souce packeg.t」· 代码 · 共 22 行
TXT
22 行
# Makefile - makefile for target/src/tool## modification history# --------------------# 01b,03dec01,sn added common# 01a,16oct01,sn wrote# # DESCRIPTION# The toolchain libraries are compiled as part of the cross-toolchain# build rather than as part of the VxWorks runtime build.# They are deposited in the toolchain installation area. Here we simply# extract specific objects from these libraries and deposit them in the # appropriate VxWorks object directory.TGT_DIR=$(WIND_BASE)/targetSUBDIRS=$(TOOL_FAMILY) commoninclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?