e07dec065691b15aa77517af3561e62f3ca9982d
[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.StandardTargets(env)
11 SENFSCons.Lib(env, sources)
12 SENFSCons.Doxygen(env)
13 SENFSCons.InstallIncludeFiles(env, includes)
14
15 SConscript(glob.glob("*/SConscript"))