help-make
[Top][All Lists]
Advanced

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

Re: Where the usage of $(CPP_FILES:.cpp=.d) is documented?


From: Philip Guenther
Subject: Re: Where the usage of $(CPP_FILES:.cpp=.d) is documented?
Date: Fri, 11 Jun 2010 14:54:22 -0700

On Fri, Jun 11, 2010 at 1:48 PM, Peng Yu <address@hidden> wrote:
> By the test that I run, I think that $(CPP_FILES:.cpp=.d) is
> equivalent to $(patsubst %.cpp,%.d,$(CPP_FILES)). But I don't find
> where it is documented. Would you please point me where the document
> is?

In the info pages, section 6.3.1, "Substitution References" and in the
description of $(patsubst) in section 8.2, "Functions for String
Substitution and Analysis".  (The latter actually has the more
complete description of the semantics of the syntax.)


Philip Guenther



reply via email to

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