Project file description:

********** source files **********
[language]                                           ; Main language of the project 
                                                     ; (f77, c, java, etc)
                                                     ; (all transformations & linking)
[language, source_file, additional compiler options]
********** data files **********
[OS commands before running application]
********** output **********
[Command line options to run application]
********** output files **********
[List of files to check correctness of the result after running.
At least one!]
********** exe **********
[name_of_executable_file]


Sample project file (swim from SPEC): ********** source files ********** f77 f77, apsi.f ********** data files ********** cp ../data/ref/input/apsi.in . ********** output ********** ********** output files ********** APO10 APO11 APO6 APO8 APV ********** exe ********** a.out