Import('env') env.Object(Glob('utils/*.cpp')) env.Object(Glob('xmlParser/*.cpp')) SConscript(['mapreduce/SConscript'], exports = ['env'])