On Tue, Apr 06, 2010 at 10:04:41PM -0700, Payal wrote:
> What is wrong? a.cdb is now a prerequiste of the first target.

After some thought, now I have working makefile like this,

%.cdb : %.tcp
        cat $^ | tcprules $@ [email protected]

all : a.cdb b.cdb

a.cdb : 
b.cdb :

2 questions on this,
1. Why does this not work?
all : $(wildcard *.cdb)

2. How can I avoid listing explicitly?
a.cdb : 
b.cdb :


With warm regards,
-Payal
-- 



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

Reply via email to