makefile
资源名称:snmp.src.rar [点击查看]
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:1k
源码类别:
SNMP编程
开发平台:
C/C++
- ifeq ($(SWITCH_NAME), )
- ifeq ($(COMPILE_OS), vxworks)
- #*************************/
- #* Vxworks - Router */
- #*************************/
- include makefile.vxworks_router
- else
- #*************************/
- #* PSos - Router */
- #*************************/
- include makefile.psos
- endif
- else
- #*************************/
- #* Vxworks - Switch */
- #*************************/
- include makefile.vxworks
- endif