Suppose I have an SConstruct file that looks like this:
SConstruct
env = Environment() env.Program(\"a\", [\"a.c\", \"util.c\"]) env.Program(\"b\", [\"b.c\",