Blame view

src/sgmm2/Makefile 504 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  all:
  
  OPENFST_CXXFLAGS =
  OPENFST_LDLIBS =
  include ../kaldi.mk
  
  TESTFILES = am-sgmm2-test estimate-am-sgmm2-test  \
     fmllr-sgmm2-test
  
  OBJFILES = am-sgmm2.o estimate-am-sgmm2.o estimate-am-sgmm2-ebw.o fmllr-sgmm2.o \
            am-sgmm2-project.o decodable-am-sgmm2.o
  
  LIBNAME = kaldi-sgmm2
  
  ADDLIBS = ../transform/kaldi-transform.a ../gmm/kaldi-gmm.a \
            ../tree/kaldi-tree.a ../util/kaldi-util.a ../matrix/kaldi-matrix.a \
            ../base/kaldi-base.a 
  
  include ../makefiles/default_rules.mk