Re: BSD make and dependencies

2000-12-26 Thread Assar Westerlund
Tom Tromey <[EMAIL PROTECTED]> writes: > Derek> Apparently BSD wants something like the following: > Derek> .include "file" > Derek> or > Derek> .include > > Yuck. Does make have -I options too? Yes. From make(1): -I directory Specify a directory in which to search

Re: BSD make and dependencies

2000-12-26 Thread Derek R. Price
Tom Tromey wrote:Derek> Apparently BSD wants something like the following: > Derek> .include "file" > Derek> or > Derek> .include > > Yuck. Does make have -I options too? Don't know. I didn't actually have a BSD box until last week and I haven't touched it over the last few days. I'l

Re: BSD make and dependencies

2000-12-22 Thread Tom Tromey
Derek> Is there any support in Automake for BSD make's style of includes? Nope but we really ought to add it. Historically I've been reluctant to do any checking of properties of make from configure. The theory is that the user could use any make after configure is finished, so you can't really

BSD make and dependencies

2000-12-22 Thread Derek R. Price
Is there any support in Automake for BSD make's style of includes? Apparently BSD wants something like the following: .include "file" or .include Where "" and <> have similiar meanings to what they would have in a C program include. Derek -- Derek Price CVS Solu