Re: [Warzone-dev] Automatic dependencies

2006-11-15 Thread Giel van Schijndel
Gerard Krol schreef: Dennis Schridde wrote: Am Montag, 13. November 2006 19:54 schrieb Per Inge Mathisen: Most of the sed code is just magic that I copied from somewhere else, probably http://make.paulandlesley.org/autodep.html which is a must-read. Does that code run always before

Re: [Warzone-dev] Automatic dependencies

2006-11-13 Thread Gerard Krol
Dennis Schridde wrote: Am Montag, 13. November 2006 00:04 schrieb Gerard Krol: Dennis Schridde wrote: Am Freitag, 10. November 2006 16:54 schrieb Gerard Krol: Hi, The complete lack of dependencies somewhat bothers me, so I ran (X11) makedepend. Attached are changes for the

Re: [Warzone-dev] Automatic dependencies

2006-11-13 Thread Per Inge Mathisen
On 11/13/06, Gerard Krol [EMAIL PROTECTED] wrote: And it is not that every user needs to run make depend, it just needs to be done when there are changes to the includes. I believe there are switches to make gcc do the same as makedepend, but a lot slower. I do not know about slower, but

Re: [Warzone-dev] Automatic dependencies

2006-11-13 Thread Dennis Schridde
Am Montag, 13. November 2006 19:54 schrieb Per Inge Mathisen: Most of the sed code is just magic that I copied from somewhere else, probably http://make.paulandlesley.org/autodep.html which is a must-read. Does that code run always before the %.o: %.c rule is applied to any file? Yes.

Re: [Warzone-dev] Automatic dependencies

2006-11-13 Thread Gerard Krol
Dennis Schridde wrote: Am Montag, 13. November 2006 19:54 schrieb Per Inge Mathisen: Most of the sed code is just magic that I copied from somewhere else, probably http://make.paulandlesley.org/autodep.html which is a must-read. Does that code run always before the %.o: %.c rule is