Reece H. Dunn
ceab35f7da
autotools: build the 'ga' dictionary
12 years ago
Reece H. Dunn
932907ddc6
Don't check in espeakdata.zip to version control every time it changes.
The espeakdata.zip file is a generated file that can be recreated
by running the `make android` command. It takes up ~ 900 Kb of space
and changes significantly every time it is built.
12 years ago
Reece H. Dunn
3168f9a6f7
autotools: don't compile the 'bn' dictionary as there is not a corresponding voice file
12 years ago
Reece H. Dunn
1b7dae7aea
autotools: build the 'bn' dictionary
12 years ago
Reece H. Dunn
099b6a3bbb
autotools: build the 'an' and 'fa' dictionaries
12 years ago
Reece H. Dunn
a24b46f880
autotools: use the variables from autotools for the install locations.
12 years ago
Reece H. Dunn
4b0a83b425
Makefile.am: typo -- s/REFIX/PREFIX/
12 years ago
Reece H. Dunn
1dc6c0a57d
src/Makefile.am: Don't make 'install' depend on 'all'.
This fixes the issue where installing will re-generate
the voices and may sometimes fail setting up the
shadow directories in the espeak-data folder.
12 years ago
Reece H. Dunn
1623f90b4f
Exclude the MBROLA data files when building the espeakdata.zip file.
12 years ago
Reece H. Dunn
9f2293221d
Support installing the voices if the voice data signature has changed.
12 years ago
Reece H. Dunn
df0f166fb4
Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse
12 years ago
Reece H. Dunn
99e63c4b2e
espeakdadta.zip: fix the directory structure
12 years ago
Reece H. Dunn
5f8a2aa991
Build espeakdata.zip in the correct place so it is picked up by the apk and update it to 1.46.29
12 years ago
Reece H. Dunn
400334c4b9
autotools: fix espeak-data dictionary dependencies so they can be built from a clean tree
12 years ago
Reece H. Dunn
a953b93613
Makefile.am: add an android target to build the espeak-data.zip espeak-data-en_only.zip data files.
12 years ago
Reece H. Dunn
2e069c1dc8
Makefile.am: build the kl, ko and tt dictionaries
12 years ago
Reece H. Dunn
7de46ec58e
autotools: convert src/Makefile to an automake file
12 years ago
Reece H. Dunn
cb947734c8
autotools: support --with-pulseaudio to enable/disable pulseaudio
12 years ago
Reece H. Dunn
7fdb2d2fb8
build: add initial autotools configure support
12 years ago
Reece Dunn
e4bb9db3e1
makefile: add the lt dictionary to the build
13 years ago
Reece Dunn
32dd1fa59b
Makefile: support INCDIR and LIBDIR at the top level
13 years ago
Reece Dunn
24b6d1c91a
make: copy src/speak_lib.h to docs/speak_lib.h
The version of speak_lib.h in docs is out-of-sync with the version
in src. To keep the file layout the same as upstream espeak, but
to keep the files in sync, the docs/speak_lib.h file is copied as
part of the build via a make target.
13 years ago
Reece Dunn
2702601049
Makefile: add dependencies on the source files for the top-level executable files.
13 years ago
Reece Dunn
9366efe43b
Makefile: fix dependencies for the espeak-data directory to avoid unnecessary rebuilds.
13 years ago
Reece Dunn
550e3fb2e8
Makefile: shadow the phsource and dictsource directories instead of copying them
13 years ago
Reece Dunn
0644df4e0d
Makefile: reference the binary files directly in the top-level makefile.
13 years ago
Reece Dunn
51fa765c3f
Makefile: add language alias rules for the espeak-data/*_dict files
13 years ago
Reece Dunn
85fb91e498
Makefile: add rules for compiling the language dictionaries
13 years ago
Reece Dunn
1439806564
makefile: fix dependencies on the root makefile to ensure all components are built
13 years ago
Mesar Hameed
5ab781f5e5
Top Makefile: changes to reflect that src/Makefile.espeakedit has been removed.
13 years ago
Reece Dunn
108e919337
rework the en target to only compile the dictionaries twice
14 years ago
Reece Dunn
34219cc85d
update the en target to use the new dictionary location
14 years ago
Reece Dunn
8aaf248f34
build: support using cainteoir-engine to create an exception dictionary for en
14 years ago
Reece Dunn
e46f71b4ba
build: restructure to use the espeak-data directory directly.
15 years ago
Reece Dunn
ad67958b52
build: move things around so that the espeak-data file layout is correct.
15 years ago
Reece Dunn
9c3daf2c88
build: ensure that the espeak-data-local directory is clean.
15 years ago
Reece Dunn
8518937aba
build: ensure that the ~/espeak-data directory is clean.
15 years ago
Reece Dunn
29f50d6560
build: add an install target.
15 years ago
Reece Dunn
b6819aff85
build: some fixes
15 years ago
Reece Dunn
b3527b7eb2
build: split out epeak-data and espeak-data-local again.
15 years ago
Reece Dunn
4e56232409
build: build the espeak voice data.
15 years ago
Reece Dunn
b04fab1a6d
build: generate the espeak-data-local directory (not completely working yet)
15 years ago
Reece Dunn
d62ebe3a13
build: build espeak-phoneme-data
15 years ago
Reece Dunn
6204ef22f9
build: add a build script for espeakedit.
15 years ago
Reece Dunn
e470fb4854
build: added a top-level makefile driver.
15 years ago