Posts by Manu • 81 points
1 post
-
8
votes1
answer257
viewsQ: Makefiles, include function
I’m trying to analyze the makefile below. But I don’t understand how the bottom fits with the rest. %.d: %.cpp <TAB> g++ $< -MM -MT '$*.o $*.d ' -MD $(CPPFLAGS) creates a file .d containing…