makefile.vxworks
上传用户: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= snmplib.a
  11. LIBDIRNAME= snmplib
  12. EXTRA_INCLUDE= -I$(SWITCH_BASE)/include/snmp  -I$(SWITCH_BASE)/include/snmplib -I$(SWITCH_BASE)/apps/$(SWITCH_NAME) -I$(SWITCH_BASE)/include -I.
  13. SUBDIRS =
  14. OBJS    = read_config.o 
  15. snmp_client.o 
  16. mib.o  
  17. snmp_api.o 
  18. snmp.o 
  19. snmp_auth.o 
  20. asn1.o 
  21. system.o 
  22. vacm.o 
  23. parse.o 
  24. int64.o 
  25. tools.o 
  26. snmpv3.o 
  27. snmpusm.o 
  28. lcd_time.o 
  29. keytools.o 
  30. scapi.o 
  31. callback.o 
  32. default_store.o 
  33. snmp_alarm.o 
  34. mt_support.o 
  35. #md5.o 
  36. include $(SWITCH_BASE)/configs/rules.library
  37. CFLAGS +=
  38. CC_OPTIM= -O0 -g