📄 wind.vxworks.cfg
字号:
;;;;;; Example configuration file for building SNMP on vxWorks;;;;;;;;; Copyright 2004 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.;;;loadconfig 'vxworks';;; 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';;; 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;install SNMP_VXWORKS_MESSAGE_CHANNELS;;; 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_MIBloadconfig '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 + -