Hello,
* PhilFine wrote on Fri, Sep 05, 2008 at 01:15:05AM CEST:
>
> .ccvm.o:
> my_gcc -c -O3 $(GST_CFLAGS) -o $@ $^
Consider making this
.ccvm.$(OBJEXT):
and please note that $^ is GNU make-specific, but you can use $< here
(if that is the right thing for you to use).
FWIW, I would al
Hello everyone,
I am trying to compile a GStreamer plugin which contains a file from other
language which I am implementing in GCC.
I include the rule as explained in automake documentation and the source
file in _SOURCES but unfortunatelly it is not being compiled/linked in the
plugin.
Does any
Ralf,
Thanks. I have removed my own htmldir definition, and it works now.
Thanks,
> Date: Wed, 3 Sep 2008 22:53:49 +0200
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: automake@gnu.org
> Subject: Re: question about htmldir
>
> Hello Susan,
>
> * susan xie wrote on Wed, Sep 03, 20