C
C<Program> = <C++ Source>.cpp ...
Designate C source files that are to be built for each program. The G.Build system recognizes the .c suffixe.
PROGRAM = myProgram CmyProgram = myProgram.c mySubroutine.c
By convention the file containing a C "main" method has the same name as the program.