Subject: Re: "Soft" make dependencies? Was: make build problem - BIND
To: None <current-users@netbsd.org>
From: Simon J. Gerraty <sjg@quick.com.au>
List: current-users
Date: 05/28/2001 17:35:26
>There may even be enough mechanism in our BSD make to do this, though
>the syntax is so twisted into obscurity that I'm not sure I can figure
>out how it might work....

Not quite the same thing, but I have an autodep.mk, which adds -MD to 
CFLAGS and gathers the *.d files thus produced into .depend.
This does not solve the problem of foo.h no longer being relevant (or
existant), but for the most part dependencies are kept up to date
for very little effort.  Sure beats running "make depend" on a large tree.

--sjg