summaryrefslogtreecommitdiff
path: root/klm/lm/Makefile.am
blob: 48f9889e151d39e9e053dfa5edcd5ab4cbc74617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#noinst_PROGRAMS = \
#  ngram_test
#TESTS = ngram_test
#ngram_test_SOURCES = ngram_test.cc
#ngram_test_LDADD = ../util/libklm_util.a

noinst_LIBRARIES = libklm.a

libklm_a_SOURCES = \
  exception.cc \
  ngram.cc \
  ngram_build_binary.cc \
  ngram_query.cc \
  virtual_interface.cc

AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I..