# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.python(["_psfexLib"], [
    "_psfexLib.cc",
    "psfexPsf.cc",
    "psf.cc",
    "field.cc",
    "prefs.cc"
])
