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

SNMP编程

开发平台:

Unix_Linux

  1. TARG = oid_to_type oid_to_sym
  2. all: $(TARG)
  3. oid_to_type: oid_to_type.in ../sedscript
  4. $(SED) -f ../sedscript $(srcdir)/oid_to_type.in > oid_to_type
  5. oid_to_sym: oid_to_sym.in ../sedscript
  6. $(SED) -f ../sedscript $(srcdir)/oid_to_sym.in > oid_to_sym
  7. clean:
  8. rm -f $(TARG)
  9. install: