X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSConscript;h=6f021cefc49856ec05a27dbc53a4fe1355974e2c;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=cfc0e69dfbf8ffbf918d485426bc4ebabe5ea974;hpb=c448a643750c87940ac41b3cef33b6379950aa54;p=senf.git diff --git a/PPI/SConscript b/PPI/SConscript index cfc0e69..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' ]) @@ -19,3 +22,5 @@ SENFSCons.Doxygen(env, extra_sources=[ env.Dia2Png('classes.dia'), env.Dia2Png('ratestuffer.dia'), ]) + +SENFSCons.InstallIncludeFiles(env, [ 'PPI.hh', 'all_includes.hh' ])