File: itpp-config.1

package info (click to toggle)
libitpp 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,520 kB
  • ctags: 6,341
  • sloc: cpp: 51,608; sh: 9,248; makefile: 636; fortran: 8
file content (74 lines) | stat: -rw-r--r-- 2,109 bytes parent folder | download
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
.TH "itpp-config" 1 "March 2008" "IT++ 4.0.4"

.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 <ediap@users.sourceforge.net>
as a text file, then converted to man format by txt2tags.

.SH COPYRIGHT
.P
Copyright (C) 1995\-2008  IT++ (see AUTHORS file for a list of contributors)

.P
This program 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 2 of the License, or
(at your option) any later version.

.P
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.

.P
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 St, Fifth Floor, Boston, MA 02110\-1301 USA