X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FSConscript;h=10c6a8917f36ac9c7dfa7393752ef896203311aa;hb=6d96e131a920c32fe244f31b6621339a663414c2;hp=b39aa6539a75d2274e07c1940818ca506f2f608f;hpb=33157146abaca548e145c577a0840cd1bd427789;p=senf.git diff --git a/Packets/SConscript b/Packets/SConscript index b39aa65..10c6a89 100644 --- a/Packets/SConscript +++ b/Packets/SConscript @@ -1,19 +1,22 @@ # -*- python -*- Import('env') -import SENFSCons +import SENFSCons, glob ########################################################################### -sources = SENFSCons.GlobSources() +#SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh") +# if 'defined(HH_Packets__decls_)' in file(f).read() ]) SENFSCons.StandardTargets(env) - SENFSCons.Lib(env, library = 'Packets', - sources = sources, - LIBS = [ 'Socket', 'Utils' ]) - + sources = SENFSCons.GlobSources(), + LIBS = [ 'Utils' ]) SENFSCons.Doxygen(env, extra_sources = [ env.Dia2Png("structure.dia") ]) + +SConscript(glob.glob("*/SConscript")) + +SENFSCons.InstallIncludeFiles(env, [ 'parse_fixed_setup.hh' , 'parse_setup.hh' ])