Move sourcecode into 'senf/' directory
[senf.git] / senf / SConscript
diff --git a/senf/SConscript b/senf/SConscript
new file mode 100644 (file)
index 0000000..62838d1
--- /dev/null
@@ -0,0 +1,14 @@
+# -*- python -*-
+
+Import('env')
+import SENFSCons, glob, os
+
+###########################################################################
+
+# Create local_config.h
+if not env.GetOption('clean') and not os.path.exists("local_config.hh"):
+    Execute(Touch("local_config.hh"))
+
+SConscript(glob.glob("*/SConscript"))
+
+env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = [ 'config.hh' ])