Categories
ccbuild
'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.
Last updated 15 Apr, 2008
About
Leadership
- A. Bram Neijt - Maintainer
Requirements
- flex 2.5.31 or later (Build Prerequisite)
- g++ 3.4 or higher (Build Prerequisite)
Related Projects
Makepp, autopackage, cons, make, smake
Versions
1.2.0
1.2.0 stable released 2005-08-11
- Released: 11 Aug, 2005
- Code Maturity: Stable
- Source Archive: http://www.ai.rug.nl/~bneijt/prog/C++/ccbuild/c...
- Licenses: GPLv2orlater
- Interfaces: Command Line




