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
>
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
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