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