sc-libtool (1) Linux Manual Page
sc-libtool – The sc-libtool program is used to link and build MPQC executables and libraries.
Synopsis
sc-libtool [–config] [–debug] [{-n,–dry-run}] [–features]
[–finish] [–help] [–mode={clean,compile,finish,install,link,uninstall}]
[{–quiet,–silent}] [–tag=TAG] [–version] MODE-ARGSDescription
The sc-libtool command provides generalized library-building support services. sc-libtool accepts the following options:- –config
- Show all configuration variables.
- –debug
- Enable verbose shell tracing.
- -n, –dry-run
- Display commands without modifying any files.
- –features
- Display basic configuration information and exit.
- –finish
- Same as –mode=finish.
- –help
- Display help message and exit
- –mode=MODE
- Use operation mode MODE (default=inferred from MODE-ARGS).
- –quiet
- Same as –silent.
- –silent
- Don’t print informational messages.
- –tag=TAG
- Use configuration variables from tag TAG.
- –version
- Print version information.
MODE must be one of the following:
- clean
- Remove files from the build directory.
- compile
- Compile a source file into a libtool object.
- execute
- Automatically set library path, then run a program.
- finish
- Complete the installation of libtool libraries.
- install
- Install libraries or executables.
- link
- Create a library or an executable.
- uninstall
- Remove libraries from an installed directory.
