Import('*')

SRC=simpleglob("*.cc")

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

Return('graphic')

