X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FSConscript;h=a8076fac2e400d786a431b88e579ab891eb05a13;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=71810974609df520ef5f3360007054d277a64606;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/SConscript b/senf/Utils/SConscript index 7181097..a8076fa 100644 --- a/senf/Utils/SConscript +++ b/senf/Utils/SConscript @@ -1,15 +1,8 @@ # -*- python -*- Import('env') -import SENFSCons, glob, os.path +import SENFSCons ########################################################################### -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")) +SENFSCons.AutoRules(env, subdirs=['impl'])