Blame view
src/matrix/Makefile
504 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
all: OPENFST_CXXFLAGS = OPENFST_LDLIBS = include ../kaldi.mk # you can uncomment matrix-lib-speed-test if you want to do the speed tests. TESTFILES = matrix-lib-test sparse-matrix-test #matrix-lib-speed-test OBJFILES = kaldi-matrix.o kaldi-vector.o packed-matrix.o sp-matrix.o tp-matrix.o \ matrix-functions.o qr.o srfft.o compressed-matrix.o \ sparse-matrix.o optimization.o LIBNAME = kaldi-matrix ADDLIBS = ../base/kaldi-base.a include ../makefiles/default_rules.mk |