Lets suppose I want the benefits provided by implicit rules while also showing a progress message in the form of:
Compiling [main.cpp]
(...)
Linking...
Writing the %.o: %.cpp
rule with the message replaces the implicit rule.
And writing the whole rule explicitly defeats the goal of using implicit rules.
So, any suggestions?
PS: If this isn't currently possible with make, it's ok.
PPS: NO CMAKE
PPPS: NO AUTOFOOLS