1 Star 0 Fork 20

zhouqin/Yukon

forked from openGauss/Yukon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangning2 提交于 2021-03-22 17:33 . first commit
# this file copied and adapted from PostgreSQL source
# to allow easy build on BSD systems
all install uninstall clean distclean maintainer-clean test check docs docs-install docs-uninstall utils: GNUmakefile
@IFS=':' ; \
for dir in $$PATH; do \
for prog in gmake gnumake make; do \
if [ -f $$dir/$$prog ] && ( $$dir/$$prog -f /dev/null --version 2>/dev/null | grep GNU >/dev/null 2>&1 ) ; then \
GMAKE=$$dir/$$prog; \
break 2; \
fi; \
done; \
done; \
\
if [ x"$${GMAKE+set}" = xset ]; then \
echo "Using GNU make found at $${GMAKE}"; \
$${GMAKE} $@ ; \
else \
echo "You must use GNU make to build PostGIS." ; \
false; \
fi
configure: configure.in
./autogen.sh
GNUmakefile: GNUmakefile.in
./configure
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouqinsm/Yukon.git
git@gitee.com:zhouqinsm/Yukon.git
zhouqinsm
Yukon
Yukon
master

搜索帮助