Import('env') src = Glob('*.[cS]') objs = env.Object(src) Return('objs')