Makefile
上传用户:baixin
上传日期:2008-03-13
资源大小:4795k
文件大小:1k
开发平台:

MultiPlatform

  1. # Makefile - makefile for the Berkeley Packet Filter (target/src/bpf directory)
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,16oct01,tam  updated for re-pack
  6. # 01b,07feb00,dgp  remove bpfProto.c from docs build
  7. # 01a,24nov99,spm  written
  8. #
  9. # DESCRIPTION
  10. # This file contains the makefile rules for building the object files for
  11. # the Berkeley Packet Filter.
  12. #
  13. #*/
  14. TGT_DIR=$(WIND_BASE)/target
  15. LIB_BASE_NAME   = net
  16. DOC_FILES= bpfDrv.c
  17. OBJS= bpfDrv.o bpfProto.o bpf_filter.o
  18. include $(TGT_DIR)/h/make/rules.library