Scroll to navigation

YATE-CONFIG(8) Telephony Engine YATE-CONFIG(8)

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

Reports the installed YATE version (in x.y.z format)
Reports the installed YATE code status (if not release) and release number
Returns the configuration files directory
Returns the modules directory
Returns the base shared directory
Returns the scripts directory
Returns the base skins directory

Compiler flags

Various C++ compiler flags
Include option and path to the header files
All compiler options - the above two concatenated

Linker flags

Various linker flags
Library option and libraries names
All linker options - the above two concatenated

AUTHORS

Paul Chitescu <paulc@voip.null.ro>
Diana Cionoiu <diana@voip.null.ro>

SEE ALSO

yate(8), pkg-config(1)

September 2007 YATE