Import("env_clipper_boost_python_ext")
env = env_clipper_boost_python_ext.Clone()
env.Prepend(LIBS=["clipper", "cctbx"])
env.SharedLibrary(
  target="#lib/clipper_ext",
  source=[
    "clipper_ext.cpp",
    "hendrickson_lattman_bpl.cpp",
    "sigmaa_bpl.cpp",
    "../../clipper/clipper/contrib/sfweight.cpp",
    "../../clipper/clipper/cctbx/clipper_cctbx.cpp"])
