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

SNMP编程

开发平台:

C/C++

  1. #***********************************************************************#
  2. #*                                                                     *#
  3. #*   MODULE:  configs/rules-lib.x86-win32                              *#
  4. #*   AUTHOR:  Zeng.Zhao.Heng.                                          *#
  5. #*   DATE:    2002/12/11          *#
  6. #*   PURPOSE: This file contains the makefile rules for building the   *#
  7. #*       library             *#
  8. #*                                                                     *#
  9. #***********************************************************************#
  10. LIBNAME= snmp.a
  11. LIBDIRNAME= snmp
  12. EXTRA_INCLUDE= -I$(SWITCH_BASE)/include -I$(SWITCH_BASE)/include/snmp  -I$(SWITCH_BASE)/include/snmplib -I$(SWITCH_BASE)/apps/$(SWITCH_NAME) -I../ -I../mibgroup/mibII -I.
  13. SUBDIRS = 
  14. OBJS    = snmpEngine.o snmpMPDStats.o usmStats.o usmUser.o 
  15. include $(SWITCH_BASE)/configs/rules.library
  16. CFLAGS +=
  17. CC_OPTIM= -O0 -g