Import("env_scitbx_boost_python_ext")

for stl_type in ["map", "set", "vector"]:
  env_scitbx_boost_python_ext.SharedLibrary(
    target="#lib/scitbx_stl_%s_ext" % stl_type,
    source=[
    "%s_ext.cpp" % stl_type,
  ])
