makefile.vxworks_router
资源名称:snmp.src.rar [点击查看]
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:1k
源码类别:
SNMP编程
开发平台:
C/C++
- #***********************************************************************#
- #* *#
- #* MODULE: configs/rules-lib.x86-win32 *#
- #* AUTHOR: Router R&D. *#
- #* DATE: 2004/03/25 *#
- #* PURPOSE: This file contains the makefile rules for building the *#
- #* library *#
- #* *#
- #***********************************************************************#
- LIBNAME= snmp.a
- LIBDIRNAME= snmp
- EXTRA_INCLUDE= -I$(ROUTER_BASE)/include -I$(ROUTER_BASE)/include/snmp -I$(ROUTER_BASE)/include/snmplib -I$(ROUTER_BASE)/apps/$(ROUTER_BASE) -I.
- SUBDIRS = mibgroup
- OBJS = system_mib.o
- snmp_debug.o
- snmp_command.o
- snmp_util.o
- snmp_timer.o
- snmp_main.o
- snmpEngine.o
- snmpMPDStats.o
- usmStats.o
- usmUser.o
- snmp_mib.o
- vacm_vars.o
- agent_read_config.o
- agent_registry.o
- agent_trap.o
- mib_modules.o
- snmp_agent.o
- snmp_vars.o
- snmpd.o
- util_funcs.o
- snmpTargetAddrEntry.o
- snmpTargetParamsEntry.o
- kernel.o
- include $(ROUTER_BASE)/configs/rules.library
- CFLAGS += -DROUTER_OS_VXWORKS
- CC_OPTIM= -O0 -g