Import('*')

SRC=simpleglob("*.cc")

wui=srcenv.StaticLibrary(target='wui', source=SRC)

Return('wui')

