6c79bf39942dbfe3d68c4a6937b1d83411601844
[senf.git] / Socket / Protocols / UN / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 SConscript(glob.glob("*/SConscript"))
9
10 SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh")
11                                if f not in ('all_includes.hh','UN.hh') and not f.endswith('.test.hh') ])
12
13 sources, includes = SENFSCons.Glob(env)
14
15 SENFSCons.Lib( env, sources)
16
17 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)