1
0
Fork 0
flightgear/3rdparty/hts_engine_API/lib/Makefile.am
James Turner 7b2d710cd0 Add hts_engine 1.08 and flite_hts 1.05 code.
- Not compiled by default, nor hooked up to anything yet.
- Both libraries licensed under modified BSD license.
- Added top-level CMake file for both, to create a plain static
  library for each.
2014-03-10 09:32:43 +00:00

14 lines
380 B
Makefile

EXTRA_DIST = Makefile.mak
INCLUDES = -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