1 .TH LIBTOOL 1 "August 2003" "Library Support" "User Manuals"
3 libtool \- Provide generalized library-building support services.
9 The `libtool' program provides a standard way to generate both static
10 and shared libraries. It hides the complexities of platform\-specific
11 library generation behind an interface that is the same across all
12 platforms supported by libtool.
14 libtool accepts the following options:
17 Display libtool configuration variables and exit.
20 Dump a trace of shell script execution to standard output. This
21 produces a lot of output, so you may wish to pipe it to `less' (or
22 `more') or redirect to a file.
25 Don't create, modify, or delete any files, just show what commands
26 would be executed by `libtool'.
29 Display basic configuration options. This provides a way for packages
30 to determine whether shared or static libraries will be built.
37 Display a help message and exit. If
39 is specified, then detailed help for
46 as the operation mode. By default, the operation mode is inferred
52 is specified, it must be one of the following:
55 Remove files from the build directory
58 Compile a source file into a `libtool' object.
61 Automatically set the library path, then run a program.
64 Complete the installation of libtool libraries.
67 Install libraries or executables.
70 Create a library or an executable.
73 Remove libraries from an installed directory.
79 Don't print informational messages.
82 Use configuration variables from tag
86 Print version information.
90 are a variable number of arguments, depending on the selected
91 operation mode. In general, each
93 is interpreted by programs libtool invokes, rather than libtool itself.
98 `libtool', `libtoolize' and `automake' are fully documented via the
101 This manual page was created by Ossama Othman <ossama@debian.org>. It
102 is based on the "Invoking Libtool" menu entry in the `libtool' TEXINFO
103 documentation, and the output from the
105 option. It was updated for Libtool 1.5 by
106 Scott James Remnant <scott@netsplit.com>.