Import('*')

SRC=simpleglob("*.cc")

lib=srcenv.StaticLibrary(target='logic', source=SRC)
Return('lib')

