defs.subdirs

来自「vxworks 6.x 的全部头文件」· SUBDIRS 代码 · 共 24 行

SUBDIRS
24
字号
# defs.subdirs - DOT1X (dot1x) specific SUBDIR definition.## Copyright 1996-2004 Wind River Systems, Inc.## # modification history# --------------------# 00b,08jul04,tf  Fix Base B0007: Uninstalled comps should not be compiled.# 00a,03mar04,tf  Written.## DESCRIPTION# This file defines the list of subdirs to be built for dot1x. This# file is included by '$(WIND_BASE)/target/h/make/config/common/defs.subdirs'# if the feature set being built includes dot1x comps# (i.e., if COMPONENT_DOT1X==true).# # Note that SUBDIRS is extended to include dot1x sub-directories.#TGT_DIR=$(WIND_BASE)/targetifneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/wrn/dot1x/Makefile))),)SUBDIRS += wrn/dot1xendif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?