bfafdacaa0d9d447dce9f0a16ddbcd0f65586a0b
[senf.git] / Packets / DefaultBundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 (sources, tests), includes = SENFSCons.Glob(env)
9
10 SENFSCons.Object(env, target='DefaultBundle', sources=sources, 
11                  testSources=tests + [ 'DefaultBundle.o' ])
12 SENFSCons.Lib(env, sources)
13
14 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)
15
16 SConscript(glob.glob("*/SConscript"))