Edit

kc3-lang/gnulib/modules/pmccabe2html

Branch :

  • Show log

    Commit

  • Author : Simon Josefsson
    Date : 2009-11-05 16:43:08
    Hash : d4e9c2ea
    Message : modules/pmccabe2html (configure.ac): Check for pmccabe tool.

  • modules/pmccabe2html
  • 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