X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=def76cf31ba48cc4fe6494ff9e828e7da86f65b4;hb=307383ed8da4c05a4e5cb98bab9bf6161dd51bf3;hp=2dbab2f636624086b26c20c129739e1e5f5d0cd1;hpb=7cc0e9952d85f30d1d8ce85cc7a9eb0a5e52e202;p=mmh diff --git a/Makefile.am b/Makefile.am index 2dbab2f..def76cf 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 \