5f77839727d94c4ac4ec0bfa7c0cf71906e81613
[senf.git] / Utils / Termlib / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 sources, includes = SENFSCons.Glob(env, exclude=[ 'telnetServer.cc'])
9
10 SENFSCons.Lib(env, sources)
11 SENFSCons.Doxygen(env)
12
13 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)
14
15 SENFSCons.Binary(env, "telnetServer", ['telnetServer.cc'])