I have a C++ small project using GNU Make. I\'d like to be able to turn the following source files:
src/ a.cpp b/ b.cpp c/ c.cpp
You might not particulary like this approach, but:
AUTOMAKE_OPTIONS =
does the trick quite well in a Makefile.am. Just sayin' that you don't need to write everything by hand.