makefile
来自「Bridge PNE 3.3 source code, running at m」· 代码 · 共 29 行
TXT
29 行
# Makefile for Learning Bridge## modification history# --------------------# 01f,17jun05,tpw Use COMP_BRIDGE instead of hardcoded name-version# 01e,10jun05,tpw Refactor doc settings and move defs.docs# 01d,15may05,tpw Update documentation build settings.# 01c,17apr03,svk Use T2.2 archiving methodology.# 01b,15apr02,zhu adding DOCS# 01a,12mar01,ann adding the mirrorUtils.o object module to the rule# 01a,14feb01 written## DESCRIPTION# This file contains the makefile rules for building the Learning Bridge##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES= bridge.c mirrorEnd.c mirrorUtils.cLIB_BASE_NAME= bridgeOBJS= bridge.o mirrorEnd.o mirrorUtils.oinclude $(TGT_DIR)/h/make/rules.libraryinclude $(WIND_BASE)/vx_components/$(COMP_BRIDGE)/config/defs.docs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?