📄 defs.subdirs
字号:
# defs.subdirs - OPENSSL 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 OPENSSL. This# file is included by '$(WIND_BASE)/target/h/make/config/common/defs.subdirs'# if the feature set being built includes OPENSSL comps# (i.e., if COMPONENT_OPENSSL==true).# # Note that SUBDIRS is extended to include OPENSSL sub-directories.#TGT_DIR=$(WIND_BASE)/target#### If OPENSSL is not installed, donot build any of the other directories.#ifneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/ssl/Makefile))),)SUBDIRS += sslendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -