1 Star 0 Fork 1

kael/fvwm

forked from betterfly/fvwm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thomas Adam 提交于 2016-11-06 21:28 . Release files for 2.6.7
## -*- Makefile -*- mode
## Process this file with automake to create Makefile.in
## Make sure we have a current version of automake
AUTOMAKE_OPTIONS = 1.4
SUBDIRS = \
default-config \
libs \
fvwm \
modules \
bin \
utils \
$(FVWM_PERLLIB) \
doc \
docs \
$(POSUB) \
tests
## ---------------------------------------------------------------------------
## Manage bzip2 archive together with gzip archive
# Usage:
# make dist2 # instead of make dist
# make distcheck2 # instead of make distcheck
# make distclean2 # instead of make distclean
DISTCHECK_CONFIGURE_FLAGS = --enable-htmldoc
distcheck2: distcheck
@banner="$(distdir).tar.gz - ready for distribution"; \
dashes=`echo "$$banner" | sed s/./=/g`; \
echo "$$banner"; \
echo "$$dashes"
@if test "x$(ISRELEASED)" != xyes; then \
echo 'Warning: ISRELEASED is not set to "yes".'; \
echo ' So these can not be the official tarballs.'; \
exit 1; \
fi
distclean2: distclean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Jkael/fvwm.git
git@gitee.com:Jkael/fvwm.git
Jkael
fvwm
fvwm
master

搜索帮助