help-make
[Top][All Lists]
Advanced

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

Re: Multiple target patterns


From: Stephan Beal
Subject: Re: Multiple target patterns
Date: Thu, 12 Jun 2008 16:48:59 +0200

On Thu, Jun 12, 2008 at 4:04 PM, Boris Godin <address@hidden> wrote:
> store/$(DIR)/%.c: src1/$(DIR)/%.c src2/$(DIR)/%.c
...
> exist. In my case some file in src1 or src2 may not exist (*** no rule to

i'm not sure if this'll work, but it might:

store/$(DIR)/%.c: $(wildcard src1/$(DIR)/%.c src2/$(DIR)/%.c)

:-?


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/




reply via email to

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