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