2.1.4. The `-M' Option: Generate Makefile Dependencies.
-------------------------------------------------------
This option can be used to generate makefile dependencies on stdout.
This can be redirected to a file for further processing. For example:
NASM -M myfile.asm > myfile.dep