X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSConscript;fp=senf%2FSConscript;h=62838d199cedc26209ea347c1d80a398ad63e660;hb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;hp=0000000000000000000000000000000000000000;hpb=164fe477094d42463722584e527a02379ab5d985;p=senf.git diff --git a/senf/SConscript b/senf/SConscript new file mode 100644 index 0000000..62838d1 --- /dev/null +++ b/senf/SConscript @@ -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' ])