mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 14:05:29 +03:00
14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
fakelib builder : [ glob *.cc : *test.cc *main.cc ]
|
|
../../util//kenutil ../../util/stream//stream ../../util/double-conversion//double-conversion ..//kenlm
|
|
: : : <library>/top//boost_thread $(timer-link) ;
|
|
|
|
exe lmplz : lmplz_main.cc builder /top//boost_program_options ;
|
|
|
|
exe dump_counts : dump_counts_main.cc builder ;
|
|
|
|
alias programs : lmplz dump_counts ;
|
|
|
|
import testing ;
|
|
unit-test corpus_count_test : corpus_count_test.cc builder /top//boost_unit_test_framework ;
|
|
unit-test adjust_counts_test : adjust_counts_test.cc builder /top//boost_unit_test_framework ;
|