📄 makefile.cfg
字号:
## Makefile for WindManage SNMP and associated files### 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 1988-1997 Epilogue Technology Corporation.# Copyright 1998 Integrated Systems, Inc.# All rights reserved.## [clearcase]# modification history# -------------------# 01b,25jul05,job merge in Springboard code# 01a,24nov03,job update copyright information# $#equate(EPILOGUE_PRODUCTS $#if-installed(ENVOY engine) $#if-installed(ENVOY_VXWORKS vxagent) $#if-installed(on_linux linuxagent))$#makefile-init()$##make-makefiles($#@($#(EPILOGUE_PRODUCTS) $#(EXTRA_PRODUCTS)))all: $#dummy()$##make-all($#@($#(EPILOGUE_PRODUCTS) $#(EXTRA_PRODUCTS)))sizes: $#dummy()$##make-sizes($#@($#(EPILOGUE_PRODUCTS) $#(EXTRA_PRODUCTS)))clean: $#dummy()$##make-clean($#@($#(EPILOGUE_PRODUCTS) $#(EXTRA_PRODUCTS)))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -