⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Bridge PNE 3.3 source code, running at more than vxworks6.x version.
💻
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -