📄 makefile.cfg
字号:
## vxagent/ttmib/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# -------------------# 01e,19apr05,job update copyright notices# 01d,30sep04,job push makefiles down into subdirectories# $#makefile-init()$#equate(TT_OBJS $#objs(ttmth ttmib))$#equate(OBJS $(TT_OBJS))$#equate(MIBSRC3 $#filepath($(WIND_BASE) target src wrn wm snmp vxagent tt.mib))## vxworks agent mibs#$#makemib(ttmib.c $#nil() $#nil() $#progn(-rootname axsub_root_node) $(MIBSRC3) $#nil())all: $#filepath($(SRCDIR) target src wrn wm snmp vxagent $#libs(vxsnmp)) $#dummy() $#makelib-nodel($#filepath($(WIND_BASE) target src wrn wm snmp vxagent) vxsnmp $#(OBJS) $#(MAKEFILENAME))cleanobj: $#dummy() -$(RM) $#objs(*)clean: $#dummy() -$(RM) ttmib.c -$(RM) $#objs(*)$#clean()sizes: $#dummy() $#makesize(snmp $(OBJS))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -