# -*- python -*- Import('env') import SENFSCons, glob ########################################################################### SConscript(glob.glob("*/SConscript")) sources, includes = SENFSCons.Glob(env) SENFSCons.Lib(env, sources) SENFSCons.InstallIncludeFiles(env, includes)