blob: 25817b503fcc1ec85b1aa9007d8c7cb797c61f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
noinst_LIBRARIES = libklm_util_stream.a
libklm_util_stream_a_SOURCES = \
block.hh \
chain.cc \
chain.hh \
config.hh \
io.cc \
io.hh \
line_input.cc \
line_input.hh \
multi_progress.cc \
multi_progress.hh \
multi_stream.hh \
sort.hh \
stream.hh \
timer.hh
AM_CPPFLAGS = -W -Wall -I$(top_srcdir)/klm
#-I$(top_srcdir)/klm/util/double-conversion
|