linux depend: stop using makedepend, use gcc instead
authorJon Trulson <jon@radscan.com>
Sun, 9 Mar 2014 06:43:17 +0000 (23:43 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 9 Mar 2014 06:43:17 +0000 (23:43 -0700)
commit4d48253234d5b869c55df2edee42b87f08cb04fa
tree38ef853619c0281983924497d2fb7635a37c5260
parentded1213316c96b5066597999711d30f53cfc8a76
linux depend: stop using makedepend, use gcc instead

gcc can generate dependencies, so use that instead of building and
depending on the rather delicate and archaic 'makedepend'.

This fix removes makedepend from being built or used on linux, and
instead uses gcc to generate dependency data in .depend files.

I think pretty much every platform that uses gcc should do this.  I am
not sure if other compilers (intel, clang) can do this though.
cde/config/Imakefile
cde/config/cf/linux.cf