2 Star 0 Fork 0

mirrors_gnu/pyconfigure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
bin_SCRIPTS = pyconf
dist_pkgdata_DATA = src/Makefile.in.distutils src/Makefile.in.make \
src/bootstrap.sh src/configure.ac src/install-sh \
src/setup.py.in.distutils src/setup.py.in.make
m4dir = $(pkgdatadir)/m4
dist_m4_DATA = src/m4/python.m4
info_TEXINFOS = doc/pyconfigure.texi
dist_doc_DATA = COPYING COPYING.GPLv3 src/m4/COPYING.EXCEPTION
CLEANFILES = $(bin_SCRIPTS)
EXTRA_DIST = pyconf.in
do_subst = sed -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
-e 's,[@]PACKAGE_VERSION[@], $(PACKAGE_VERSION),g'
pyconf: pyconf.in
$(do_subst) < $(srcdir)/pyconf.in > pyconf
chmod +x pyconf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gnu/pyconfigure.git
[email protected]:mirrors_gnu/pyconfigure.git
mirrors_gnu
pyconfigure
pyconfigure
master

搜索帮助