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

14 lines
237 B
Makefile

EXTRA_DIST = Makefile.mak
INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = hts_engine
hts_engine_SOURCES = hts_engine.c
hts_engine_LDADD = ../lib/libHTSEngine.a
DISTCLEANFILES = *.log *.out *~
MAINTAINERCLEANFILES = Makefile.in