ef0872cfc8296579c846cc8a393366bcac9787e6
[senf.git] / Utils / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob, os.path
5
6 ###########################################################################
7
8 sources, includes = SENFSCons.Glob(env, subdirs=[ 'impl' ])
9
10 SENFSCons.Lib(env, sources)
11 SENFSCons.Doxygen(env)
12
13 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)
14
15 SConscript(glob.glob("*/SConscript"))