summaryrefslogtreecommitdiffstats
path: root/libraries/vdk/vdk-config-2.1
blob: 5ad0b37e212cf2935fbc271b83e49fb2fa4ae6b0 (plain)
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 VDK 1 "" 2.0.0 SlackBuild.org
.SH NAME
vdk-config - The VDK (2)  C++ Library config script
.SH SYNOPSIS
.B vdk-config-2
[\-v
\-\-version]
[\-h
\-\-help]
[\-l
\-\-libs]
[\-\-libs\-only\-L]
[\-\-libs\-only\-l]
[\-c
\-\-cflags]
[\-d
\-\-define]
.SH DESCRIPTION
.PP
\fIvdk-config-2\fP is a tool that is used to configure to determine
the compiler and linker flags that should be used to compile
and link programs that use \fIVDK(2)\fP. It is also used internally
to the .m4 macros for GNU autoconf that are included with \fIVDK(2)\fP.
.
.SH OPTIONS
.l
\fIvdk-config\fP accepts the following options:
.TP 8
.B  \-v \-\-version
Print the currently installed version of \fIVDK\fP on the standard output.
.TP 8
.B  \-h \-\-help
Print a short help on the standard output.
.TP 8
.B  \-l \-\-libs
Print the linker flags that are necessary to link a \fIVDK\fP program.
.TP 8
.B  \-\-libs\-only\-L
Print only the \-L/\-R part of the \-\-libs.
.TP 8
.B  \-\-libs\-only\-l
Print only the \-l part of the \-\-libs.
.TP 8
.B  \-c \-\-cflags
Print the compiler flags that are necessary to compile a \fIVDK(2)\fP program.
.TP 8
.B  \-d \-\-define
Add to the compiler flags a \fI-D_VDK_\fP.
.SH SEE ALSO
.BR gtk-config-2.0 (1),
.BR /usr/doc/vdk-@VERSION@/vdk-config-2.txt
.SH COPYRIGHT
Copyright \(co  2000 VDK Team
Copyright \(co  1998 Owen Taylor

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.