makefile

来自「the vxworks system kernel souce packeg.t」· 代码 · 共 25 行

TXT
25
字号
# Makefile - makefile for target/src/wdb/xdr## modification history# --------------------# 01b,16oct01,tam  updated for re-pack# 01a,17aug96,yp  derived from 01b of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library#*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME   = wdbDOC_FILES=EXTRA_INCLUDE= -I../../../../share/src/agents/wdbOBJS=	ctx.o ctxcreat.o ctxstep.o evtdata.o evtpoint.o \	memory.o regs.o rpccksum.o tgtinfo.o wrapper.o xdrcore.o include $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?