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= 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.
  13. SUBDIRS = mibgroup
  14. OBJS    =  system_mib.o 
  15. snmp_debug.o 
  16. snmp_command.o 
  17. snmp_util.o 
  18. snmp_timer.o 
  19. snmp_main.o 
  20. snmpEngine.o 
  21. snmpMPDStats.o 
  22. usmStats.o 
  23. usmUser.o 
  24. snmp_mib.o 
  25. vacm_vars.o 
  26. agent_read_config.o 
  27. agent_registry.o 
  28. agent_trap.o 
  29. mib_modules.o 
  30. snmp_agent.o 
  31. snmp_vars.o 
  32. snmpd.o 
  33. util_funcs.o 
  34. snmpTargetAddrEntry.o 
  35. snmpTargetParamsEntry.o 
  36. #auto_nlist.o 
  37. kernel.o 
  38. include $(SWITCH_BASE)/configs/rules.library
  39. CC_OPTIM= -O0 -g