X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSConscript;h=6f021cefc49856ec05a27dbc53a4fe1355974e2c;hb=d8c2d9d478b8808e5b76e4688aea4f840b6a1df7;hp=199c62ddf4fd16d11cfff98b28d99a5b848c765e;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/SConscript b/PPI/SConscript index 199c62d..6f021ce 100644 --- a/PPI/SConscript +++ b/PPI/SConscript @@ -3,6 +3,9 @@ import SENFSCons, glob ########################################################################### +SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh") + if f not in ('all_includes.hh','PPI.hh') and not f.endswith('.test.hh') ]) + SConscript(glob.glob("*/SConscript")) sources = SENFSCons.GlobSources(subdirs=[ 'detail' ]) @@ -17,4 +20,7 @@ SENFSCons.Lib(env, SENFSCons.Doxygen(env, extra_sources=[ env.Dia2Png('scenario.dia'), env.Dia2Png('classes.dia'), + env.Dia2Png('ratestuffer.dia'), ]) + +SENFSCons.InstallIncludeFiles(env, [ 'PPI.hh', 'all_includes.hh' ])