1 Star 0 Fork 0

shiran/libhtp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 941 Bytes
一键复制 编辑 原始数据 按行查看 历史
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = htp test docs
DIST_SUBDIRS = htp test docs
EXTRA_DIST = LICENSE NOTICE docs/doxygen.conf docs/QUICK_START VERSION get-version.sh
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = htp.pc
test: all
@(cd test && $(MAKE) $@)
test-compile-only: all
@(cd test && $(MAKE) $@)
check-compile-only: all
@(cd test && $(MAKE) $@)
doxygen doxygen-pdf:
@(cd docs && $(MAKE) $@)
gcov: test
@ if [[ -x $(LCOV) ]]; then \
lcov --capture --directory $(top_builddir)/htp/ --output-file $(top_builddir)/test/coverage.info --no-external ; \
genhtml $(top_builddir)/test/coverage.info --output-directory $(top_builddir)/docs/lcov ; \
echo "" ; \
echo "Open docs/lcov/index.html to review lcov output" ; \
fi
clean-local:
rm -rf $(top_builddir)/docs/doxygen
rm -rf $(top_builddir)/docs/lcov
find $(top_builddir) -type f \( -name '*.gcda' -o -name '*.gcno' -o -name '*.gcov' \) -exec rm '{}' ';'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shiranxiaoning/libhtp.git
git@gitee.com:shiranxiaoning/libhtp.git
shiranxiaoning
libhtp
libhtp
master

搜索帮助