summaryrefslogtreecommitdiff
path: root/dpmert/Jamfile
blob: d96c592cf941f202b415d4b27709d265a5fe97fb (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
29
30
import testing ;
import lex ;
import option ;

lib dpmert : 
  ces.cc
  error_surface.cc
  line_optimizer.cc
  mert_geometry.cc
  ..//utils
  ..//mteval
  ..//decoder
  ../klm/lm//kenlm
  ..//boost_program_options
  : <include>.
  : :
  <library>..//utils
  <library>..//mteval
  <library>../klm/lm//kenlm
  <library>..//boost_program_options
  <include>.
  ;

all_tests [ glob *_test.cc ] : dpmert : <testing.arg>$(TOP)/dpmert/test_data ;

exe sentserver : sentserver.c ;
exe sentclient : sentclient.c ;
exe mr_dpmert_generate_mapper_input : mr_dpmert_generate_mapper_input.cc dpmert ..//boost_program_options ;
exe mr_dpmert_map : mr_dpmert_map.cc dpmert ..//boost_program_options ;
exe mr_dpmert_reduce : mr_dpmert_reduce.cc dpmert ..//boost_program_options ;