help-make
[Top][All Lists]
Advanced

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

Re: Wildcard limited to partial match in a single path component?


From: Maurice van der Pot
Subject: Re: Wildcard limited to partial match in a single path component?
Date: Fri, 13 Jan 2012 23:39:10 +0100

On Fri, Jan 13, 2012 at 05:06:23PM -0500, Paul Smith wrote:
> On Fri, 2012-01-13 at 23:02 +0100, Maurice van der Pot wrote:
> > In these makefiles I have rules like this:
> > 
> >   .%XB.h : %XB.itm
> > 
> > For some reason it does not match a path/file like this:
> > 
> >   .dir/fileXB.h
> 
> See the GNU make manual section "How Patterns Match":

That indeed explains things.
I'm now in the process of rewriting the rules to this:

  _/%XB.h: %XB.itm

It will put files in a different location, but I don't see another
solution.


Thanks for your quick reply!

Maurice.

-- 
Maurice van der Pot

Gnome Planner Developer  address@hidden  http://live.gnome.org/Planner

Attachment: pgpd0Ze2bMLM0.pgp
Description: PGP signature


reply via email to

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