forked from brockwell/ucommon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathucommon-config.1
113 lines (110 loc) · 2.99 KB
/
ucommon-config.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.\" ucommon-config - script to get information about ucommon library
.\" Copyright (c) 2015 Cherokees of Idaho
.\" Copyright (c) 2009-2014 David Sugar <dyfet@gnutelephony.org>
.\"
.\" This manual page is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.\"
.\" This manual page is written especially for Debian GNU/Linux.
.\"
.TH ucommon-config "1" "July 2009" "GNU Common C++ uCommon" "GNU Telephony"
.SH NAME
ucommon-config \- script to get information about ucommon library
.SH SYNOPSIS
.B ucommon-config
.RB [ options ]
.SH DESCRIPTION
.B ucommon-config
is a tool that is used to configure to determine the compiler and
linker flags that should be used to compile and link programs that use the
.BR ucommon
library.
.IR Note :
.B ucommon-config
is provided for compatibility with legacy software only. Current
projects should use
.B pkg-config
instead!
.SH OPTIONS
.TP
.B --version
Print the currently installed version of
.B ucommon
on the standard output.
.TP
.B --secure
Print additional libraries needed to link a program with
.BR ucommon secure crytographic library
.TP
.B --scripting
Print additional linker flags needed to link a program with
.BR ucommon script library
.TP
.B --includes
Print the include directory for
.BR ucommon headers
.TP
.B --libs
Print the linker flags that are necessary to link a program with
.BR ucommon
.TP
.B --plugins
Print the directory for
.BR ucommon plugins
.TP
.B --cflags
Print the compiler flags that are necessary to compile a program with
.BR ucommon
.TP
.BI --prefix= PREFIX
If specified, use
.I PREFIX
instead of the installation prefix that
.B ucommon
was built with when computing the output for the
.B --cflags
and
.B --libs
options. This option is also used for the exec prefix if
.B --exec-prefix
was not specified. This option must be specified before any
.B --libs
or
.B --cflags
options.
.TP
.BI --exec-prefix= PREFIX
If specified, use
.I PREFIX
instead of the installation exec prefix that
.B ucommon
was built with when computing the output for the
.B --cflags
and
.B --libs
options. This option must be specified before any
.B --libs
or
.B --cflags
options.
.SH "SEE ALSO"
.IR pkg-config (1).
.SH AUTHOR
.B ucommon-config
was written by David Sugar <dyfet@gnutelephony.org>.
.SH COPYRIGHT
Copyright \(co 2009 David Sugar, Tycho Softworks.
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.