aboutsummaryrefslogtreecommitdiff
path: root/devel/build/pkg-descr
blob: 845186371493543d10a6c759568af46c440ade48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build is a massively-parallel software build system implemented on
top of GNU make. Build is designed with the following tasks in mind:
* configuration
* building
* testing
* installation

Some of its features include:

* position-independent makefiles.
* non-recursive multi-makefile include-based structure.
* leaf makefiles are full-fledged GNU makefiles, not just variable definitions.
* complete dependency graph.
* inter-project dependency tracking.
* extensible language/compiler framework.

WWW: https://www.codesynthesis.com/projects/build/