1 2 3 4 5
Import('hostenv') # tastes like -*- python -*- talloc = hostenv.Library('talloc',['talloc.c']) Export('talloc')