Lars Gullik Bjønnes wrote:
> What about the ".for" stuff and LOOPLIST?
> 
> (.for might be part of "standard" make, but I have never seen it
> used before.)

I've never seen it before either, but I'll try it out. I have a 
machine here running DEC/Compaq/HP Alpha with a 1.3.x cvs tree. I've 
applied Zvezdan's patch to qt2/moc/Makefile.am, qt2/ui/Makefile.am 
and to qt2/ui/moc/Makefile.am.

I'm starting the build process from scratch (having just run make 
maintainer-clean) and am using DEC/Compaq/HP make to build it. This 
flavour of make does not understand the gnu-isms. Let's see if it 
understands Zvezdan's alternative.

No joy :-(

[EMAIL PROTECTED]:ui-> make
Make: Makefile: Must be a separator on line 832.  Stop.

   831  .for file in ${LOOPLIST}
   832  ${file:.C=.h}: ${file:.C=.ui}
   833          $(UIC) $(UICFLAGS) $? -o $@
   834  ${file}: ${file:.C=.h} ${file:.C=.ui}
   835          $(UIC) $(UICFLAGS) -impl $> -o $@
   836  .endfor

Maybe we should take this to an automake news group?

-- 
Angus

Reply via email to