bakefile — native makefiles generator
bakefile
[
--version
] [
--help
]
-f
FORMAT
-o
OUTFILE
[
-D
VAR
=VALUE
...] [
-I
PATH
...] [
-v
] [
-q
] [
--dump
]
file.bakefile
--version
Display Bakefile version and exit.
-h
, --help
Display usage information and exit.
-f
FORMAT
,
--format
=FORMAT
Specify format of generated makefile (what compiler it is
for), e.g. autoconf
or
borland
.
-o
OUTFILE
,
--output
=OUTFILE
File to write generated makefile to. Note that some backends generate more than one file, this option specifies name of the main makefile.
-D
VAR
=VALUE
Define Bakefile variable. This definition overrides any definition from the ruleset or input makefile. You can use it to customize generated output.
-I
PATH
Add path to the list of directories where Bakefile looks for rules and output templates.
-v
Be verbose.
-q
Supress all output except for errors.
--dump
Dump all Bakefile variables and targets to standard output instead of generating output. This is only useful for debugging Bakefile or ill-behaving makefiles.