forked from nvmd/itpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitpp-config.1.cmake.in
76 lines (65 loc) · 2.12 KB
/
itpp-config.1.cmake.in
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
.TH "itpp-config" 1 "@PACKAGE_DATE@" "IT++ @PACKAGE_VERSION@"
.SH NAME
.P
itpp\-config \- script to get information about intalled IT++ library
prefix, compiler flags and its version
.SH SYNOPSIS
.P
\fBitpp\-config\fR [\-\-prefix] [\-\-exec\-prefix] [\-\-debug] [\-\-static]
[\-\-cflags] [\-\-libs] [\-\-help] [\-\-version]
.SH DESCRIPTION
.P
\fIitpp\-config\fR is a tool that can be used to determine the compiler and
linker flags required for compiling and linking programs that use IT++.
It can be also used for checking the intalled libitpp library version.
.SH OPTIONS
.P
\fIitpp\-config\fR accepts the following options:
.TP
\fB\-\-prefix\fR
output libitpp installation prefix
.TP
\fB\-\-exec\-prefix\fR
output libitpp installation exec prefix
.TP
\fB\-\-debug\fR
use debugging pre\-processor, compiler and linker flags (needs to be used
in front of \fB\-\-cflags\fR and \fB\-\-libs\fR)
.TP
\fB\-\-static\fR
use static linker flags (needs to be used in front of \fB\-\-libs\fR)
.TP
\fB\-\-cflags\fR
output pre\-processor and compiler flags
.TP
\fB\-\-libs\fR
output linker flags
.TP
\fB\-\-help\fR
display brief help and exit
.TP
\fB\-\-version\fR
output version number
.SH AUTHOR
.P
This manual page was written by Adam Piatyszek <[email protected]>
as a text file, then converted to man format by txt2tags.
.SH COPYRIGHT
.P
Copyright (C) 1995\-2013 (see AUTHORS file for a list of contributors)
.P
This file is part of IT++ \- a C++ library of mathematical, signal
processing, speech processing, and communications classes and functions.
.P
IT++ 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.
.P
IT++ 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.
.P
You should have received a copy of the GNU General Public License along
with IT++. If not, see <http://www.gnu.org/licenses/>.