man gtkextra-config (Commandes) - GTK+Extra libraries and component information retrieval.
NAME
gtkextra-config - GTK+Extra libraries and component information retrieval.
SYNOPSIS
gtkextra-config [OPTIONS] [LIBRARIES]
DESCRIPTION
This manual page documents briefly the gtkextra-config command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.
gtkextra-config is used to retrieve information about GTK+Extra. It is typically used to compile and link against the GTK+Extra libraries. Here is a typical usage scenario in a Makefile:
program: program.c cc program.c `gtkextra-config --cflags --libs`
OPTIONS
- --prefix
- Outputs the prefix that was used to configure the GTKEXTRA libraries.
- --exec-prefix
- Outputs the exec-prefix used to install the GTKEXTRA libraries.
- --version
- Requests that the gtkextra-libs version information be displayed.
- --libs
- This prints the library linking information. These flags can be passed to the compiler driver to link an object file with the libraries specified on the command line.
- --cflags
- This prints pre-processor and compiler flags required to compile the module with the libraries specified on the command line.
The only library you can currently link with is:
gtkextra
AUTHOR
This manual page was written by Bradley Bell <btb@debian.org>, for the Debian GNU/Linux system (but may be used by others).