📄 makefile
字号:
# Makefile - makefile for target/src/wdb## modification history# --------------------# 01h,12oct01,tam added repackaging support# 01g,29jan01,dtr Adding altivec register support library.# 01f,03mar00,zl merged SH support from T1# 01e,25mar98,dbt added wdbLib.c in doc for wdbSystemSuspend() routine.# 01d,27feb98,dbt added wdbCtxStartLib.o and wdbUserEvtLib.o# added wdbUserEvtLib.c in DOC_FILES.# 01c,26jan98,dbt added wdbEvtptLib.o# 01b,13jan98,dbt added wdbDbgLib.o# 01a,17aug96,yp derived from 01c of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME = wdbDOC_FILES= wdbUserEvtLib.c wdbLib.cEXTRA_INCLUDE= -I../../../share/src/agents/wdbOBJS = wdbLib.o wdbRpcLib.o wdbSvcLib.o wdbCnctLib.o wdbCtxLib.o \ wdbMemCoreLib.o wdbMemLib.o wdbRegLib.o wdbEvtLib.o wdbCallLib.o \ wdbGopherLib.o wdbArchLib.o wdbBpLib.o wdbVioLib.o wdbUdpSockLib.o \ wdbTyCoDrv.o wdbUdpLib.o wdbFuncBind.o wdbTaskBpLib.o \ wdbDirectCallLib.o wdbExcLib.o wdbCtxExitLib.o wdbFpLib.o \ wdbSioTestLib.o wdbDbgLib.o wdbEvtptLib.o wdbCtxStartLib.o \ wdbUserEvtLib.o wdbDspLib.o wdbAltivecLib.oinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -