1 2 3 4 5 6 7 8 9
Import('*') sct = env.ConvenienceLibrary( target = 'sct', source = [ 'sct.c' ]) auxiliaries.insert(0, sct)