summaryrefslogtreecommitdiff
path: root/klm/search/Makefile.am
blob: a34f6cea8df7f8e5b51550c331ebd4c51bd0c737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
noinst_LIBRARIES = libksearch.a

libksearch_a_SOURCES = \
  applied.hh \
  config.hh \
  context.hh \
  dedupe.hh \
  edge.hh \
  edge_generator.hh \
  header.hh \
  nbest.hh \
  rule.hh \
  types.hh \
  vertex.hh \
  vertex_generator.hh \
  edge_generator.cc \
	nbest.cc \
  rule.cc \
  vertex.cc \
  vertex_generator.cc

AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I..