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

📄 makefile

📁 VXWORKS源代码
💻
字号:
# 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 + -