--depend=filename

This option instructs the compiler to write makefile dependency lines to a file during compilation.

Show/hideSyntax

--depend=filename

Where:

filename

is the name of the dependency file to be output.

Show/hideUsage

If you specify multiple source files on the command line then the dependency file accumulates the dependency lines from each source file. The output file is suitable for use by a make utility. To change the output format to be compatible with UNIX make utilities, use the --depend_format option.

Show/hideSee also

Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491F
Non-ConfidentialID091611