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 Makefile.raw's.
Now you don't have to run "make clean" all the time anymore.
Could someone with access to automake also incorporate the changes into
the Makefile.am's?
Is the makedepend exe included in MinGW?
Because I rewrote the Makefile.raw s to run with just a plain MinGW installation (without MSys). Would be ugly if we now required a non standard exe for a task like dependency checking...

Eh, no, makedepend is part of the linux/cygwin x11-bin package, I ran the cygwin version. 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 think we really need those dependencies, it is, after all, quite annoying to do a "find -name "*.o" | xargs rm", alias "make clean", after a change in the header files.

- Gerard

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to