Import('*') env = env.Clone() identity = env.ConvenienceLibrary( target = 'identity', source = [ 'id_screen.c', 'id_context.c', 'id_objects.c', ]) Export('identity')