makefile
来自「the vxworks system kernel souce packeg.t」· 代码 · 共 24 行
TXT
24 行
# 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?