< Assembler Command Options / Dependency File Output Specification Options >
[Format]
No dependency file is output.
[Description]
- | This option outputs the dependencies of the input file, as specified by the .INCLUDE assembler directive, 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”. |
[Remarks]
- | When multiple input files are specified, only the dependency file for the last input file is output. |