While gcov will work with it, it won't reflect optimizations that
are disabled with that option.
## 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 \