help-make
[Top][All Lists]
Advanced

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

Re: implicit rules for .cpp suffix


From: Martin Sebor
Subject: Re: implicit rules for .cpp suffix
Date: Thu, 29 Sep 2005 19:53:53 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716

Martin Sebor wrote:
[...]
1. Is the .cpp suffix on the default suffix list?

Let me respond to myself on this one: according to make -p it is:

%: %.cpp
#  commands to execute (built-in):
        $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@

(If so, is it a known
   documentation bug that it's not listed?)

I guess the manual is out of date. There seems to be quite a bit of
interesting stuff in the make -p output that I don't see documented
in the manual.

Martin




reply via email to

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