1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
4 <refentry id="yazpp-config">
6 <productname>yazpp</productname>
7 <orgname>Index Data</orgname>
10 <refentrytitle>yazpp-config</refentrytitle>
11 <manvolnum>1</manvolnum>
12 <refmiscinfo class="manual">Commands</refmiscinfo>
15 <refname>yazpp-config</refname>
16 <refpurpose>Script to get information about YAZ++.</refpurpose>
20 <command>yazpp-config</command>
21 <arg choice="opt"><option>--prefix[=<replaceable>DIR</replaceable>]</option></arg>
22 <arg choice="opt"><option>--version</option></arg>
23 <arg choice="opt"><option>--libs</option></arg>
24 <arg choice="opt"><option>--lalibs</option></arg>
25 <arg choice="opt"><option>--cflags</option></arg>
26 <arg choice="opt" rep="repeat">libraries</arg>
30 <title>DESCRIPTION</title>
32 <command>yazpp-config</command> is a script that returns information
33 that your own software should use to build software that uses YAZ++.
36 The following libraries are supported:
43 Report the zoompp library rather than yazpp.
50 <title>OPTIONS</title>
53 <term>--prefix[=<replaceable>DIR</replaceable>]</term>
55 Returns prefix of YAZ++ or assume a different one if DIR is
60 <term>--version</term>
62 Returns version of YAZ++.
68 Library specification be used when using YAZ++.
74 Return Libtool library specification.
80 Return C++ Compiler flags.
88 <filename><replaceable>prefix</replaceable>/bin/yazpp-config</filename>
91 <filename><replaceable>prefix</replaceable>/lib/libyazpp*.a</filename>
94 <filename><replaceable>prefix</replaceable>/include/yazpp/*.h</filename>
98 <title>SEE ALSO</title>
103 Section "How to make apps using YAZ on UNIX" in the YAZ manual.
108 <!-- Keep this comment at the end of the file