This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Automake and makedepend
- From: Harald Dunkel <harald at CoWare dot com>
- To: Stan Guillory <Stan dot Guillory at wnco dot com>
- Cc: automake at gnu dot org
- Date: Fri, 13 May 2005 16:12:41 +0200
- Subject: Re: Automake and makedepend
- References: <s283534a.021@tlfa.com>
Stan Guillory wrote:
>
> 2) Is there a way to force automake to set the depmode to makedepend?
>
What happens if you run
make CCDEPMODE=depmode=makedepend CXXDEPMODE=depmode=makedepend
? If it works as expected, then you might add a test for the
compiler version to your configure.ac, and AC_SUBST these
variables.
Good luck
Harri