10 Star 9 Fork 0

Gitee 极速下载 / varnish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/varnishcache/varnish-cache/
克隆/下载
vsc.am 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Generic rule to generate C code from VSC files. VSC files must be listed
# in the $(VSC_SRC) variable. The $(VSCTOOL) variable must point to the
# location of vsctool.py, normally set up by varnish.m4 at configure time.
# The resulting $(VSC_GEN) variable must be added to $(BUILT_SOURCES). The
# $(VSC_RST) variable references RST file names for manual pages includes.
VSC_GEN = $(VSC_SRC:.vsc=.c) $(VSC_SRC:.vsc=.h)
VSC_RST = $(VSC_SRC:.vsc=.rst)
_VSC_RST = $(VSC_SRC:.vsc=.rst_)
$(VSC_GEN) $(VSC_RST): $(VSCTOOL)
SUFFIXES = .vsc .c .h .rst
.vsc.c:
$(AM_V_GEN) $(PYTHON) $(VSCTOOL) -c $<
.vsc.h:
$(AM_V_GEN) $(PYTHON) $(VSCTOOL) -h $<
.vsc.rst:
$(AM_V_GEN) $(PYTHON) $(VSCTOOL) -r $< >${@}_
@mv ${@}_ $@
clean-local: vsc-clean
vsc-clean:
rm -f $(VSC_GEN) $(VSC_RST) $(_VSC_RST)
C
1
https://gitee.com/mirrors/varnish.git
git@gitee.com:mirrors/varnish.git
mirrors
varnish
varnish
master

搜索帮助