.TH "CLAW-CONFIG" "1" .SH "NAME" claw-config \(em show information about installed libclaw libraries .SH "SYNOPSIS" .PP \fBclaw-config\fR [\fBlibrary...\fP] [\fB\-\-prefix\fP] [\fB\-\-prefix=PREFIX\fP] [\fB\-\-exec-prefix\fP] [\fB\-\-exec-prefix=EPREFIX\fP] [\fB\-\-version\fP] [\fB\-\-libs\fP] [\fB\-\-cflags\fP] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBclaw-config\fR command, .PP \fBclaw-config\fR is a program that shows information about the installed libclaw libraries. .SH "OPTIONS" .PP The following options are supported: .IP "\fBlibrary\fP " 10 The library for which the information is displayed. .IP "\fB\-\-prefix\fP \fB\-\-prefix=PREFIX\fP " 10 Show the prefix libclaw was built with. The prefix may be overridden by passing the argument PREFIX. .IP "\fB\-\-exec-prefix\fP \fB\-\-exec-prefix=EPREFIX\fP " 10 Show the executable prefix libclaw was built with. The executable prefix may be overridden by passing the argument EPREFIX. .IP "\fB\-\-version\fP " 10 Show the version of the installed libclaw. .IP "\fB\-\-libs\fP " 10 Show the compiler flags for linking to the installed library. .IP "\fB\-\-cflags\fP " 10 Show the compiler flags for compiling against the installed library. .SH "EXAMPLE" .PP Display the libraries to link to in order to use the claw_graphic library. .PP \fBclaw-config graphic \-\-libs\fR .PP Display the compiler flags required to use all the libraries of libclaw. .PP \fBclaw-config all \-\-cflags\fR .SH "AUTHOR" .PP This manual page was written by Julien Jorge julien_jorge@yahoo.fr for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. .\" created by instant / docbook-to-man, Tue 14 Oct 2014, 18:11