blob: 332542c488ab215323acfca4dc0d8fa026abdb0b (
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
26
27
28
|
# 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 \
klm/lm \
decoder \
phrasinator \
training \
training/liblbfgs \
mira \
dtrain \
dpmert \
pro-train \
rampion \
minrisk \
extools \
gi/pf \
gi/markov_al \
rst_parser
#gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall
|