Actually from my last e-mail it got me thinking concerning the outside
program doing something to the make file - I found it and I seem to have
fixed the problem. There's a perl script that gets run just after
automake is finished that generated the line I was worried about. I've
been able to
Ralf Wildenhues wrote:
Hello John,
* J.H. wrote on Thu, Nov 16, 2006 at 03:32:14AM CET:
kcookieserver_skel.cpp: kcookieserver.kidl
$(DCOPIDL2CPP) --c++-suffix cpp --no-signals --no-stub
kcookieserver.kidl
foobar
While this works great in the Makefile.in, when Makefile.in gets
Hello John,
* J.H. wrote on Thu, Nov 16, 2006 at 03:32:14AM CET:
>
> kcookieserver_skel.cpp: kcookieserver.kidl
> $(DCOPIDL2CPP) --c++-suffix cpp --no-signals --no-stub
> kcookieserver.kidl
> foobar
>
> While this works great in the Makefile.in, when Makefile.in gets rebuilt
> fr
Evening,
I'm a bit confused on how to accomplish what I need to do, I have a
Makefile.in that I need to adjust a single target:
kcookieserver_skel.cpp: kcookieserver.kidl
$(DCOPIDL2CPP) --c++-suffix cpp --no-signals --no-stub
kcookieserver.kidl
basically when this target gets genera