X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FSConscript;h=07095234b884566371958b6f695cc194e64523d9;hb=HEAD;hp=60c1337d18bb181e4f5bf5a1ff530c4d7510fb68;hpb=e7184facd970e81cf2c0de5e9688bb7b6b70a305;p=senf.git diff --git a/Examples/SConscript b/Examples/SConscript index 60c1337..0709523 100644 --- a/Examples/SConscript +++ b/Examples/SConscript @@ -10,12 +10,7 @@ SENFSCons.IndexPage(env, 'Mainpage.dox', title="Examples") SENFSCons.Doxygen(env) for sconstruct in glob.glob("*/SConstruct"): - dir=env.File(sconstruct).dir - example=env.Command(dir.File('.example.phony'), env.Alias('default'), - [ '$SCONS -C $EXAMPLEDIR' ], - CONCURRENCY_LEVEL=1, EXAMPLEDIR=dir) - env.Alias('examples', example) - + SENFSCons.BuildExample(env, sconstruct) for dox in glob.glob("*/Doxyfile"): extra_sources = [ eval(line.split(':',1)[1])