@@ -0,0 +1,3 @@
+.cproject
+.project
+.pydevproject
+env = DefaultEnvironment()
+
+Export('env')
@@ -0,0 +1,8 @@
+Import('env')
+subdirs = [
+ 'experimental',
+]
+for subdir in subdirs:
+ SConscript('%s/%s/SConscript' % (env['srcroot'], x), build_dir=target_dir)