Import('env') subdirs = [ "Thread", "Python", ] for subdir in subdirs: SConscript('%s/SConscript' % subdir)