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