Browse Source

build: build the espeak voice data.

master
Reece Dunn 15 years ago
parent
commit
4e56232409
1 changed files with 9 additions and 4 deletions
  1. 9
    4
      Makefile

+ 9
- 4
Makefile View File

@@ -1,8 +1,10 @@
PLATFORM=big_endian

.PHONY: all clean distclean espeak espeakedit espeak-phoneme-data espeak-data

##### standard build actions:

all: espeak espeakedit espeak-data-local
all: espeak espeakedit espeak-data

clean:
cd src && rm -f *.o *~ && cd ..
@@ -23,7 +25,10 @@ espeakedit:
espeak-phoneme-data:
cd platforms/${PLATFORM} && make && cd ../..

espeak-data-local: espeak-phoneme-data
cp -a espeak-data espeak-data-local
platforms/big_endian/espeak-phoneme-data espeak-data-local espeak-data-local platforms/${PLATFORM}/phondata-manifest
espeak-data: espeak-phoneme-data espeakedit
cp -a espeak-data ${HOME}/espeak-data
cp -a phsource ${HOME}/espeak-data/phsource
cp -a dictsource ${HOME}/espeak-data/dictsource
src/espeakedit --compile
platforms/big_endian/espeak-phoneme-data ${HOME}/espeak-data ${HOME}/espeak-data ${HOME}/espeak-data/phondata-manifest


Loading…
Cancel
Save