This option changes the name of the dependency file.
[Specification format]
- | Interpretation when omitted |
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".
[Detailed 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 of use]
- | To output the dependencies to "D.dep", describe as: |
asrl -cpu=S3 test.asm -MM -MF=D.dep
|
[Remark]
- | When multiple input files are specified, only the dependency file for the last input file is output. |