help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: kind of double depency


From: Lawrence, Lynne
Subject: RE: kind of double depency
Date: Mon, 20 Mar 2006 15:16:25 -0500

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden 
> On Behalf Of Sébastien BARTHÉLEMY
> Sent: Monday, March 20, 2006 5:18 AM
> To: address@hidden
> Subject: kind of double depency
> 
> Hello,
> 
> I'm facing a makefile with following rule :
> 
> $(CFILES): %.scilab : %.sci
>       $(SCITOC) $< >$(@)

This means that for every file in $(CFILES) that is of form XXX.scilab there is 
a dependancy on file XXX.sci.  In the rule, $@ would be XXX.scilib, $< would be 
XXX.sci.
In the docs these are called "Static Pattern Rules".

Best Regards,

Lynne Lawrence

> 
> I'd like to know what exactly means the a : b : c construction and
> cannot find it in the "info make" pages nor on the web. It's probably
> a keyword problem, I'm always falling back on double-colons (::)
> explanations.
> 
> Any hint on what/where I should look for ?
> 
> Thanks a lot in advance.
> 
> best regards
> 
> (please, reply by mail directly)
> 
> -- 
> Sébastien BARTHÉLEMY
> 
> 
> 
> _______________________________________________
> Help-make mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-make
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]