first commit

This commit is contained in:
Your Name
2022-10-20 20:29:11 +08:00
commit 4d531f8044
3238 changed files with 1387862 additions and 0 deletions

14
3rdparty/hts_engine_API/lib/Makefile.am vendored Normal file
View File

@@ -0,0 +1,14 @@
EXTRA_DIST = Makefile.mak
AM_CPPFLAGS = -I @top_srcdir@/include
lib_LIBRARIES = libHTSEngine.a
libHTSEngine_a_SOURCES = HTS_audio.c HTS_engine.c HTS_hidden.h HTS_misc.c \
HTS_pstream.c HTS_sstream.c HTS_model.c HTS_vocoder.c \
HTS_gstream.c HTS_label.c
DISTCLEANFILES = *.log *.out *~
MAINTAINERCLEANFILES = Makefile.in