On Fri, Jun 11, 2010 at 1:48 PM, Peng Yu <pengyu...@gmail.com> 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

_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to