Everything

 

-MT [V1.03.00 or later]


This option specifies the target name.

[Specification format]

-MT=target-name

 

-

Interpretation when omitted

The target name is not changed.

[Detailed description]

-

This option specifies the target name to be output to the dependency file.

-

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

-

If no target name is specified for the -MT option, an error occurs.

[Example of use]

asrl -cpu=S3 test.asm -MM -MT=A

<test.asm>

$INCLUDE "inc1.inc"
$INCLUDE "inc2.inc"

<inc2.inc>

$include "inc3.inc"

Caution

"inc1.inc" and "inc3.inc" will be empty files.

 

<Output contents>

A: test.asm
A: inc1.inc
A: inc2.inc
A: inc3.inc