This option instructs the compiler to emit dummy makefile
rules. These rules work around make errors that
are generated if you remove header files without a corresponding
update to the makefile.
This option is analogous to the GCC command-line option, -MP.