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