ebc10ee44f
- version 1.1, released 25th December 2015 (note there is no corresponding update to Flite)
14 lines
240 B
Makefile
14 lines
240 B
Makefile
|
|
EXTRA_DIST = Makefile.mak
|
|
|
|
AM_CPPFLAGS = -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
|