X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7cc0e9952d85f30d1d8ce85cc7a9eb0a5e52e202..7876081fd090297937e6818532baa5813071337d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2dbab2f6..def76cf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -572,6 +572,9 @@ cscope: ## targets because they will be used so infrequently, if at all. ## gcov: + @if ./config.status --config | grep -e --enable-debug >/dev/null; then \ + echo For best results with gcov, should configure \ + without --enable-debug; fi @echo rebuilding with AM_CLFAGS=--coverage . . . @(make clean && make AM_CFLAGS=--coverage) > /dev/null && make check @for i in `find . -name '*.gcda'`; do \