# Command specific completions for the scons command.
# These completions where generated from the commands
# man page by the make_completions.py script, but may
# have been hand edited since.
#
complete-c scons -s c -l clean -l remove --description'Clean up by removing all target files for which a construction command is specified'
complete-c scons -l cache-debug --description'Print debug information about the CacheDir() derived-file caching to the specified file'
complete-c scons -l cache-disable -l no-cache --description'Disable the derived-file caching specified by CacheDir()'
complete-c scons -l cache-force -l cache-populate --description'When using CacheDir(), populate a cache by copying any already- existing, up-to-date derived files to the cache, in addition to files built by this invocation'
complete-c scons -l cache-show --description'When using CacheDir() and retrieving a derived file from the cache, show the command that would have been executed to build the file, instead of the usual report, "Retrieved file from cache'
complete-c scons -l config --description'This specifies how the Configure call should use or generate the results of configuration tests'-a '
complete-c scons -s C --description'Directory, --directory=directory Change to the specified directory before searching for the SCon struct, Sconstruct, or sconstruct file, or doing anything else'
complete-c scons -s D --description'Works exactly the same way as the -u option except for the way default targets are handled'
complete-c scons -l debug --description'Debug the build process'-a"count dtree explain findlibs includes memoizer memory nomemoizer objects pdb presub stacktrace stree time tree"-x
complete-c scons -l diskcheck --description'Enable specific checks for whether or not there is a file on disk where the SCons configuration expects a directory (or vice versa), and whether or not RCS or SCCS sources exist when searching for source and include files'-a"all none match rcs "-x
complete-c scons -s f -l file -l makefile -l sconstruct --description'Use file as the initial SConscript file'
complete-c scons -s h -lhelp--description'Print a local help message for this build, if one is defined in the SConscript file(s), plus a line that describes the -H option for command-line option help'
complete-c scons -s H -lhelp-options --description'Print the standard help message about command-line options and exit'
complete-c scons -s i -l ignore-errors --description'Ignore all errors from commands executed to rebuild files'
complete-c scons -s I -l include-dir --description'Specifies a directory to search for imported Python modules'
complete-c scons -l profile --description'Run SCons under the Python profiler and save the results in the specified file'
complete-c scons -s q -l question --description'Do not run any commands, or print anything'
complete-c scons -s Q --description'Quiets SCons status messages about reading SConscript files, building targets and entering directories'
complete-c scons -lrandom--description'Build dependencies in a random order'
complete-c scons -s s -l silent -l quiet --description'Silent'
complete-c scons -l taskmastertrace --description'Prints trace information to the specified file about how the internal Taskmaster object evaluates and controls the order in which Nodes are built'
complete-c scons -s u -l up -l search-up --description'Walks up the directory structure until an SConstruct , Scon struct or sconstruct file is found, and uses that as the top of the directory tree'
complete-c scons -s U --description'Works exactly the same way as the -u option except for the way default targets are handled'
complete-c scons -s v -l version --description'Print the scons version, copyright information, list of authors, and any other relevant information'
complete-c scons -s w -l print-directory --description'Print a message containing the working directory before and after other processing'
complete-c scons -l no-print-directory --description'Turn off -w, even if it was turned on implicitly'
complete-c scons -s Y -l repository --description'Search the specified repository for any input and target files not found in the local directory hierarchy'