This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Automake and makedepend


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]