X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FSConscript;fp=senf%2FUtils%2FSConscript;h=71810974609df520ef5f3360007054d277a64606;hb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;hp=0000000000000000000000000000000000000000;hpb=164fe477094d42463722584e527a02379ab5d985;p=senf.git diff --git a/senf/Utils/SConscript b/senf/Utils/SConscript new file mode 100644 index 0000000..7181097 --- /dev/null +++ b/senf/Utils/SConscript @@ -0,0 +1,15 @@ +# -*- python -*- + +Import('env') +import SENFSCons, glob, os.path + +########################################################################### + +sources, tests, includes = SENFSCons.Glob(env, subdirs=[ 'impl' ]) + +env.Append(ALLOBJECTS = env.Object(sources)) +env.BoostUnitTest('test', tests) +SENFSCons.Doxygen(env) +env.InstallSubdir('$INCLUDEINSTALLDIR', includes) + +SConscript(glob.glob("*/SConscript"))