1 Star 0 Fork 9

jaspher/ukal

forked from RT-Thread-Mirror/ukal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuhanstudio 提交于 2019-10-04 09:31 . Add pkg dependencies
from building import *
import rtconfig
# get current directory
cwd = GetCurrentDir()
# The set of source files associated with this SConscript file.
src = Glob('src/*.c')
# Examples
if GetDepend('ULAPACK_USE_STATIC_ALLOC'):
if GetDepend('UKAL_USING_EKAL'):
src += Glob('examples/u_ekal_static.c')
elif GetDepend('ULAPACK_USE_DYNAMIC_ALLOC'):
if GetDepend('UKAL_USING_EKAL'):
src += Glob('examples/u_ekal_dynamic.c')
path = [cwd + '/']
path += [cwd + '/src']
LOCAL_CCFLAGS = ''
group = DefineGroup('ulapack', src, depend = ['PKG_USING_UKAL'], CPPPATH = path, LOCAL_CCFLAGS = LOCAL_CCFLAGS)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jaspher/ukal.git
git@gitee.com:jaspher/ukal.git
jaspher
ukal
ukal
master

搜索帮助