Packets/DefaultBundle: Use push_back_space() return value
[senf.git] / senf / Utils / SConscript
index 7181097..a8076fa 100644 (file)
@@ -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'])