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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-05-31 20:58:10 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-05-31 20:58:10 +0400
commita5ca652a766ddb687891adac8e7ef252fa2f430d (patch)
tree7cac031a4a7d688369e0fd4538a65d855b6c390e /Jamroot
parent4eef94b1217a82eb979242dd3e06d8a4b6255e6e (diff)
move c++ code out of /script/ to /
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 5a9f52b11..4168b6ed2 100644
--- a/Jamroot
+++ b/Jamroot
@@ -104,7 +104,7 @@ build-project scripts ;
#Regression tests (only does anything if --with-regtest is passed)
build-project regression-testing ;
-alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs symal scripts//training//lexical-reordering phrase-extract phrase-extract//extract-ghkm phrase-extract//pcfg-extract phrase-extract//pcfg-score ;
+alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs symal phrase-extract phrase-extract//lexical-reordering phrase-extract//extract-ghkm phrase-extract//pcfg-extract phrase-extract//pcfg-score ;
install-bin-libs programs ;
install-headers headers-base : [ glob-tree *.h *.hh : jam-files dist bin lib include kenlm moses ] : . ;