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