# -*- python -*- Import('env') import SENFSCons, glob ########################################################################### (sources, tests), includes = SENFSCons.Glob(env) SENFSCons.Object(env, target='MPEGDVBBundle', sources=sources, testSources = tests + [ 'MPEGDVBBundle.o' ]) SENFSCons.Lib(env, sources) env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)