]> www.ginac.de Git - ginac.git/blob - doc/ginac-config.1
- list delimiters are now { }, matrix delimiters are now [ ]
[ginac.git] / doc / ginac-config.1
1 .TH ginac-config 1 "January, 2000" "GiNaC"
2 .SH NAME
3 ginac-config \- script to get information about the installed version of GiNaC
4 .SH SYNOPSIS
5 .B ginac-config
6 .RI [\-\-prefix [=DIR] ]
7 .RI [\-\-exec\-prefix [=DIR] ]
8 [\-\-version] [\-\-libs] [\-\-cflags]
9 .SH DESCRIPTION
10 .B ginac-config
11 is a tool that is used to configure to determine the compiler and linker
12 flags that should be used to compile and link programs that use \fIGiNaC\fP.
13 It is also used internally to the .m4 macros for GNU autoconf that are
14 included with \fIGiNaC\fP.
15 .SH OPTIONS
16 .TP
17 .B \-\-version
18 prints the currently installed version of \fIGiNaC\fP on the standard output.
19 .TP
20 .B \-\-libs
21 prints the linker flags that are necessary to link a \fIGiNaC\fP program.
22 .TP
23 .B \-\-cflags
24 prints the compiler flags that are necessary to compile a \fIGiNaC\fP program.
25 .TP
26 .BI "\-\-prefix=" PREFIX
27 If specified, use PREFIX instead of the installation prefix that \fIGiNaC\fP
28 was built with when computing the output for the \-\-cflags and
29 \-\-libs options. This option is also used for the exec prefix
30 if \-\-exec\-prefix was not specified. This option must be specified
31 before any \-\-libs or \-\-cflags options.
32 .TP
33 .BI "\-\-exec\-prefix=" PREFIX
34 If specified, use PREFIX instead of the installation exec prefix that
35 \fIGiNaC\fP was built with when computing the output for the \-\-cflags
36 and \-\-libs options.  This option must be specified before any
37 \-\-libs or \-\-cflags options.
38 .SH AUTHOR
39 .TP
40 The GiNaC Group:
41 .br
42 Christian Bauer <Christian.Bauer@uni-mainz.de>
43 .br
44 Alexander Frink <Alexander.Frink@uni-mainz.de>
45 .br
46 Richard B. Kreckel <Richard.Kreckel@uni-mainz.de>
47 .SH SEE ALSO
48 GiNaC Tutorial \- An open framework for symbolic computation within the
49 C++ programming language
50 .SH COPYRIGHT
51 Copyright \(co 1999-2000 Johannes Gutenberg Universit\(:at Mainz, Germany
52 Based on gtk-config Copyright \(co 1998 Owen Taylor
53
54 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
56 the Free Software Foundation; either version 2 of the License, or
57 (at your option) any later version.
58
59 This program is distributed in the hope that it will be useful,
60 but WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62 GNU General Public License for more details.
63
64 You should have received a copy of the GNU General Public License
65 along with this program; if not, write to the Free Software
66 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.