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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to