mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 00:32:54 +01:00
24 lines
581 B
Makefile
24 lines
581 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# openfst
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
OPENFST_VERSION = 7dfd808194105162f20084bb4d8e4ee4b65266d5
|
||
|
OPENFST_SITE = $(call github,alphacep,openfst,$(OPENFST_VERSION))
|
||
|
OPENFST_LICENSE = Apache License 2.0
|
||
|
|
||
|
OPENFST_INSTALL_STAGING = YES
|
||
|
|
||
|
OPENFST_AUTORECONF = YES
|
||
|
OPENFST_CONF_OPTS = \
|
||
|
--enable-static \
|
||
|
--enable-shared \
|
||
|
--enable-far \
|
||
|
--enable-ngram-fsts \
|
||
|
--enable-lookahead-fsts \
|
||
|
--with-pic \
|
||
|
--disable-bin
|
||
|
|
||
|
$(eval $(autotools-package))
|