Re: amhello build prob

2006-10-30 Thread Patrick Welche
On Sat, Oct 28, 2006 at 01:48:23AM +0200, Ralf Wildenhues wrote: > Second try. > > * Patrick Welche wrote on Wed, Oct 25, 2006 at 07:44:21PM CEST: > > ... > > Making all in doc > > gmake[1]: Entering directory `/usr/src/local/automake/doc' > > ... > > make: don't know how to make w. Stop > > Fir

Re: Best means to override CXXFLAGS locally

2006-10-30 Thread Dan McMahill
Akim Demaille wrote: What would be the cleanest means to handle this exception? Here is what I did: - Force automake to generate an object specific rule by using some foo_CXXFLAGS - Open Makefile.in, get the specific rules. - Use LTCOMPILECXX to factor the common part - Append $(MY_NOPTION_C

build and distribute Linux drivers as part of a GNU automake project

2006-10-30 Thread Vladimir Vassilev
Hello, I am working on a complex project which involves both userspace applications, libraries and Linux kernel drivers. What is the recommended approach to build and distribute Linux drivers as part of a GNU automake distribution. We hope there is an elegant way to generate the Makefile acc