aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 29f3de743de53cd259cd05a2687fb998a92b7625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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


See the NEWS file for the user-visible changes from the previous release.

See the LICENSE file for distribution conditions.

See the INSTALL file for prerequisites and installation instructions.

See the documentation/index.xhtml file for documentation.

The project page is at http://www.codesynthesis.com/projects/build/.

Send bug reports or any other feedback to build-users@codesynthesis.com.