makefile
来自「the vxworks system kernel souce packeg.t」· 代码 · 共 21 行
TXT
21 行
# Makefile - top level makefile for target/src/WRN to build runtime libraries## modification history# --------------------# 01c,10apr00,rae Adding back CLEANLIBS = YES# 01b,14mar00,rae clean up# 01a,14mar00,rae created from target/src/Makefile## DESCRIPTION# This file contains the makefile rules to detect subdirectories that contain# sources for building the vx library and builds them. ##*/TGT_DIR=$(WIND_BASE)/target#this should make rclean happyCLEANLIBS = YESinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?