mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
build: Add and build OpenFST submodule.
This commit is contained in:
parent
59edb20725
commit
d5d39917b2
3 changed files with 44 additions and 0 deletions
40
Makefile.in
40
Makefile.in
|
|
@ -378,6 +378,46 @@ $(OBJ)/.steamexe-post-build64:
|
|||
cp $(STEAMEXE_SRC)/64/libsteam_api.so $(DST_LIBDIR64)/
|
||||
touch $@
|
||||
|
||||
##
|
||||
## openfst
|
||||
##
|
||||
|
||||
OPENFST_SOURCE_ARGS = \
|
||||
--include src/include/fst/config.h.in \
|
||||
--exclude aclocal.m4 \
|
||||
--exclude ar-lib \
|
||||
--exclude autom4te.cache \
|
||||
--exclude compile \
|
||||
--exclude config.guess \
|
||||
--exclude config.h.in \
|
||||
--exclude config.sub \
|
||||
--exclude configure \
|
||||
--exclude depcomp \
|
||||
--exclude install-sh \
|
||||
--exclude ltmain.sh \
|
||||
--exclude m4/libtool.m4 \
|
||||
--exclude m4/ltoptions.m4 \
|
||||
--exclude m4/ltsugar.m4 \
|
||||
--exclude m4/ltversion.m4 \
|
||||
--exclude m4/lt~obsolete.m4 \
|
||||
--exclude Makefile.in \
|
||||
--exclude missing \
|
||||
--exclude test-driver \
|
||||
|
||||
OPENFST_CONFIGURE_ARGS = \
|
||||
--enable-silent-rules \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--enable-far \
|
||||
--enable-ngram-fsts \
|
||||
--enable-lookahead-fsts \
|
||||
--with-pic \
|
||||
--disable-bin \
|
||||
|
||||
$(eval $(call rules-source,openfst,$(SRCDIR)/openfst))
|
||||
$(eval $(call rules-autoconf,openfst,32))
|
||||
$(eval $(call rules-autoconf,openfst,64))
|
||||
|
||||
|
||||
##
|
||||
## wine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue