Import('*') rtasm = env.ConvenienceLibrary( target = 'rtasm', source = [ 'x86sse.c', 'mm.c', 'execmem.c', ]) auxiliaries.insert(0, rtasm)