📄 makefile.cfg
字号:
## vxagent/vxsub/makefile.cfg### Copyright 2004-2005 Wind River Systems, Inc.# All rights reserved. Provided under license only.# Distribution or other use of this software is only# permitted pursuant to the terms of a license agreement# from Wind River Systems (and is otherwise prohibited).# Refer to that license agreement for terms of use.## [clearcase]# modification history# -------------------# 01g,02jun05,job need a different tt.mib for RTP build# 01f,19apr05,job update copyright notices# 01e,22mar05,job add dynamic generation of registration code# 01d,30sep04,job push makefiles down into subdirectories$#equate(PRODUCTH)$#makefile-init()$#equate(MIBSRC3 $#filepath($(WIND_BASE) target src wrn wm snmp vxagent vxsub tt.mib))## vxworks subagent mib fragment# $#makemib(ttfrag.c $#progn(-rootname testtable_root_node) $#progn(-start tt) $#nil() $(MIBSRC3) $#nil())## registration code for testTable#$#makemib(ttreg.c $#progn(-axreg testTable) $#nil() $#nil() $(MIBSRC3) $#nil())## the header file containing the list of registrations#$#makemib(axreg.h $#progn(-axreglist testTable) $#nil() $#nil() $(MIBSRC3) $#nil())all: ttfrag.c ttreg.c axreg.h $#dummy()cleanobj: $#dummy() -$(RM) $#objs(*)clean: $#dummy() -$(RM) ttfrag.c -$(RM) $#objs(*)$#clean()sizes: $#dummy() $#makesize(snmp $(OBJS))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -