📄 wind.tae.armarch4.be.cfg
字号:
;;;;;; Example configuration file for building Envoy on vxWorks;;;;;;;;; $Log: wind.tae.armarch4.be.cfg,v $;;; Revision 1.7 2002/06/04 17:54:53 josh;;; none of the vxWorks builds require COMMON_STRICMP or;;; COMMON_STRNICMP to be installed;;;;;; Revision 1.6 2001/12/05 19:42:53 josh;;; removing obsolete options from config files;;;;;; Revision 1.5 2001/12/05 19:11:45 josh;;; remove snark inclusion -- it's unnecessary for the standard build;;;;;; Revision 1.4 2001/12/04 16:42:16 meister;;; for TAE, default is that V3 is licensed but Agentx is not;;;;;; Revision 1.3 2001/12/03 22:16:25 josh;;; fixing eval statement at bottom of config file;;;;;; Revision 1.2 2001/12/03 22:06:31 meister;;; mibcomp is not in target/src...;;;;;; Revision 1.1 2001/12/03 20:19:41 josh;;; config files for ARM and MIPS builds;;;;;;;;;;;; load system and compiler configurationsloadconfig 'vxarm_nodbg';;; load configurations from various productsloadconfig 'util/common/common.cfg'loadconfig 'snmp/envoy.cfg';;; set the top-level directory and the port directoryequate SRCDIR '$(WIND_BASE)'equate MIBCOMPILER 'mibcomp'equate MIBCOMPFLAGS '-l $(SRCDIR)/target/src/wrn/wm/snmp/std-mibs -quiet'equate SOFTPORT '$(SRCDIR)/target/h/wrn/wm/util/port/vxworks'equate MAKE 'make -k'equate CC 'ccarm'equate LD 'ldarm'equate ETC_CPU "ARMARCH4"equate ETC_TOOL "begnu";;; For a big-endian ARM processor, need to explicitly set followinginstall ON_BIG_ENDIANuninstall ON_LITTLE_ENDIAN;;; If you have licensed SNMP V3 (and wish to build V3 capability), ;;; uncomment this line;install SNMP_VERSION_3_LICENSED;;; If you have licensed AgentX (and wish to build AgentX capability), ;;; uncomment this line. install SNMP_AGENTX_LICENSED;;; Put any modifications to the default configuration here;;; See product documentation for detailsuninstall ENVOY_SNMP_PROXYinstall ENVOY_SNMP_VERSION_2install ENVOY_SNMP_GROUP_V2install ENVOY_SNMP_LOCKuninstall ENVOY_SNMP_UTIL_MACROSuninstall ENVOY_SNMP_USE_V2_TYPESinstall ENVOY_LOCK_INDEPENDENTinstall ENVOY_TWO_CHAR_MACROSinstall ENVOY_CONTINUE_REENTRANTinstall ENVOY_DESinstall ENVOY_VXWORKSuninstall COMMON_MEMCMPuninstall SNARK_LIB;;; install this option to build the vxWorks subagent codeuninstall ENVOY_VXWORKS_SUBAGENT;;; install this option when building with Tornado TAEinstall ENVOY_VXWORKS_TAE;;; exactly one of these options must be installed;;; Note that installing SNMPV3 requires RFC2275 viewsuninstall ENVOY_SNMP_RFC1445_VIEWSinstall ENVOY_SNMP_RFC2275_VIEWS;;; these options may be installed or not, as you prefer.;;; full SNMPv3 functionality requires them all to be installed.install ENVOY_SNMP_VERSION_3install ENVOY_SNMP_V3_NOTIFYinstall ENVOY_SNMP_V3_TARGETinstall ENVOY_SNMP_V3_PROXYinstall ENVOY_SNMP_COEXISTENCEinstall COMMON_DYNAMIC_COMP_CONFIGinstall ENVOY_VXWORKS_RFC2233install COMMON_MD5install COMMON_HMACinstall COMMON_SHAinstall COMMON_DES;;; these options control AgentX functionalityinstall ENVOY_AGENTXinstall ENVOY_AGENTX_MASTERinstall ENVOY_AGENTX_SUB;;; these options control the Epilogue-subagent functionality;;; (note the Epilogue-subagent should not be used for new development)uninstall ENVOY_EPI_SUBAGENT_SCHEMEuninstall ENVOY_EPI_MASTERuninstall ENVOY_EPI_SUB;;; Write out install.hwrite-install.h '../../../h/wrn/wm/util/common/install.h';;; Start building makefilesmake-makefile '.';;; Compilation command for GNU Emacs. Keep this at the end of this file.;;; The lisp expression just sets the compile command for this buffer to;;; the command makmak <this buffer's file name>.;;; ;;; Local Variables:;;; eval: (set (make-local-variable 'compile-command) (concat "makmak " buffer-file-name));;; End:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -