blob: e720ae45f6ff9c191b46e2824737144d6ba9b881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# warning - the subdirectories in the following list should
# be kept in topologically sorted order. Also, DO NOT introduce
# cyclic dependencies between these directories!
SUBDIRS = \
utils \
mteval \
klm/util/double-conversion \
klm/util/stream \
klm/util \
klm/lm \
klm/lm/builder \
klm/search \
decoder \
training \
training/liblbfgs \
word-aligner \
example_extff
#gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava
EXTRA_DIST = corpus tests python/pkg python/src python/tests python/examples compound-split environment
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -D_GLIBCXX_PARALLEL
|