from building import * src = Glob('*.c') group = DefineGroup('donut', src, depend = ['PKG_USING_DONUT']) Return('group')