Ccbuild

From Free Software Directory
Revision as of 11:20, 12 April 2011 by WikiSysop (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

ccbuild

http://www.logfish.net/pr/ccbuild/
Autobuild utility

'ccbuild' is like a dynamic Makefile: it finds all programs in the current directory (containing "int main") and compiles them. To do this, it reads the C++ sources and looks at all local and global includes. All C++ files around local includes are considered objects for the main program. The global includes lead to extra compiler arguments using a configuration file. ccbuild splits these arguments for compilation and linking, keeping the linking arguments back for later use. It should allow development without any scripting and only simple reusable configuration. 'ccbuild' can also create simple Makefiles and graph dependencies using DOT (graphviz) graphs.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

14 July 2005




Leaders and contributors

Contact(s)Role
A. Bram Neijt Maintainer


Resources and communication

AudienceResource typeURI
ProjectHomepagehttps://github.com/bneijt/ccbuild
Bug Tracking,Developer,SupportE-mailmailto:bneijt@gmail.com
Debian (Ref)https://tracker.debian.org/pkg/ccbuild


Software prerequisites

KindDescription
Required to buildg++ 3.4 or higher
Required to buildflex 2.5.31 or later




Entry



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.