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