import rtconfig
from building import *

cwd = GetCurrentDir()

src = Glob('*.c')

path = []

group = DefineGroup('Math', src, depend=[''], CPPPATH=path)
Return('group')