1sc-libtool(1) MPQC sc-libtool(1)
2
3
4
6 sc-libtool - The sc-libtool program is used to link and build MPQC
7 executables and libraries.
8
10 sc-libtool [--config] [--debug] [{-n,--dry-run}] [--features]
11 [--finish] [--help] [--mode={clean,compile,finish,install,link,uninstall}]
12 [{--quiet,--silent}] [--tag=TAG] [--version] MODE-ARGS
13
15 The sc-libtool command provides generalized library-building support
16 services. sc-libtool accepts the following options:
17
18 --config
19 Show all configuration variables.
20
21 --debug
22 Enable verbose shell tracing.
23
24 -n, --dry-run
25 Display commands without modifying any files.
26
27 --features
28 Display basic configuration information and exit.
29
30 --finish
31 Same as --mode=finish.
32
33 --help
34 Display help message and exit
35
36 --mode=MODE
37 Use operation mode MODE (default=inferred from MODE-ARGS).
38
39 --quiet
40 Same as --silent.
41
42 --silent
43 Don't print informational messages.
44
45 --tag=TAG
46 Use configuration variables from tag TAG.
47
48 --version
49 Print version information.
50
51 MODE must be one of the following:
52
53 clean
54 Remove files from the build directory.
55
56 compile
57 Compile a source file into a libtool object.
58
59 execute
60 Automatically set library path, then run a program.
61
62 finish
63 Complete the installation of libtool libraries.
64
65 install
66 Install libraries or executables.
67
68 link
69 Create a library or an executable.
70
71 uninstall
72 Remove libraries from an installed directory.
73
75 sc-libtool is open-source software; you can redistribute it and/or
76 modify it under the terms of the GNU General Public License as
77 published by the Free Software Foundation; either version 2 of the
78 License, or (at your option) any later version.
79
81 sc-libtool is distributed in the hope that it will be useful, but
82 WITHOUT ANY WARRANTY; without even the implied warranty of
83 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
84 General Public License for more details.
85
86
87
88Version 2.3.1 Thu Jan 20 2022 sc-libtool(1)