Everything

 

-MMD [V2.08.00 or later]


This option outputs the dependency file, and then continues assembling.

[Specification format]

-MMD

 

-

Interpretation when omitted

No dependency file is output.

[Detailed description]

-

This option outputs the dependencies of the input file, as specified by the $INCLUDE or $BINCLUDE control instruction, to the dependency file in makefile format. It also executes assembling.

-

The output file name is the same as the input file name, with the extension replaced by “dep”.

[Remark]

-

When multiple input files are specified, a separate dependency file is output for each one.