Import('env') src = ('hello.c') obj = env.Object(src) Return('obj')