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