Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lm/filter/Jamfile')
-rw-r--r--lm/filter/Jamfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lm/filter/Jamfile b/lm/filter/Jamfile
new file mode 100644
index 000000000..16e417261
--- /dev/null
+++ b/lm/filter/Jamfile
@@ -0,0 +1,5 @@
+fakelib lm_filter : phrase.cc vocab.cc arpa_io.cc ../../util//kenutil : <threading>multi:<library>/top//boost_thread ;
+
+obj main : main.cc : <threading>single:<define>NTHREAD <include>../.. ;
+
+exe filter : main lm_filter ../../util//kenutil ..//kenlm : <threading>multi:<library>/top//boost_thread ;