File: gtkada-config.1

package info (click to toggle)
libgtkada 2.24.4dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,208 kB
  • ctags: 1,676
  • sloc: ada: 119,686; ansic: 4,719; sh: 3,003; makefile: 690; xml: 338; perl: 70
file content (49 lines) | stat: -rw-r--r-- 1,808 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH GTKADA-CONFIG 1 "16 October 2011" "Debian GNU/Linux" "GtkAda programming manual"
.SH NAME
gtkada-config - script to get information about the installed version of GTKADA
.SH SYNOPSIS
.B gtkada-config
[\-\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags] [\-\-static]
.SH DESCRIPTION
.PP
\fIgtkada-config\fR is a tool that is used to configure to determine
the compiler and linker flags that should be used to compile
and link programs that use GtkAda.
To compile, bind and link a program against GtkAda, you invoke
\fBgnatmake\fR like this:

  gnatmake my_prog `gtkada-config`

.SH OPTIONS
\fBgtkada-config\fR accepts the following options:
.TP 8
.B  \-\-version
Print the currently installed version of \fIGTKADA\fR on the standard output.
.TP 8
.B  \-\-libs
Print the linker flags that are necessary to link a \fIGTKADA\fR program.
.TP 8
.B  \-\-cflags
Print the compiler flags that are necessary to compile a \fIGTKADA\fR program.
.TP 8
.B  \-\-static
Print the flags that are necessary to statically build a \fIGTKADA\fR program.
.TP 8
.B  \-\-prefix
Print the path prefix where \fIGTKADA\fR is installed.

.SH NOTES
In Debian GNU/Linux, a GNAT project file is available as an
alternative; see \fB/usr/share/ada/adainclude/gtkada.gpr\fR.

.SH "COPYRIGHT FOR THIS MAN PAGE"
This man page has been written by Samuel Tardieu
and modified by Ludovic Brenta and Nicolas Boulenguez
for the Debian GNU/Linux distribution, from information given
by the GtkAda authors Emmanuel Briot, Joel Brobecker and Arnaud Charlet.

Permission to use, copy, modify, and distribute this documentation
for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.