makefile.cfg

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

CFG
54
字号
## vxagent/ax_sub/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# $#equate(PRODUCTH)$#makefile-init()$#equate(AXSUB_OBJS1 $#objs(ax_sub))$#equate(AXSUB_OBJS2 $#objs(axscmpnt))$#equate(OBJS $(AXSUB_OBJS1)  $#if-installed(COMMON_DYNAMIC_COMP_CONFIG $(AXSUB_OBJS2)))$#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)) $#(OBJS) $#(MAKEFILENAME)$#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 + -
显示快捷键?