📄 wind.t2.mcf5200.cfg
字号:
;;;;;; Example configuration file for building Envoy on vxWorks;;;;;;;;; $Log: wind.t2.mcf5200.cfg,v $;;; Revision 1.1 2004/02/04 10:52:00 lsg;;;;;; load system and compiler configurations;;; uncomment this line to use the GNU compiler (default)loadconfig 'vxcf_nodbg';;; or uncomment this line to use the diab compiler (only on Tornado 2.2);;; loadconfig 'vxcf_diab_nodbg';;; load configurations from various productsloadconfig '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 -f makefile.wmsnmp'equate CC 'dcc'equate LD 'dld'equate ETC_CPU "MCF5200";;; write this makefile out to "makefile.wmsnmp"makefile-name 'makefile.wmsnmp'equate MAKEFILENAME 'makefile.wmsnmp';;; 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;;; If you are using a TCP/IP stack with IPv6 enabled,;;; uncomment this line.;install SNMP_VXWORKS_IPV6;;; install this option when building to support virtual stacks;install SNMP_VXWORKS_VIRTUAL_STACK;;; install these options to include the virtual stack communities;;; and contexts in the entity mib tables;install SNMP_VXWORKS_VS_ENTITY;install ENVOY_ENTITY_MIB;;; install this option when building with Tornado TAE;install ENVOY_VXWORKS_TAEloadconfig 'vxagent';;; Write out install.hwrite-install.h '../../../h/wrn/wm/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 + -