makefile
资源名称:snmp.src.rar [点击查看]
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:1k
源码类别:
SNMP编程
开发平台:
C/C++
- #***********************************************************************#
- #* *#
- #* MODULE: configs/rules-lib.x86-win32 *#
- #* AUTHOR: Zeng.Zhao.Heng. *#
- #* DATE: 2002/12/11 *#
- #* PURPOSE: This file contains the makefile rules for building the *#
- #* library *#
- #* *#
- #***********************************************************************#
- LIBNAME= snmp.a
- LIBDIRNAME= snmp
- EXTRA_INCLUDE= -I$(SWITCH_BASE)/include -I$(SWITCH_BASE)/include/snmp -I$(SWITCH_BASE)/include/snmplib -I$(SWITCH_BASE)/apps/$(SWITCH_NAME) -I../ -I../mibII -I.
- SUBDIRS =
- OBJS = snmp_mib.o system_mib.o vacm_vars.o
- include $(SWITCH_BASE)/configs/rules.library
- CFLAGS +=
- CC_OPTIM= -O0 -g