1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ccbuild
Section: devel
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9), automake, autoconf, autotools-dev, flex, libgnutls-openssl-dev, libbobcat-dev, pkg-config, libboost-dev (>= 1.37)
Standards-Version: 3.9.5
Vcs-Browser: http://git.debian.org/?p=collab-maint/ccbuild.git
Vcs-Git: git://git.debian.org/git/collab-maint/ccbuild.git
Homepage: http://freshmeat.net/projects/ccbuild
Package: ccbuild
Architecture: @arch@
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: source scanning build utility for C++
Scan the source for main functions and includes. When the file
contains a main function it will compile all the files next to that
file's includes and link them into a program.
.
This makes it possible to build entire programs with minimal
configuration. Linker and compiler options can be added and will be
automatically divided over the compiler and linker.
|