📄 wind.t2.ppc603.cfg
字号:
;;;;;; Example configuration file for building Envoy on vxWorks;;;;;;;;; Copyright 2000-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.;;;;;; Copyright 1993-1997 Epilogue Technology Corporation.;;; Copyright 1998 Integrated Systems, Inc.;;; All rights reserved.;;;;;;;;; $Log: wind.t2.ppc603.cfg,v $;;; Revision 1.10 2003/01/15 14:05:15 josh;;; directory structure shifting;;;;;; Revision 1.9 2002/06/19 21:45:48 meister;;; add options to use Diab compiler under Tornado 2.2;;;;;; Revision 1.8 2002/06/04 17:54:51 josh;;; none of the vxWorks builds require COMMON_STRICMP or;;; COMMON_STRNICMP to be installed;;;;;; Revision 1.7 2001/12/07 18:14:55 josh;;; RFC2233 mib support should be turned on by default, since we're;;; assuming Tornado 2.0.2 or higher;;;;;; Revision 1.6 2001/12/05 19:44:33 josh;;; removing obsolete installation options;;; adding config file for building mibcomp;;;;;; Revision 1.5 2001/12/05 19:11:43 josh;;; remove snark inclusion -- it's unnecessary for the standard build;;;;;; Revision 1.4 2001/12/04 16:36:38 meister;;; for T2, defualt is that V3 and AgentX are not licensed;;;;;; Revision 1.3 2001/12/03 22:14:06 josh;;; fix the eval expression at the bottom of each file;;;;;; Revision 1.2 2001/12/03 22:08:26 meister;;; mibcomp is not in target/src...;;;;;; Revision 1.1 2001/12/03 19:25:33 meister;;; started adding specific t2 config files for source dist;;;;;; Revision 1.1 2001/12/03 19:21:06 meister;;; started adding specific t2 config files;;;;;; Revision 1.1 2001/11/16 21:53:29 meister;;; binary distribution creation scripts;;;;;;;;; load system and compiler configurations;;; uncomment this line to use the GNU compiler (default)loadconfig 'vxppc_nodbg';;; or uncomment this line to use the diab compiler (only on Tornado 2.2);;; loadconfig 'vxppc_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 'ccppc'equate LD 'ldppc'equate ETC_CPU "PPC603";;; 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 + -