Use of MD flag

Hi,

Can you please elaborate use of MD flag (generate dependency files) and how these dependency files can be used in building the package?

With warm regards,
KEDAR

Hi Kedar,

Section 4.14 of the GNU Makefile documentation on how to use automatic dependacy generation: GNU make

On SUA, be sure to use the ‘gmake’ utility that ships with the compilers. The system make is based on BSD make which uses a different mechanism.

Hope this helps,
Mat