Makefile.in
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. top_builddir=../..
  2. # use GNU vpath, if available, to only set a path for source and headers
  3. # VPATH will pick up objects too, which is bad if you are sharing a
  4. # source dir...
  5. @GNU_vpath@ %.h $(srcdir)
  6. @GNU_vpath@ %.c $(srcdir)
  7. # fallback to regular VPATH for non-gnu...
  8. @NON_GNU_VPATH@ $(srcdir)
  9. #
  10. # What to install
  11. #
  12. INSTALLLIBS=libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION)
  13. INCLUDESUBDIR=agent
  14. INCLUDESUBDIRHEADERS=all_helpers.h 
  15. baby_steps.h 
  16. cache_handler.h 
  17. instance.h 
  18. scalar.h 
  19. scalar_group.h 
  20. watcher.h 
  21.         multiplexer.h 
  22. bulk_to_next.h 
  23.         null.h 
  24.         debug_handler.h 
  25.         old_api.h 
  26.         read_only.h 
  27.         row_merge.h 
  28.         serialize.h 
  29.         set_helper.h 
  30.         table_data.h 
  31.         table_dataset.h 
  32. table_array.h 
  33. table_container.h 
  34.         table.h 
  35.         table_iterator.h 
  36. mfd.h 
  37. mode_end_call.h
  38. #
  39. # Build info
  40. #
  41. # -I. -I.. -I../..
  42. CPPFLAGS= $(TOP_INCLUDES) -I. $(AGENT_INCLUDES) $(MIBGROUP_INCLUDES) 
  43. $(SNMPLIB_INCLUDES) @CPPFLAGS@
  44. SRCS =  all_helpers.c 
  45. baby_steps.c 
  46. cache_handler.c 
  47. multiplexer.c 
  48. read_only.c 
  49. bulk_to_next.c 
  50. instance.c 
  51. scalar.c 
  52. scalar_group.c 
  53. watcher.c 
  54. null.c 
  55. debug_handler.c 
  56. old_api.c 
  57. row_merge.c 
  58. serialize.c 
  59. stash_cache.c 
  60. table_array.c 
  61. table_container.c 
  62. table_iterator.c 
  63. table_data.c 
  64. table_dataset.c 
  65. table.c 
  66. mode_end_call.c
  67. OBJS =  all_helpers.o 
  68. baby_steps.o 
  69. cache_handler.o 
  70. multiplexer.o 
  71. read_only.o 
  72. bulk_to_next.o 
  73. instance.o 
  74. scalar.o 
  75. scalar_group.o 
  76. watcher.o 
  77. null.o 
  78. debug_handler.o 
  79. old_api.o 
  80. row_merge.o 
  81. serialize.o 
  82. stash_cache.o 
  83. table_array.o 
  84. table_container.o 
  85. table_iterator.o 
  86. table_data.o 
  87. table_dataset.o 
  88. table.o 
  89. mode_end_call.o
  90. LOBJS = all_helpers.lo 
  91. baby_steps.lo 
  92. cache_handler.lo 
  93. multiplexer.lo 
  94. read_only.lo 
  95. bulk_to_next.lo 
  96. instance.lo 
  97. scalar.lo 
  98. scalar_group.lo 
  99. watcher.lo 
  100. null.lo 
  101. debug_handler.lo 
  102. old_api.lo 
  103. row_merge.lo 
  104. serialize.lo 
  105. stash_cache.lo 
  106. table_array.lo 
  107. table_container.lo 
  108. table_iterator.lo 
  109. table_data.lo 
  110. table_dataset.lo 
  111. table.lo 
  112. mode_end_call.lo
  113. all: standardall
  114. libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION):    ${LOBJS}
  115. $(LIB_LD_CMD) libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION) ${LOBJS}  $(LIB_LD_LIBS)
  116. $(RANLIB) libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION)