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

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. CPPFLAGS= $(TOP_INCLUDES) -I. $(AGENT_INCLUDES) $(MIBGROUP_INCLUDES) 
  10. $(SNMPLIB_INCLUDES) @CPPFLAGS@ $(LIB_CFLAGS)
  11. # Need a special .c -> .o definition here to make sure we place the
  12. # object files in the sub directory.
  13. .c.o:
  14. $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
  15. OBJS  = @mib_module_list_o@
  16. LOBJS = @mib_module_list_lo@
  17. SRCS  = @mib_module_list_c@
  18. all: standardall $(LOBJS)