This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: dependency files not from stdout
- To: Robert Boehne <rboehne at ricardo-us dot com>
- Subject: Re: dependency files not from stdout
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 26 Sep 2000 12:18:46 -0700 (PDT)
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <39CB9493.618BB88F@ricardo-us.com>
>>>>> "Robert" == Robert Boehne <rboehne@ricardo-us.com> 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.
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.
Tom