File: bam.1

package info (click to toggle)
bam 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 988 kB
  • ctags: 2,368
  • sloc: ansic: 15,322; python: 338; makefile: 42; cpp: 23; sh: 7
file content (47 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
.TH BAM 1
.SH NAME
bam \- A fast and flexible build system
.SH SYNOPSIS
.B bam \-
[options]
.SH DESCRIPTION
Bam uses Lua to describe the build process. It's takes its inspiration for
the script files from scons. While scons focuses on being 100% correct when
building, bam makes a few sacrifices to acquire fast full and incremental
build times. 
.SH OPTIONS
.TP
.B \-c
Clean. Removes all output files for the specified targets
.TP
.B \-f
Force. Forces all files to be dirty and causes a complete rebuild.
.TP
.B \-b filename
Base script. Specifices the base script to use instead of the builtin.
.TP
.B \-s filename
Script. Specifices the bam file to use.
.TP
.B \-j X
Use X threads when building. (EXPRIMENTAL!)
.TP
.B \-v
Verbose. Prints all commands that bam executes.
.TP
.B \-\-dry
Dry run. Does not do anything except load the scripts. Don't build any targets.

.SH SEE ALSO
On your system:
.I /usr/share/doc/bam 

Homepage at:
.I http://teeworlds.com/trac/bam/wiki 

Please report all bugs to the Debian Bug Tracking System (see: 
.IR http://www.debian.org/Bugs ) 

.SH AUTHORS
.I Magnus Auvinen
Magnus Auvinen (C) 2008