Avoid redundant YAZ includes.
[yaz4j-moved-to-github.git] / dependencies / yaz-2.1.28 / doc / yaz-config.8
1 .\"     Title: yaz\-config
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
4 .\"      Date: 09/04/2006
5 .\"    Manual: 
6 .\"    Source: YAZ 2.1.28
7 .\"
8 .TH "YAZ\-CONFIG" "8" "09/04/2006" "YAZ 2.1.28" ""
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 yaz\-config \- Script to get information about YAZ.
15 .SH "SYNOPSIS"
16 .HP 11
17 \fByaz\-config\fR [\fB\-\-prefix[=\fR\fB\fIDIR\fR\fR\fB]\fR] [\fB\-\-version\fR] [\fB\-\-libs\fR] [\fB\-\-lalibs\fR] [\fB\-\-cflags\fR] [\fB\-\-comp\fR] [libraries...]
18 .SH "DESCRIPTION"
19 .PP
20
21 \fByaz\-config\fR
22 is a script that returns information that your own software should use to build software that uses YAZ.
23 .PP
24 The following libraries are supported:
25 .TP 3n
26 threads
27 Use the threaded version of YAZ.
28 .SH "OPTIONS"
29 .TP 3n
30 \-\-prefix[=\fIDIR\fR]
31 Returns prefix of YAZ or assume a different one if DIR is specified.
32 .TP 3n
33 \-\-version
34 Returns version of YAZ.
35 .TP 3n
36 \-\-libs
37 Library specification be used when using YAZ.
38 .TP 3n
39 \-\-lalibs
40 Return library specification.
41 .TP 3n
42 \-\-cflags
43 Return C Compiler flags.
44 .TP 3n
45 \-\-comp
46 Returns full path to YAZ' ASN.1 compiler: yaz\-asncomp.
47 .SH "FILES"
48 .PP
49
50 \fI\fIprefix\fR\fR\fI/bin/yaz\-config\fR
51 .PP
52
53 \fI\fIprefix\fR\fR\fI/lib/libyaz*.a\fR
54 .PP
55
56 \fI\fIprefix\fR\fR\fI/include/yaz/*.h\fR
57 .SH "SEE ALSO"
58 .PP
59 yaz(7)
60 .PP
61 Section "How to make apps using YAZ on UNIX" in the YAZ manual.