Imported Debian patch 2.9.0-5
[debian/cc1111] / debian / manpages / sdcclib.1
1 .TH SDCCLIB 1 
2 .SH NAME
3 sdcclib \- SDCC librarian
4 .SH SYNOPSIS
5 .B sdcclib
6 .I " [-options] library relfile"
7 .SH WARNING
8 The information in this man page is an extract from the full
9 documentation of SDCC, and is limited to the meaning of the
10 options.
11 .PP
12 For complete and current documentation, refer to the
13 .B
14 SDCC Compiler User Guide\c
15 \&.
16 .SH DESCRIPTION
17 sdcclib can be used to embed all the modules belonging to a library in the 
18 library file itself. This results in a larger library file, but it greatly
19 reduces the number of disk files accessed by the linker.
20 .SH OPTIONS
21 .TP
22 .B "\-a"
23 Adds relfile to library. If relfile exists, replaces it.
24 .TP
25 .B "\-d"
26 Deletes relfile from library.
27 .TP
28 .B "\-e"
29 Extracts relfile from library.
30 .TP
31 .B "\-s"
32 Dumps symbols of library.
33 .TP
34 .B "\-m"
35 Dumps modules of library.
36 .TP
37 .B "\-v"
38 Displays program version.
39 .TP
40 .B "\-h"
41 Displays help.
42 .SH SEE ALSO
43 sdcc(1).
44 .SH AUTHOR
45 This manual page was written by Aurelien Jarno <aurel32@debian.org>,
46 for the Debian GNU/Linux system (but may be used by others).