?? makefile
字號:
# Makefile - makefile for the Berkeley Packet Filter (target/src/bpf directory)## modification history# --------------------# 01c,16oct01,tam updated for re-pack# 01b,07feb00,dgp remove bpfProto.c from docs build# 01a,24nov99,spm written## DESCRIPTION# This file contains the makefile rules for building the object files for# the Berkeley Packet Filter.##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME = netDOC_FILES= bpfDrv.cOBJS= bpfDrv.o bpfProto.o bpf_filter.oinclude $(TGT_DIR)/h/make/rules.library
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -