Re: OT: automake woes

2005-12-29 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > I think the only way to do this with automake is to have the targets > for generating the files and using explict dependencies: > > *.$(OBJEXT): kvsprefs.cpp kvsprefs.h prefs.cpp prefs.h > > kvsprefs.h: kvsprefs.cpp > > kvsprefs.cpp: kviewshell.kcfg kvsprefs.kcfgc >

Re: OT: automake woes

2005-12-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I have a project (http://sourceforge.net/projects/qdvi/) | where I'm porting kdvi to Windows. The thing is pretty well working in my | local tree (the committed stuff does *not*, so don't try it out!) but I | have one Automake stumbling block. Here's the

OT: automake woes

2005-12-15 Thread Angus Leeming
I have a project (http://sourceforge.net/projects/qdvi/) where I'm porting kdvi to Windows. The thing is pretty well working in my local tree (the committed stuff does *not*, so don't try it out!) but I have one Automake stumbling block. Here's the (working) snippet of my Makefile.am, which 1. Vis