help: wildcards in rules

2007-08-01 Thread German Salazar
Hello, everyone: I am having a problem with expanding wildcards in a rule, am I missing something? According to user's manual section 4.4, wildcards like * and [...] are allowed, but it is not working for me; here is my rule: $(fobjs): $(cdir)/%.o: %.[fF]* fobjs contains a list of object files t

Re: help: wildcards in rules

2007-08-01 Thread Paul Smith
On Wed, 2007-08-01 at 13:15 -0400, German Salazar wrote: > I am having a problem with expanding wildcards in a rule, am I missing > something? According to user's manual section 4.4, wildcards like * > and [...] are allowed, but it is not working for me; here is my rule: > > $(fobjs): $(cdir)/%.o

Re: help: wildcards in rules

2007-08-02 Thread Paul Smith
On Thu, 2007-08-02 at 10:37 -0400, German Salazar wrote: > $(fobjs): $(wdir)/%.o: %.[fF]* my problem > $(COMPILE.f) $< -o $@ > I am having difficulties implementing the $(fobjs) target since > %.[fF]* does not do what I was hoping for. The thing is that a given > *.o file (from fo