Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / doc / gsl-config.1
1 .TH GSL 1 "22 May 2001"
2 .SH NAME
3 gsl-config - script to get version number and compiler flags of the installed GSL library
4 .SH SYNOPSIS
5 .B gsl-config
6 [\-\-prefix]  [\-\-version] [\-\-libs] [\-\-libs\-without\-cblas] [\-\-cflags]
7 .SH DESCRIPTION
8 .PP
9 \fIgsl-config\fP is a tool that is used to configure to determine
10 the compiler and linker flags that should be used to compile
11 and link programs that use \fIGSL\fP. It is also used internally
12 to the .m4 macros for GNU autoconf that are included with \fIGSL\fP.
13 .
14 .SH OPTIONS
15 .l
16 \fIgsl-config\fP accepts the following options:
17 .TP 8
18 .B  \-\-version
19 Print the currently installed version of \fIGSL\fP on the standard output.
20 .TP 8
21 .B  \-\-libs
22 Print the linker flags that are necessary to link a \fIGSL\fP program, with cblas
23 .TP 8
24 .B  \-\-libs\-without\-cblas
25 Print the linker flags that are necessary to link a \fIGSL\fP program, without cblas
26 .TP 8
27 .B  \-\-cflags
28 Print the compiler flags that are necessary to compile a \fIGSL\fP program.
29 .TP 8
30 .B  \-\-prefix
31 Show the GSL installation prefix.
32 .SH SEE ALSO
33 .BR gtk-config (1),
34 .BR gnome-config (1)
35 .SH COPYRIGHT
36 Copyright \(co  2001 Christopher R. Gabriel
37
38 Permission to use, copy, modify, and distribute this software and its
39 documentation for any purpose and without fee is hereby granted,
40 provided that the above copyright notice appear in all copies and that
41 both that copyright notice and this permission notice appear in
42 supporting documentation.