| LIBDIR=@libdir@ | LIBDIR=@libdir@ | ||||
| DATADIR=$(PREFIX)/share/espeak-data | DATADIR=$(PREFIX)/share/espeak-data | ||||
| PLATFORM=big_endian | |||||
| RELEASE=1.47 | RELEASE=1.47 | ||||
| LIB_VERSION=1 | LIB_VERSION=1 | ||||
| LIBTAG=$(LIB_VERSION).$(RELEASE) | LIBTAG=$(LIB_VERSION).$(RELEASE) | ||||
| LN_SF=/bin/ln -sf | LN_SF=/bin/ln -sf | ||||
| MKDIR=mkdir -p | MKDIR=mkdir -p | ||||
| .PHONY: all clean distclean espeak-phoneme-data | |||||
| EXTRA_DIST= | EXTRA_DIST= | ||||
| ##### ChangeLog: | ##### ChangeLog: | ||||
| rm -f src/espeak | rm -f src/espeak | ||||
| rm -f src/espeakedit | rm -f src/espeakedit | ||||
| rm -f src/libespeak.* | rm -f src/libespeak.* | ||||
| cd platforms/$(PLATFORM) && rm -f espeak-phoneme-data && cd ../.. | |||||
| rm -rf espeak-data/dictsource espeak-data/phsource espeak-data/phondata-manifest | rm -rf espeak-data/dictsource espeak-data/phsource espeak-data/phondata-manifest | ||||
| rm -f espeak-data/*_dict | rm -f espeak-data/*_dict | ||||
| src/espeakedit: $(common_SOURCE) $(libespeak_SOURCE) $(espeakedit_SOURCE) | src/espeakedit: $(common_SOURCE) $(libespeak_SOURCE) $(espeakedit_SOURCE) | ||||
| cd src && make espeakedit && cd .. | cd src && make espeakedit && cd .. | ||||
| espeak-phoneme-data: | |||||
| cd platforms/$(PLATFORM) && make PREFIX=$(PREFIX) && cd ../.. | |||||
| espeak-data/phontab: src/espeakedit | espeak-data/phontab: src/espeakedit | ||||
| ESPEAK_DATA_PATH=$(PWD) src/espeakedit --compile | ESPEAK_DATA_PATH=$(PWD) src/espeakedit --compile | ||||