2015-10-19 19:45:08 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
libs="@LIBS@"
|
2016-06-19 18:53:24 +00:00
|
|
|
datadir=@datarootdir@/@PACKAGE@
|
2015-10-19 19:45:08 +00:00
|
|
|
|
|
|
|
Name: SphinxBase
|
|
|
|
Description: Shared components for Sphinx speech recognition
|
|
|
|
Version: @VERSION@
|
|
|
|
URL: http://www.cmusphinx.org/
|
|
|
|
Libs: -L${libdir} -lsphinxbase -lsphinxad @LIBS@
|
|
|
|
Libs.private: ${libs}
|
|
|
|
Cflags: -I${includedir} -I${includedir}/sphinxbase
|
|
|
|
|