-
Notifications
You must be signed in to change notification settings - Fork 0
/
flite.conf
55 lines (43 loc) · 929 Bytes
/
flite.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- makefile -*-
#
# This file is automatically generated by configure.
# Do not hand edit.
TARGET_OS = linux-gnu
TARGET_CPU = x86_64
HOST_OS = linux-gnu
HOST_CPU = x86_64
CC = gcc
CFLAGS = -g -O2 -Wall -fPIE
CPPFLAGS =
SHFLAGS =
LDFLAGS =
AR = ar
RANLIB = ranlib
INSTALL = /usr/bin/install -c
NM =
M68KCC =
WINDRES =
DLLTOOL =
DLLWRAP =
SIZE =
STRIP =
AUDIODRIVER = none
AUDIODEFS = -DCST_AUDIO_NONE
AUDIOLIBS =
LEXDEFS =
VOXDEFS =
OTHERLIBS =
MMAPTYPE = posix
STDIOTYPE = stdio
FL_LANG = usenglish
FL_VOX = cmu_us_kal
FL_LEX = cmulex
# The list of which languages, lexicons and voices have to be included
langvox = default
include $(TOP)/config/$(langvox).lv
prefix = /usr/local
exec_prefix = ${prefix}
EXEEXT =
INSTALLBINDIR = ${exec_prefix}/bin
INSTALLLIBDIR = ${exec_prefix}/lib
INSTALLINCDIR = ${prefix}/include/flite