📄 makefile.cfg
字号:
## vxagent/ax_mast/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(SNMPCTLS $#filepath($(SRCDIR) target src wrn wm demo snmpctls))$#equate(AX_OBJS1 $#objs(ax_mast))$#equate(AX_OBJS2 $#objs(axmcmpnt))$#equate(MIB_OBJS $#if-installed(SNMP_AGENTX_LICENSED $#objs(m2742)))$#equate(OBJS $(AX_OBJS1) $(MIB_OBJS) $#if-installed(COMMON_DYNAMIC_COMP_CONFIG $(AX_OBJS2)))$#equate(MCCMIBS rfc1213.mib $#if-installed(ENVOY_SNMP_RFC2275_VIEWS $#progn(rfc2571.mib rfc2575.mib)) $#if-installed(ENVOY_SNMP_VERSION_3 $#progn(rfc2572.mib rfc2573.mib rfc2574.mib rfc2576.mib rfc2786.mib)) $#if-installed(ENVOY_VXWORKS_RFC2233 $#progn(rfc1907.mib iftype.mib rfc2233.mib)) $#if-installed(ENVOY_AGENTX $#progn(rfc2742.mib)) $#if-installed(ENVOY_ENTITY_MIB $#progn(rfc2737.mib)))$#equate(MIBSRC $#filepath($(WIND_BASE) target src wrn wm snmp vxagent snmpmib2.mib) $#if-installed(ENVOY_VXWORKS_RFC2233 $#filepath($(WIND_BASE) target src wrn wm snmp vxagent rfc2233.ctl)) $#if-installed(ENVOY_SNMP_RFC2275_VIEWS $#progn( $#if-installed(ENVOY_SNMP_VERSION_3 $#filepath($(SNMPCTLS) v3mib.ctl) $#filepath($(SNMPCTLS) view2275.ctl)))) $#if-installed(ENVOY_AGENTX $#filepath($(SNMPCTLS) ax2742.ctl)) $#if-installed(ENVOY_ENTITY_MIB $#filepath($(SNMPCTLS) entity.mib)))$#if-installed(ENVOY_SNMP_VERSION_3 $#equate(MIBEXC $#progn( $#if-installed(ENVOY_SNMP_V3_TARGET $#nil() $#progn(-exclude snmpTargetSpinLock -exclude snmpTargetAddrTable -exclude snmpTargetParamsTable)) $#if-installed(ENVOY_SNMP_V3_NOTIFY $#nil() $#progn(-exclude snmpNotificationMIB)) $#if-installed(ENVOY_SNMP_V3_PROXY $#nil() $#progn(-exclude snmpProxyTable)) $#if-installed(ENVOY_SNMP_COEXISTENCE $#nil() $#progn(-exclude snmpCommunityTable -exclude snmpTargetAddrExtTable)))))## split out snmp agentx mibs#$#makemib(m2742.c $#progn(-rootname axmib_node) $#progn(-start agentxMIB) $(MIBEXC) $(MCCMIBS) $(MIBSRC))all: $#filepath($(WIND_BASE) target src wrn wm snmp vxagent $#libs(vxsnmp)) $#dummy()$#makelib-nodel($#filepath($(SRCDIR) target src wrn wm snmp vxagent) vxsnmp $#(OBJS) $#(MAKEFILENAME))cleanobj: $#dummy() -$(RM) $#objs(*)clean: $#dummy() -$(RM) m2742.c -$(RM) $#objs(*)$#clean()sizes: $#dummy() $#makesize(snmp $(OBJS))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -