|
def | lsst.sconsUtils.builders.SharedLibraryIncomplete (self, target, source, keywords) |
|
def | lsst.sconsUtils.builders.SwigLoadableModule (self, target, source, keywords) |
|
def | lsst.sconsUtils.builders.Pybind11LoadableModule (self, target, source, keywords) |
|
def | lsst.sconsUtils.builders.SourcesForSharedLibrary (self, files) |
| Prepare the list of files to be passed to a SharedLibrary constructor. More...
|
|
def | lsst.sconsUtils.builders.filesToTag (root=None, fileRegex=None, ignoreDirs=None) |
|
def | lsst.sconsUtils.builders.BuildETags (env, root=None, fileRegex=None, ignoreDirs=None) |
| Build Emacs tags (see man etags for more information). More...
|
|
def | lsst.sconsUtils.builders.CleanTree (self, files, dir=".", recurse=True, verbose=False) |
| Remove files matching the argument list starting at dir when scons is invoked with -c/–clean and no explicit targets are listed. More...
|
|
def | lsst.sconsUtils.builders.ProductDir (env, product) |
|
def | lsst.sconsUtils.builders.Doxygen (self, config, kw) |
| Generate a Doxygen config file and run Doxygen on it. More...
|
|
def | lsst.sconsUtils.builders.VersionModule (self, filename, versionString=None) |
|