File: commoncpp-config.1

package info (click to toggle)
ucommon 7.0.1-0.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,076 kB
  • sloc: cpp: 45,917; ansic: 714; sh: 226; makefile: 175
file content (106 lines) | stat: -rw-r--r-- 2,940 bytes parent folder | download | duplicates (2)
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
.\" ucommon-config - script to get information about common c++ library
.\" Copyright (C) 2009-2020 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 General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
.\" USA.
.\"
.\" This manual page is written especially for Debian GNU/Linux.
.\"
.TH commoncpp-config "1" "July 2009" "GNU Common C++ Configuration" "GNU Telephony"
.SH NAME
commoncpp-config \- script to get information about common c++ library
.SH SYNOPSIS
.B commoncpp-config
.BI [--prefix[= DIR ]]
.BI [--exec-prefix[= DIR ]]
.B [--version]
.B [--cflags]
.B [--libs]
.B [--includes]
.SH DESCRIPTION
.B commoncpp-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 common c++
library.
.IR Note :
.B commoncpp-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 common c++
on the standard output.
.TP
.B --includes
Print the include directory for
.BR common c++
headers
.TP
.B --libs
Print the linker flags that are necessary to link a program with
.BR common c++
.TP
.B --cflags
Print the compiler flags that are necessary to compile a program with
.BR common c++
.TP
.BI  --prefix= PREFIX
If specified, use
.I PREFIX
instead of the installation prefix that
.B common c++
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 common c++
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 commoncpp-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.