Make Automatic Variables

http://www.gnu.org/s/hello/manual/make/Automatic-Variables.html 10.5.3 Automatic Variables Suppose you are writing a pattern rule to compile a ‘.c’ file into a ‘.o’ file: how do you write the ‘cc’ command so that it operates on the right source file name? You cannot write

Compilers and More

Compilers and More http://www.hpcwire.com/hpcwire/2011-03-08/compilers_and_more_programming_at_exascale.html http://www.hpcwire.com/hpcwire/2011-03-28/compilers_and_more_expose_express_exploit.html http://www.hpcwire.com/hpcwire/2011-04-14/compilers_and_more_exascale_programming_requirements.html We need to let the programmer do the creative parts, and let the system do the mechanical work.