Re: dependency files not from stdout

2000-09-28 Thread Alexandre Oliva
On Sep 26, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > Could you elaborate on this? or perhaps you could just point me to the > files? Just add a new dependency tracking mechanism to the `depcomp' script, and automake will automatically test it and use it, if it finds it to work. -- Alexa

Re: dependency files not from stdout

2000-09-28 Thread Robert Boehne
Tom: >Robert> Q2: >Robert> How is $depmode set? >It is set externally before running depcomp. The correct setting for >the compiler is determined by some autoconf magic. Could you elaborate on this? or perhaps you could just point me to the files? I need to determine where and how this is set.

Re: dependency files not from stdout

2000-09-27 Thread Tom Tromey
> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> Q1: Robert> Is it possible to do this in the current depmod framework? Robert> (I think it is, but I'm not sure what the issues from Robert> other scripts like libtool are) Sure it is possible. The script can do almost anything

Re: dependency files not from stdout

2000-09-26 Thread Tom Tromey
> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> How is $depmode set? >> It is set externally before running depcomp. The correct setting >> for the compiler is determined by some autoconf magic. Robert> Could you elaborate on this? or perhaps you could just point Robert> me