⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defs.subdirs

📁 vxworks 6.x 的全部头文件
💻 SUBDIRS
字号:
# defs.subdirs - Core IP (coreIP) specific SUBDIR definition.## Copyright 1996-2004 Wind River Systems, Inc.## # modification history# --------------------# 00c,08jul04,tf  Fix Base B0006: make rclean broken on Windows.# 00b,09jun04,tf  Added drv/wdb to SUBDIRS.# 00a,03mar04,tf  Written.## DESCRIPTION# This file defines the list of subdirs to be built for coreIp. This# file is included by '$(WIND_BASE)/target/h/make/config/common/defs.subdirs'# if the feature set being built includes coreIp comps# (i.e., if COMPONENT_CORE_IP==true).# # Note that SUBDIRS is extended to include coreIp sub-directories.#TGT_DIR=$(WIND_BASE)/target# The dual stack is included; build the new coreIp way.export COREIP_BASE=$(TGT_DIR)/src/wrn/coreipifneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/drv/end/Makefile))),)SUBDIRS += drv/endendififneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/rpc/Makefile))),)SUBDIRS += rpcendififneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/drv/wdb/Makefile))),)SUBDIRS += drv/wdbendififneq ($(COREIP_BASE),)SUBDIRS += wrn/coreipendif##### This lines were commented out because of a 'make rclean' problem on a# Windows host (SPR #99176)## END_DIR = $(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/drv/end/Makefile)))# RPC_DIR = $(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/rpc/Makefile)))# WDB_DIR = $(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/drv/wdb/Makefile)))# # SUBDIRS += $(RPC_DIR) $(END_DIR) $(WDB_DIR) $(COREIP_BASE)

⌨️ 快捷键说明

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