User`s guide
mbuild
7-24
Note Some of these options (-f, -g, and -v) are available on the mcc
command line and are passed along to
mbuild. Others can be passed along
using the
-M option to mcc. For details on the -M option, see the mcc reference
page.
<name>=<value>
(UNIX) Override an options file variable for
variable
<name>. If <value> contains spaces,
enclose it in single quotes, e.g.,
CFLAGS='opt1
opt2'
. The definition, <def>, can reference
other variables defined in the options file. To
reference a variable in the options file, prepend
the variable name with a
$, e.g.,
CFLAGS='$CFLAGS opt2'.
<name>#<value>
Override an options file variable for variable
<name>. If <def> contains spaces, enclose it in
single quotes, e.g.,
CFLAGS='opt1 opt2'. The
definition,
<def>, can reference other variables
defined in the options file. To reference a
variable in the options file, prepend the variable
name with a
$, e.g., CFLAGS='$CFLAGS opt2'.
Table 7-1: mbuild Options (Continued)
Option Description