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