1
0
Fork 0
flightgear/3rdparty/flite_hts_engine/bin/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

17 lines
486 B
Makefile

EXTRA_DIST = Makefile.mak
INCLUDES = -I$(top_srcdir)/include \
-I$(top_srcdir)/flite/include \
-I$(top_srcdir)/flite/lang/cmu_us_kal \
-I$(top_srcdir)/flite/lang/cmulex \
-I$(top_srcdir)/flite/lang/usenglish \
-I$(HTS_ENGINE_HEADER_DIR)
bin_PROGRAMS = flite_hts_engine
flite_hts_engine_SOURCES = flite_hts_engine.c
flite_hts_engine_LDADD = $(top_srcdir)/lib/libflhtse.a $(HTS_ENGINE_LIBRARY)
DISTCLEANFILES = *.log *.out *~