On Tue, Apr 06, 2010 at 12:58:41PM +0200, Noel David Torres Taño wrote:
> Well, it says what is happening: there are no targets. The % rule does not 
> apply to "all cdb files" but instead it says "how to create a cdb file if 
> needed".
> 
> You are saying how to "build" things, but you are not saying what to "build".

hmm ... I am not getting this properly. I will explain my problem.

I have many files like a.tcp, b.tcp ... To compile each one I have
individual rules like,

a.cdb : a.tcp
        tcprules $@ a.tcp.tmp < $^
b.cdb : b.tcp
        tcprules $@ b.tcp.tmp < $^
......

My question is how to write one general rule, so that if any of .tcp
file change, the respective cdb file should be rebuild.


With warm regards,
-Payal
-- 




_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to