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