mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
23 lines
343 B
Plaintext
23 lines
343 B
Plaintext
Description:
|
|
Produce fancy cyclomatic code complexity charts, using pmccabe.
|
|
See <http://www.parisc-linux.org/~bame/pmccabe/>.
|
|
|
|
Files:
|
|
build-aux/pmccabe2html
|
|
build-aux/pmccabe.css
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_PATH_PROG([PMCCABE], [pmccabe], [false])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPLed build tool
|
|
|
|
Maintainer:
|
|
gnupdf and Simon Josefsson
|