1Import('env')
2
3objs = env.Object(Glob('*.c'))
4Return('objs')
5