1 Star 0 Fork 0

GiteeStudio / varnish-cache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
ACLOCAL_AMFLAGS = -I m4 -I .
SUBDIRS = include lib bin etc doc man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = varnishapi.pc
m4dir = $(datadir)/aclocal
m4_DATA = varnish.m4 varnish-legacy.m4
CLEANFILES = cscope.in.out cscope.out cscope.po.out
EXTRA_DIST = \
README.rst \
README.Packaging \
LICENSE \
autogen.sh \
varnishapi.pc.in \
varnish.m4 \
varnish-legacy.m4
AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-developer-warnings \
--enable-debugging-symbols \
--enable-dependency-tracking \
CFLAGS="$(EXTCFLAGS)"
install-data-local:
$(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
distcleancheck_listfiles = \
find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
sh '{}' ';'
vtest-clean:
$(am__remove_distdir)
# XXX: This is a hack to ensure we have a built source tree when
# running make dist If we had used non-recursive make we could have
# solved it better, but we don't, so use this at least for now.
LICENSE: all
cscope:
-rm -f cscope*
find . -name '*.[hcS]' > cscope.files
cscope -b
gcov_digest:
${PYTHON} tools/gcov_digest.py -o _gcov
.PHONY: cscope
1
https://gitee.com/oscstudio/varnish-cache.git
git@gitee.com:oscstudio/varnish-cache.git
oscstudio
varnish-cache
varnish-cache
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891