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
|
.\" $Id: cdk5-config.1,v 1.5 2024/03/28 22:58:03 tom Exp $
.TH cdk5-config 1 2024-03-28 Cdk "User commands"
.SH NAME
cdk5-config \-
configuration for libcdk5
.SH SYNOPSIS
.B cdk-config
[\fIoptions\fR]
.SH OPTIONS
.TP
\fB\-\-prefix\fR
echos the package\-prefix of cdk
.TP
\fB\-\-prefix\fR=\fI\,ARG\/\fR
sets the package\-prefix of cdk
.TP
\fB\-\-exec\-prefix\fR
echos the executable\-prefix of cdk
.TP
\fB\-\-exec\-prefix\fR=\fI\,ARG\/\fR
sets the executable\-prefix of cdk
.TP
\fB\-\-cflags\fR
echos the C compiler flags needed to compile with cdk
.TP
\fB\-\-libs\fR
echos the libraries needed to link with cdk
.TP
\fB\-\-version\fR
echos the release+patchdate version of cdk
.TP
\fB\-\-abi\-version\fR
echos the ABI version of cdk
.TP
\fB\-\-bindir\fR
echos the directory containing cdk programs
.TP
\fB\-\-datadir\fR
echos the directory containing cdk data
.TP
\fB\-\-libdir\fR
echos the directory containing cdk libraries
.TP
\fB\-\-mandir\fR
echos the directory containing cdk manpages
.TP
\fB\-\-help\fR
prints this message
.SH "SEE ALSO"
.BR cdk (3).
|