-
Notifications
You must be signed in to change notification settings - Fork 1
/
libifstat-config.1
60 lines (56 loc) · 1.43 KB
/
libifstat-config.1
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
.ad l
.nh
.TH libifstat-config 1 "13 Jun 2004" "libifstat"
.SH NAME
libifstat-config \- get information about the installed version of libifstat
.SH SYNOPSIS
.B libifstat-config
.B [--cflags]
.B [--exec-prefix]
.B [--libs]
.B [--prefix]
.B [--version]
.SH DESCRIPTION
.B libifstat-config
prints the compiler and linker flags required to compile and link programs
that use the
.BR libifstat
Application Programmer Interface.
.SH EXAMPLES
To print the version of the installed distribution of
.BR libifstat ,
use:
.nf
libifstat-config --version
.fi
To compile a program that calls the
.BR libifstat
Application Programmer Interface, use:
.nf
cc `libifstat-config --cflags --libs` program.c
.fi
.SH OPTIONS
.TP
.B --cflags
Print the compiler flags that were used to compile
.BR liblibifstat .
.TP
.B --exec-prefix
Print the directory under which target specific binaries and executables
are installed.
.TP
.B --libs
Print the linker flags that are needed to link a program with
.BR liblibifstat .
.TP
.B --version
Print the version of the
.B libifstat
distribution to standard output.
.SH COPYRIGHT
The license can be found in the file /usr/share/common-licenses/GPL.
.SH AUTHORS
This package was debianized by the upstream Author Ga\[:e]l Roualland
<[email protected]>. This manual page was adapted from
the animal-config manual page of the animal package which in turn was
adapted from Magick-config manual page of the ImageMagick package.