Move sourcecode into 'senf/' directory
[senf.git] / senf / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob, os
5
6 ###########################################################################
7
8 # Create local_config.h
9 if not env.GetOption('clean') and not os.path.exists("local_config.hh"):
10     Execute(Touch("local_config.hh"))
11
12 SConscript(glob.glob("*/SConscript"))
13
14 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = [ 'config.hh' ])