File: Makefile.am

package info (click to toggle)
htsengine 1.10-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: ansic: 5,369; sh: 4,173; makefile: 37
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

EXTRA_DIST = Makefile.mak

AM_CPPFLAGS = -I @top_srcdir@/include

lib_LTLIBRARIES = libHTSEngine.la

libHTSEngine_la_LDFLAGS = -no-undefined -version-info $(LTVERSION)
libHTSEngine_la_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