man yate-config (Administration système) - retrieve metainformation about the YATE telephony engine
NAME
yate-config - retrieve metainformation about the YATE telephony engine
SYNOPSIS
yate-config [options]
DESCRIPTION
The yate-config program is used to retrieve information about the installed YATE engine. It is typically used to compile and link modules against the engine's library.
Here is a typical usage scenario in a Makefile:
module.yate: module.cpp g++ `yate-config --c-all --ldflags` module.cpp `yate-config --libs`
OPTIONS
Version and paths
- --version
- Reports the installed YATE version (in x.y.z format)
- --config
- Returns the configuration files directory
- --modules
- Returns the modules directory
Compiler flags
- --cflags
- Various C++ compiler flags
- --includes
- Include option and path to the header files
- --c-all
- All compiler options - the above two concatenated
Linker flags
- --ldflags
- Various linker flags
- --libs
- Library option and libraries names
- --ld-all
- All linker options - the above two concatenated
AUTHORS
Paul Chitescu <paulc-devel@null.ro>
Diana Cionoiu <diana@diana.null.ro>
SEE ALSO
yate(8), pkg-config(1)