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

SNMP编程

开发平台:

C/C++

  1. #***********************************************************************#
  2. #*                                                                     *#
  3. #*   MODULE:  configs/rules-lib.x86-win32                              *#
  4. #*   AUTHOR:  Router R&D.                                              *#
  5. #*   DATE:    2004/03/25          *#
  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$(ROUTER_BASE)/include/snmp  -I$(ROUTER_BASE)/include/snmplib -I$(ROUTER_BASE)/apps/$(SWITCH_NAME) -I$(ROUTER_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. md5.o 
  22. system.o 
  23. vacm.o 
  24. parse.o 
  25. int64.o 
  26. tools.o 
  27. snmpv3.o 
  28. snmpusm.o 
  29. lcd_time.o 
  30. keytools.o 
  31. scapi.o 
  32. callback.o 
  33. default_store.o 
  34. snmp_alarm.o 
  35. mt_support.o 
  36. include $(ROUTER_BASE)/configs/rules.library
  37. CFLAGS += -DROUTER_OS_VXWORKS
  38. CC_OPTIM= -O0 -g