Penguin
Blame: gtk-config(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of gtk-config(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GTK+
2 !!!GTK+
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 COPYRIGHT
9 ----
10 !!NAME
11
12
13 gtk-config - script to get information about the installed version of GTK+
14 !!SYNOPSIS
15
16
17 __gtk-config__ [[--prefix''[[=DIR]'']
18 [[--exec-prefix''[[=DIR]''] [[--version] [[--libs]
19 [[--cflags]
20 !!DESCRIPTION
21
22
23 ''gtk-config'' is a tool that is used to configure to
24 determine the compiler and linker flags that should be used
25 to compile and link programs that use ''GTK+''. It is
26 also used internally to the .m4 macros for GNU autoconf that
27 are included with ''GTK+''.
28 !!OPTIONS
29
30
31 ''gtk-config'' accepts the following
32 options:
33
34
35 __--version__
36
37
38 Print the currently installed version of ''GTK+'' on the
39 standard output.
40
41
42 __--libs__
43
44
45 Print the linker flags that are necessary to link a
46 ''GTK+'' program.
47
48
49 __--cflags__
50
51
52 Print the compiler flags that are necessary to compile a
53 ''GTK+'' program.
54
55
56 __--prefix=PREFIX__
57
58
59 If specified, use PREFIX instead of the installation prefix
60 that ''GTK+'' was built with when computing the output
61 for the --cflags and --libs options. This option is also
62 used for the exec prefix if --exec-prefix was not specified.
63 This option must be specified before any --libs or --cflags
64 options.
65
66
67 __--exec-prefix=PREFIX__
68
69
70 If specified, use PREFIX instead of the installation exec
71 prefix that ''GTK+'' was built with when computing the
72 output for the --cflags and --libs options. This option must
73 be specified before any --libs or --cflags
74 options.
75 !!SEE ALSO
76
77
78 gimp(1), gimptool(1)
79 !!COPYRIGHT
80
81
82 Copyright 1998 Owen Taylor
83
84
85 Permission to use, copy, modify, and distribute this
86 software and its documentation for any purpose and without
87 fee is hereby granted, provided that the above copyright
88 notice appear in all copies and that both that copyright
89 notice and this permission notice appear in supporting
90 documentation.
91 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.