20 Star 13 Fork 83

openGauss / CBB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanghaiyan 提交于 2022-02-24 17:45 . opengauss-cm CBB first commit
#CBB_TOP_BUILDDIR = $(shell pwd)
$(eval CBB_TOP_BUILDDIR := $(abspath $(CURDIR)))
$(info $(CBB_TOP_BUILDDIR))
include $(CBB_TOP_BUILDDIR)/build/linux/opengauss/Makefile.global
SUBDIRS = src
# Supress parallel build to avoid depencies in the subdirectories.
.NOTPARALLEL:
$(recurse)
1
https://gitee.com/opengauss/CBB.git
git@gitee.com:opengauss/CBB.git
opengauss
CBB
CBB
master

搜索帮助