7b2d710cd0
- 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.
14 lines
380 B
Makefile
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
|