|
makefile debug
I tried using the make -d command to spit out debugging information hoping to find out the exact include files it is using but nothing like that in the output showed up.
Was wondering if anyone knows any make command flag or something which will show during the make process, which include files (exact file names not just directory paths) it is accessing.
Thanks.
|