libifstat-config(1) | General Commands Manual | libifstat-config(1) |
NAME¶
libifstat-config - get information about the installed version of libifstat
SYNOPSIS¶
libifstat-config[--cflags][--exec-prefix][--libs][--prefix][--version]
DESCRIPTION¶
libifstat-configprints the compiler and linker flags required to compile and link programsthat use thelibifstatApplication Programmer Interface.
EXAMPLES¶
To print the version of the installed distribution oflibifstat,use:
libifstat-config --version
To compile a program that calls thelibifstatApplication Programmer Interface, use:
cc `libifstat-config --cflags --libs` program.c
OPTIONS¶
- --cflags
- Print the compiler flags that were used to compileliblibifstat.
- --exec-prefix
- Print the directory under which target specific binaries and executablesare installed.
- --libs
- Print the linker flags that are needed to link a program withliblibifstat.
- --version
- Print the version of thelibifstatdistribution to standard output.
COPYRIGHT¶
The license can be found in the file /usr/share/common-licenses/GPL.
AUTHORS¶
This package was debianized by the upstream Author Gaël Roualland<gael.roualland@dial.oleane.com>. This manual page was adapted fromthe animal-config manual page of the animal package which in turn wasadapted from Magick-config manual page of the ImageMagick package.
13 Jun 2004 | libifstat |