File: cxxtools-config.1

package info (click to toggle)
cxxtools 2.2.1-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 7,140 kB
  • sloc: cpp: 51,630; ansic: 15,967; sh: 11,171; makefile: 748
file content (68 lines) | stat: -rw-r--r-- 1,709 bytes parent folder | download | duplicates (9)
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
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CXXTOOLS-CONFIG 1 "2006-05-10"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
cxxtools-config \- output compiler flags for cxxflags usage
.SH SYNOPSIS
.B cxxtools-config
.RB [ --libs ]
.RB [ --cxxflags ]
.RB [ --logging ]
.RB [ --properties
.IR app ]
.RB [ --logfile
.IR file ]
.RB [ --help ]
.RB [ --version ]
.SH DESCRIPTION
This manual page documents briefly the
.B cxxtools-config
command.
.SH OPTIONS
This program's options starting with two dashes (`-').
A summary of options is included below.
.TP
.B --libs
Output linker flags.
.TP
.B --cxxflags
Output C++ preprocessor and compiler flags.
.TP
.B --logging
Configured logging type.
.TP
.B --properties app
Print logging properties template for application
.BR app .
.TP
.B --logfile file
Set logfile to
.I file
in following
.B --properties
option.
.TP
.B --help
Show summary of options.
.TP
.B \-\-version
Show version of program.
.SH AUTHOR
cxxtools was written by Tommi M\[:a]kitalo <tommi@maekitalo.de>.
.PP
This manual page was written by Kari Pahula <kaol@debian.org>,
for the Debian project (but may be used by others).