Newer
Older
# -*- python -*-
Import('env')
import SENFSCons, glob
###########################################################################
SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh")
g0dil
committed
if ( f not in ('all_includes.hh','Logger.hh','SenfLog.hh')
and not f.endswith('.test.hh') ) ])
g0dil
committed
sources, includes = SENFSCons.Glob(env)
SENFSCons.Lib(env, sources)
env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)