]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/flite_hts_engine/lib/Makefile.am
For stable versions, download data tarball directly
[flightgear.git] / 3rdparty / flite_hts_engine / lib / Makefile.am
1
2 EXTRA_DIST = Makefile.mak
3
4 INCLUDES = -I$(top_srcdir)/include \
5            -I$(top_srcdir)/flite/include \
6            -I$(top_srcdir)/flite/lang/cmu_us_kal \
7            -I$(top_srcdir)/flite/lang/cmulex \
8            -I$(top_srcdir)/flite/lang/usenglish \
9            -I$(HTS_ENGINE_HEADER_DIR)
10
11 lib_LIBRARIES = libflhtse.a
12
13 libflhtse_a_SOURCES = flite_hts_engine.c \
14                       $(top_srcdir)/flite/include/cst_alloc.h \
15                       $(top_srcdir)/flite/include/cst_args.h \
16                       $(top_srcdir)/flite/include/cst_audio.h \
17                       $(top_srcdir)/flite/include/cst_cart.h \
18                       $(top_srcdir)/flite/include/cst_endian.h \
19                       $(top_srcdir)/flite/include/cst_error.h \
20                       $(top_srcdir)/flite/include/cst_features.h \
21                       $(top_srcdir)/flite/include/cst_ffeatures.h \
22                       $(top_srcdir)/flite/include/cst_file.h \
23                       $(top_srcdir)/flite/include/cst_hrg.h \
24                       $(top_srcdir)/flite/include/cst_item.h \
25                       $(top_srcdir)/flite/include/cst_lexicon.h \
26                       $(top_srcdir)/flite/include/cst_lts.h \
27                       $(top_srcdir)/flite/include/cst_lts_rewrites.h \
28                       $(top_srcdir)/flite/include/cst_math.h \
29                       $(top_srcdir)/flite/include/cst_phoneset.h \
30                       $(top_srcdir)/flite/include/cst_regex.h \
31                       $(top_srcdir)/flite/include/cst_relation.h \
32                       $(top_srcdir)/flite/include/cst_sigpr.h \
33                       $(top_srcdir)/flite/include/cst_socket.h \
34                       $(top_srcdir)/flite/include/cst_ss.h \
35                       $(top_srcdir)/flite/include/cst_string.h \
36                       $(top_srcdir)/flite/include/cst_sts.h \
37                       $(top_srcdir)/flite/include/cst_synth.h \
38                       $(top_srcdir)/flite/include/cst_tokenstream.h \
39                       $(top_srcdir)/flite/include/cst_track.h \
40                       $(top_srcdir)/flite/include/cst_utt_utils.h \
41                       $(top_srcdir)/flite/include/cst_utterance.h \
42                       $(top_srcdir)/flite/include/cst_val.h \
43                       $(top_srcdir)/flite/include/cst_val_const.h \
44                       $(top_srcdir)/flite/include/cst_val_defs.h \
45                       $(top_srcdir)/flite/include/cst_viterbi.h \
46                       $(top_srcdir)/flite/include/cst_voice.h \
47                       $(top_srcdir)/flite/include/cst_wave.h \
48                       $(top_srcdir)/flite/include/flite.h \
49                       $(top_srcdir)/flite/lang/cmu_us_kal/cmu_us_kal.c \
50                       $(top_srcdir)/flite/lang/cmulex/cmu_lex.c \
51                       $(top_srcdir)/flite/lang/cmulex/cmu_lex.h \
52                       $(top_srcdir)/flite/lang/cmulex/cmu_lex_data.c \
53                       $(top_srcdir)/flite/lang/cmulex/cmu_lex_entries.c \
54                       $(top_srcdir)/flite/lang/cmulex/cmu_lts_model.c \
55                       $(top_srcdir)/flite/lang/cmulex/cmu_lts_model.h \
56                       $(top_srcdir)/flite/lang/cmulex/cmu_lts_rules.c \
57                       $(top_srcdir)/flite/lang/cmulex/cmu_postlex.c \
58                       $(top_srcdir)/flite/lang/usenglish/us_aswd.c \
59                       $(top_srcdir)/flite/lang/usenglish/us_expand.c \
60                       $(top_srcdir)/flite/lang/usenglish/us_ffeatures.c \
61                       $(top_srcdir)/flite/lang/usenglish/us_ffeatures.h \
62                       $(top_srcdir)/flite/lang/usenglish/us_gpos.c \
63                       $(top_srcdir)/flite/lang/usenglish/us_int_accent_cart.c \
64                       $(top_srcdir)/flite/lang/usenglish/us_int_accent_cart.h \
65                       $(top_srcdir)/flite/lang/usenglish/us_int_tone_cart.c \
66                       $(top_srcdir)/flite/lang/usenglish/us_int_tone_cart.h \
67                       $(top_srcdir)/flite/lang/usenglish/us_nums_cart.c \
68                       $(top_srcdir)/flite/lang/usenglish/us_nums_cart.h \
69                       $(top_srcdir)/flite/lang/usenglish/us_phoneset.c \
70                       $(top_srcdir)/flite/lang/usenglish/us_phrasing_cart.c \
71                       $(top_srcdir)/flite/lang/usenglish/us_phrasing_cart.h \
72                       $(top_srcdir)/flite/lang/usenglish/us_pos_cart.c \
73                       $(top_srcdir)/flite/lang/usenglish/us_pos_cart.h \
74                       $(top_srcdir)/flite/lang/usenglish/us_regexes.h \
75                       $(top_srcdir)/flite/lang/usenglish/us_text.c \
76                       $(top_srcdir)/flite/lang/usenglish/us_text.h \
77                       $(top_srcdir)/flite/lang/usenglish/usenglish.c \
78                       $(top_srcdir)/flite/lang/usenglish/usenglish.h \
79                       $(top_srcdir)/flite/src/hrg/cst_ffeature.c \
80                       $(top_srcdir)/flite/src/hrg/cst_item.c \
81                       $(top_srcdir)/flite/src/hrg/cst_relation.c \
82                       $(top_srcdir)/flite/src/hrg/cst_utterance.c \
83                       $(top_srcdir)/flite/src/lexicon/cst_lexicon.c \
84                       $(top_srcdir)/flite/src/lexicon/cst_lts.c \
85                       $(top_srcdir)/flite/src/regex/cst_regex.c \
86                       $(top_srcdir)/flite/src/regex/cst_regex_defs.h \
87                       $(top_srcdir)/flite/src/regex/regexp.c \
88                       $(top_srcdir)/flite/src/stats/cst_cart.c \
89                       $(top_srcdir)/flite/src/synth/cst_ffeatures.c \
90                       $(top_srcdir)/flite/src/synth/cst_phoneset.c \
91                       $(top_srcdir)/flite/src/synth/cst_synth.c \
92                       $(top_srcdir)/flite/src/synth/cst_utt_utils.c \
93                       $(top_srcdir)/flite/src/synth/cst_voice.c \
94                       $(top_srcdir)/flite/src/synth/flite.c \
95                       $(top_srcdir)/flite/src/utils/cst_alloc.c \
96                       $(top_srcdir)/flite/src/utils/cst_error.c \
97                       $(top_srcdir)/flite/src/utils/cst_features.c \
98                       $(top_srcdir)/flite/src/utils/cst_string.c \
99                       $(top_srcdir)/flite/src/utils/cst_tokenstream.c \
100                       $(top_srcdir)/flite/src/utils/cst_val.c \
101                       $(top_srcdir)/flite/src/utils/cst_val_const.c \
102                       $(top_srcdir)/flite/src/utils/cst_val_user.c \
103                       $(top_srcdir)/include/flite_hts_engine.h
104
105 DISTCLEANFILES = *.log *.out *~