# -*- python -*- Import("env") lib = env.SharedLibrary("boost_numpy", Glob("*.cpp")) Return("lib")