1GTKADA-CONFIG(1) GtkAda programming manual GTKADA-CONFIG(1)
2
3
4
6 gtkada-config - script to get information about the installed version
7 of GTKADA
8
10 gtkada-config [--prefix[=DIR]] [--version] [--libs] [--cflags]
11 [--static]
12
14 gtkada-config is a tool that is used to configure to determine the com‐
15 piler and linker flags that should be used to compile and link programs
16 that use GTKADA.
17
19 gtkada-config accepts the following options:
20
21 --version
22 Print the currently installed version of GTKADA on the standard
23 output.
24
25 --libs Print the linker flags that are necessary to link a GTKADA pro‐
26 gram.
27
28 --cflags
29 Print the compiler flags that are necessary to compile a GTKADA
30 program.
31
32 --static
33 Print the flags that are necessary to statically build a GTKADA
34 program.
35
36 --prefix=PREFIX
37 If specified, use PREFIX instead of the installation prefix
38 that GTKADA was built with when computing the output for the
39 --cflags and --libs options. This option must be specified
40 before any --libs or --cflags options.
41
43 This man page has been written by Samuel Tardieu for the Debian
44 GNU/Linux distribution, from informations given by the GtkAda authors
45 Emmanuel Briot, Joel Brobecker and Arnaud Charlet.
46
47 Permission to use, copy, modify, and distribute this documentation for
48 any purpose and without fee is hereby granted, provided that the above
49 copyright notice appear in all copies and that both that copyright
50 notice and this permission notice appear in supporting documentation.
51
52
53
54
55GNU Debian/Linux 29 March 1999 GTKADA-CONFIG(1)