from building import *

cwd     = GetCurrentDir()
src	= Glob('*.c')

group = DefineGroup('Applications', src, depend = [''])

Return('group')