Implement -MD, -MF, -MT, -MQ
commit07b7b9e15efef5f19389a09fb65601b2a0c6ba13
authorH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 02:09:11 +0000 (29 19:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 02:09:11 +0000 (29 19:09 -0700)
treee8e0dad76d7bea37e435c4f490937096baa03153
parentb037a67e68a0dcab179fc5dea7b2ef900cfec9d2
Implement -MD, -MF, -MT, -MQ

Implement the dependency options:

-MF: set the file to which dependencies are written.
-MD: generate dependencies in parallel with compilation.
-MT: set the name of the dependency target.
-MQ: same as -MT, but *attempt* to quote it for Makefile safety.
nasm.c
nasm.h
preproc.c