yate-config(8) debian man page | unix.com

Man Page: yate-config

Operating Environment: debian

Section: 8

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 --version Reports the installed YATE version (in x.y.z format) --release Reports the installed YATE code status (if not release) and release number --config Returns the configuration files directory --modules Returns the modules directory --share Returns the base shared directory --scripts Returns the scripts directory --skins Returns the base skins 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@voip.null.ro> Diana Cionoiu <diana@voip.null.ro>
SEE ALSO
yate(8), pkg-config(1)
YATE
September 2007 YATE-CONFIG(8)
Related Man Pages
cups-config(1) - mojave
lhapdf-config(1) - debian
mm-config(1) - debian
nspr-config(1) - centos
uuid-config(1) - redhat
Similar Topics in the Unix Linux Community
Yet Another Telephony Engine 2.0.0 alpha 2 (Default branch)
QSF Portal 1.4.3 (Default branch)
how to retrieve base name of the file
Getting Rid of Having to Write to Flat Files
Help with Compiling large source file using g++