User`s guide
mbuild
Option Description
-v
Verbose mode. Print the values for impo rtant
internal variables after the options file is
processed and all command line arguments
are considered. Prints each compile step and
final link step fully evaluated.
<name>=<value>
Supplement or override an options file variable
for variable
<name>. This option is processed
after the options file is processed and all
command line arguments are cons idered. You
may need to use the shell’s quoting syntax to
protect characters such as spaces that have
a meaning in the shell syntax. On Windows
double quotes are used (e.g.,
COMPFLAGS="opt1
opt2"
), and on UNIX single quotes are used
(e.g.,
CFLAGS='opt1 opt2').
It is common to use this option to supplement
a variable already defined. To do this, refer
to the variable by prepending a
$ (e.g.,
COMPFLAGS="$COMPFLAGS opt2" on Windows
or
CFLAGS='$CFLAGS opt2' on UNIX).
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.Fordetailsonthe-M option, see the
mcc reference page.
11-15