ncc 2.8 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ncc 2.8 (Stable branch)
# 1  
Old 10-15-2008
ncc 2.8 (Stable branch)

Image ncc is a C source code analyzer which generates program flow and variable usage information. Using it should be as easy as changing CC=gcc to CC=ncc in makefiles, and effort has been made to support most common gcc extensions. ncc has been tested with the sources of the Linux kernel, gtk, gcc, gdb, bind, mpg123, ncftp, and many other famous projects. License: Artistic License Changes:
ncc output files are automatically stripped during linking. This saves space and avoids some cases where the nccout files could grow exponentially. Minor bugs were fixed to be able to analyze Linux 2.6.27. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TMAKE(1)						      General Commands Manual							  TMAKE(1)

NAME
tmake - create and maintain makefiles for software projects SYNOPSIS
tmake [ options ] project files or project settings DESCRIPTION
This manual page documents briefly the tmake command. This manual page was written for the Debian GNU/Linux distribution because the orig- inal program does not have a manual page. Instead, it has documentation in HTML format; see below. tmake is an easy-to-use tool from Troll Tech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles. OPTIONS
-h, --help Show summary of options. -e expr Evaluate the Perl expression. Ignores the template file. -nodepend Don't generate dependency information. -o file Write output to file instead of stdout. -t file Specify a template file. -unix Force tmake into Unix mode. -v Verbose/debugging on. -win32 Force tmake into Win32 mode. The -t option overrides any TEMPLATE variable in the project file. The default project file extension is ".pro". The default template file extension is ".t". If you do not specify these extension tmake will automatically add them for you. SEE ALSO
The full documentation for tmake is maintained as an HTML manual, located in /usr/share/doc/tmake/html/, and is available through dhelp(1), Debian's help system. AUTHOR
This manual page was written by Dwayne C. Litzenberger <dlitz@dlitz.net>, for the Debian GNU/Linux system (but may be used by others). January 12, 2000 TMAKE(1)