File: libprelude-config.1

package info (click to toggle)
libprelude 5.2.0-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,672 kB
  • sloc: ansic: 106,364; cpp: 65,981; sh: 13,078; perl: 683; makefile: 670; awk: 343; yacc: 319; lex: 177; xml: 61; python: 41
file content (60 lines) | stat: -rw-r--r-- 1,839 bytes parent folder | download | duplicates (3)
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
.TH "libprelude-config" 1 "2 May 2016"
.SH NAME
libprelude\-config \- helper script for building with libprelude
.LP
.SH SYNOPSIS
.B libprelude\-config
[options]
.SH DESCRIPTION
.B libprelude-config
is a simple shell script used to determine the compiler and linker flags that
should be used to compile and link programs that use the libprelude library.
.SH OPTIONS
.TP 15
.PD 0
.B \-\-prefix=dir
If specified, use dir instead of the installation prefix that the library was
built with, when computing the output for the \-\-cflags and \-\-libs options.
This option must be specified before any \-\-libs or \-\-cflags options. This
option is also used for the exec prefix if the \-\-exec-prefix option is not
specified.
.TP
.PD 0
.B \-\-exec\-prefix=dir
If specified, use dir instead of the exec installation prefix that the library
was built with, when computing the output for the \-\-cflags and \-\-libs
options. This option must be specified before any \-\-libs or \-\-cflags options.
.TP
.PD 0
.B \-\-config\-prefix
Print the directory prefix where libprelude configuration is installed on the
standard output.
.TP
.PD 0
.B \-\-version
Print the currently installed version of the library on the standard output.
.TP
.PD 0
.B \-\-c++
If specified, indicate that the linkage will be done with a C++ library
.TP
.PD 0
.B \-\-libs
Print the linker flags that are necessary to link with the specified library.
.TP
.PD 0
.B \-\-ldflags
Print the LDflags that are necessary to compile a program using the specified
library.
.TP
.PD 0
.B \-\-cflags
Print the compiler flags that are necessary to compile a program using the
specified library.
.TP
.PD 0
.B \-\-pthread\-cflags
Print the pthread compiler flags that are necessary to compile a program using
the specified library.
.SH AUTHOR
This man page has been written by CS GROUP - France