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