Under construction.
function generateSeparateCodeDependenciesMakefile input String filename "The file to write the makefile to"; input String directory = "" "The relative path of the generated files"; input String suffix = ".c" "Often .stamp since we do not update all the files"; output Boolean success; end generateSeparateCodeDependenciesMakefile;