⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.cfg

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 CFG
字号:
## vxagent/makefile.cfg### Copyright 2000-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,25apr05,job  build tthnd.h in vxsub as well# 01f,19apr05,job  update copyright notices# 01e,09dec04,job  replace a missing line# 01d,30sep04,job  push makefiles down into subdirectories# 01c,24feb04,job  add make rules for subagent MIB trees# 01b,12dec03,msa  Fix SPR90711, base/*.c dependancies not generated#                  correctly.# 01a,24nov03,job  update copyright information# $#equate(PRODUCTH)$#equate(VXAGENT_DIRECTORIES  base  $#if-installed(SNMP_VERSION_3_LICENSED v3)  $#if-installed(SNMP_AGENTX_LICENSED $#progn(ax_mast ax_sub ttmib vxsub)))$#makefile-init()$##make-makefiles($#@($#(VXAGENT_DIRECTORIES)))$#equate(SNMPCTLS $#filepath($(SRCDIR) target src wrn wm demo snmpctls))$#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    snmpmib2.mib  $#if-installed(ENVOY_VXWORKS_RFC2233 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)))$#equate(MIBSRC3 tt.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))      $#if-installed(SNMP_V3_DIFFIE_HELLMAN $#progn(-exclude usmDHKickstartGroup) $#progn(-exclude usmDHPublicObjects)))))$#makemib(mib.c $#nil() $#nil() $(MIBEXC) $(MCCMIBS) $(MIBSRC))all: $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibleaf.h $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibhand.h $#if-installed(ENVOY_AGENTX_SUB $#progn($(SRCDIR)/target/src/wrn/wm/snmp/vxagent/tthnd.h $(SRCDIR)/target/src/wrn/wm/snmp/vxagent/vxsub/tthnd.h)) $#if-installed(COMMON_DYNAMIC_COMP_CONFIG $#dummy() $#objs(mib)) $#dummy() $##make-all($#@($#(VXAGENT_DIRECTORIES)))$(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibhand.h: $(MIBSRC)	$(MIBCOMPILER) -skel.h -o $@ $(MIBCOMPFLAGS) $(MCCMIBS) $(MIBSRC)$(SRCDIR)/target/src/wrn/wm/snmp/vxagent/tthnd.h: $(MIBSRC3)	$(MIBCOMPILER) -skel.h -o $@ $(MIBCOMPFLAGS) $(MIBSRC3)	$(SRCDIR)/target/src/wrn/wm/snmp/vxagent/vxsub/tthnd.h: $(MIBSRC3)	$(MIBCOMPILER) -skel.h -o $@ $(MIBCOMPFLAGS) $(MIBSRC3)	$(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibleaf.h: $(MIBSRC)	$(MIBCOMPILER) -leaf -o $@ $(MIBCOMPFLAGS)  $(MCCMIBS) $(MIBSRC)clean: $#dummy()	-$(RM) mib.c	-$(RM) mibmem.c	-$(RM) mibtask.c	-$(RM) $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibleaf.h	-$(RM) $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibhand.h	-$(RM) $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/tthnd.h	-$(RM) $#objs(*)$##make-clean($#@($#(VXAGENT_DIRECTORIES)))sizes: $#dummy()$##make-sizes($#@($#(VXAGENT_DIRECTORIES)))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -