加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adam Borowski 提交于 2018-09-30 11:07 . Drop proxyrec.
if WIN32
SUBDIRS = win32/icons . tests
else
SUBDIRS = . tests
endif
EXTRA_DIST= BUGS autogen.sh gettext.h export.h win32/termrec.iss \
VERSION get_version
DISTCLEANFILES = _stdint.h
ACLOCAL_AMFLAGS = -I m4
CLEANFILES =
AM_CFLAGS = -I${srcdir}/sys -I${srcdir}/libtty -I${srcdir}/common -Wno-parentheses
include sys/Makefile.am
include libstream/Makefile.am
include libtty/Makefile.am
include common/Makefile.am
if WIN32
include win32/Makefile.am
else
include rec/Makefile.am
include play/Makefile.am
include time/Makefile.am
include cat/Makefile.am
endif
include doc/Makefile.am
VERSION: FORCE
[ ! -d .git ] || $(srcdir)/get_version >VERSION
FORCE:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化