#############################<--OGI-->######################################
##                                                                        ##
##             Center for Spoken Language Understanding                   ##
##        Oregon Graduate Institute of Science & Technology               ##
##                         Portland, OR USA                               ##
##                        Copyright (c) 2000                              ##
##                                                                        ##
##      This module is not part of the CSTR/University of Edinburgh       ##
##               release of the Festival TTS system.                      ##
##                                                                        ##
##  In addition to any conditions disclaimers below, please see the file  ##
##  "license_ogi_tts.txt" distributed with this software for information  ##
##  on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES.  ##
##                                                                        ##
#############################<--OGI-->######################################
TOP=../../..
DIRNAME=src/modules/OGIresLPC

H = resLPC.h resLPC_concat.h resLPC_io.h resLPC_dump.h \
resLPC_mod.h resLPC_wave.h noLPC_wave.h gmm.h matrix.h numeric.h stat.h vc.h \
resLPC_analysis.h resLPC_resyn.h resLPC_pmark.h pmark_analysis.h resLPC_vqual.h

SRCS = resLPC.cc resLPC_concat.cc resLPC_io.cc resLPC_dump.cc \
resLPC_mod.cc resLPC_scm.cc resLPC_wave.cc noLPC_wave.cc gmm.cc matrix.cc numeric.cc stat.cc vc.cc \
resLPC_analysis.cc resLPC_resyn.cc resLPC_pmark.cc pmark_analysis.cc resLPC_vqual.cc

OBJS = $(SRCS:.cc=.o)
 
FILES = Makefile $(SRCS) $(H)
 
LOCAL_INCLUDES = -I../../../src/include -I../OGIdbase -I ../OGIcommon

LOCAL_DEFINES = -DTMATRIX_BOUNDS_CHECKING=0



 
INLIB = $(TOP)/src/lib/libFestival.a
 
ALL = .buildlib
 
include $(TOP)/config/common_make_rules

