LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Classes | |
class | lsst.sconsUtils.builders.DoxygenBuilder |
A callable to be used as an SCons Action to run Doxygen. More... | |
Namespaces | |
lsst.sconsUtils.builders | |
Functions | |
def | lsst.sconsUtils.builders.SharedLibraryIncomplete |
Like SharedLibrary, but don't insist that all symbols are resolved. More... | |
def | lsst.sconsUtils.builders.SwigLoadableModule |
Like LoadableModule, but don't insist that all symbols are resolved, and set some SWIG-specific flags. More... | |
def | lsst.sconsUtils.builders.SourcesForSharedLibrary |
Prepare the list of files to be passed to a SharedLibrary constructor. More... | |
def | lsst.sconsUtils.builders.filesToTag |
Return a list of files that need to be scanned for tags, starting at directory root. More... | |
def | lsst.sconsUtils.builders.BuildETags |
Build Emacs tags (see man etags for more information). More... | |
def | lsst.sconsUtils.builders.CleanTree |
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 |
Return a product's PRODUCT_DIR, or None. More... | |
def | lsst.sconsUtils.builders.Doxygen |
Generate a Doxygen config file and run Doxygen on it. More... | |
def | lsst.sconsUtils.builders.VersionModule |