1 2 3 4 5 6 7
Import(Split('env')) r1 = env.Object('rand.c') # r2 = env.Object('random.c') rndlib = env.Library('bsdrnd', [ r1 ]) Export("rndlib")