Combine all boot build stuff in a single scons tool
[senf.git] / Packets / MPEGDVBBundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 sources, tests, includes = SENFSCons.Glob(env)
9
10 objects = env.Object(sources)
11 cobject = env.CombinedObject('MPEGDVBBundle', objects)
12 env.Append(ALLOBJECTS = objects)
13 env.BoostUnitTest('test', tests + cobject)
14
15 env.InstallSubdir('$INCLUDEINSTALLDIR', includes)