########################################################-*-mode:Makefile-*-
##                                                                       ##
##  Festival: local configuration file                                   ##
##                                                                       ##
###########################################################################
##
##  Specific config file for local installation
##

###########################################################################
## Which speech tools to use

EST=$(TOP)/../speech_tools

###########################################################################
## Where the festival tree will be installed.
## 
## The default is that festival will remain where it is compiled.
##
## You may need to set this explicitly if automounter or NFS
## side effects cause problems

FESTIVAL_HOME := $(shell (cd $(TOP); pwd))

###########################################################################
## Feature selection.
##
## Select modules to include.

##  Support for TCL. So that festival may eval TCL commands and TCL may eval
## festival commands.  This was added to support the CSLU toolkit but
## others may want it too.
# INCLUDE_TCL=1

###########################################################################
## Take most settings from speech tools.

include $(EST)/config/config

###########################################################################
## Add any extra modules you wish to include

# ALSO_INCLUDE += diphone
# ALSO_INCLUDE += clunits
# ALSO_INCLUDE += rjc_synthesis

###########################################################################
##
## Describe your local system below by redefining things defined
## in config/configs/default.mak.


