~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to grammar/wfst/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
H = wfst_aux.h
38
38
CSRCS =
39
39
TSRCS = EST_WFST.cc wfst_regex.cc wfst_ops.cc wfst_transduce.cc kkcompile.cc
40
 
CPPSRCS = $(TSRCS) wfst_aux.cc ltscompile.cc rgcompile.cc
 
40
CPPSRCS = $(TSRCS) wfst_aux.cc ltscompile.cc rgcompile.cc tlcompile.cc \
 
41
          wfst_train.cc 
41
42
SRCS = $(CPPSRCS) $(CSRCS)
42
43
OBJS = $(CPPSRCS:.cc=.o) $(CSRCS:.c=.o)
43
44
FILES = $(SRCS) $(H) Makefile wfst.mak