makefile.cfg

来自「wm PNE 3.3 source code, running at more 」· CFG 代码 · 共 51 行

CFG
51
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?