defs.subdirs

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

SUBDIRS
52
字号
# defs.subdirs - RADIUS 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 RADIUS. This# file is included by '$(WIND_BASE)/target/h/make/config/common/defs.subdirs'# if the feature set being built includes RADIUS comps# (i.e., if COMPONENT_RADIUS==true).# # Note that SUBDIRS is extended to include RADIUS sub-directories.#TGT_DIR=$(WIND_BASE)/target#### If RADIUS is not installed, donot build any of the other directories.#ifneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/wrn/radius/Makefile))),)SUBDIRS += wrn/radiusifneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/wrn/nvram/Makefile))),)SUBDIRS += wrn/nvramendififneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/wrn/rwos/Makefile))),)SUBDIRS += wrn/rwosendififneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/wrn/rwutils/Makefile))),)SUBDIRS += wrn/rwutilsendifendif##### This lines were commented out because of a 'make rclean' problem on a# Windows host (SPR #99176) and to avoid compilation if RADIUS is not# installed (Base B0007).##       RADIUS_DIRS =  $(TGT_DIR)/src/wrn/radius \#       $(TGT_DIR)/src/wrn/nvram \#       $(TGT_DIR)/src/wrn/rwos \#       $(TGT_DIR)/src/wrn/rwutils# # SUBDIRS += $(RADIUS_DIRS)

⌨️ 快捷键说明

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