Everything

-MF [V2.04.00 or later]


< Assembler Command Options / Dependency File Output Specification Options >

[Format]

-MF=file-name

 

-

[Default]

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

[Description]

-

This option changes the name of the dependency file to be output.

-

This option is invalid if the -MM option is not specified.

[Example]

-

To output the dependencies to “D.dep”, describe as:

asrx -isa=rxv3 test.src -MM -MF=D.dep

[Remarks]

-

When multiple input files are specified, only the dependency file for the last input file is output.