?? makefile
字號:
# Makefile - makefile for vw/src/rip## modification history# --------------------# 01g,23oct01,tam updated for re-packaging# 01f,15oct01,rae merge from truestack ver 01f, base o1e (add md5.o)# 01e,10nov00,spm merged from version 01e of tor3_x branch (SPR #21906 fix)# 01d,11sep98,spm removed unused trace.c module (SPR #22350)# 01c,11aug97,gnn changed the name of timer.c to ripTimer.c# 01b,07apr97,gnn added MIB-II RIP library.# 01a,02mar97,vin sorted and merged bsd44 to tor1_0_1, merge with # 01b of MakeSkel ## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES= ripLib.c m2RipLib.cLIB_BASE_NAME = netOBJS= routed_if.o ripLib.o tables.o inet.o output.o ripTimer.o af.o \ input.o startup.o m2RipLib.o md5.oinclude $(TGT_DIR)/h/make/rules.library
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -