Browse Source

autotools: Remove the espeak-phoneme-data target (not used).

master
Reece H. Dunn 12 years ago
parent
commit
86882e2534
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      Makefile.am

+ 0
- 7
Makefile.am View File

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



Loading…
Cancel
Save