makefile
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. ifeq ($(SWITCH_NAME), )
  2.     ifeq ($(COMPILE_OS), vxworks)
  3.     
  4.     
  5.         #*************************/
  6.         #* Vxworks - Router      */
  7.         #*************************/
  8.         include makefile.vxworks_router
  9.     
  10.     else
  11.     
  12.       #*************************/
  13.       #* PSos - Router         */
  14.       #*************************/
  15.       include makefile.psos
  16.     
  17.     endif
  18. else
  19.     #*************************/
  20.     #* Vxworks - Switch      */
  21.     #*************************/
  22.     include makefile.vxworks
  23. endif