summaryrefslogtreecommitdiff
path: root/decoder/Jamfile
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-05-21 11:41:22 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-05-21 11:41:22 +0200
commitd2cc18ac0457609d179d158b7ff952e7fec9026c (patch)
tree52f7e747972cc39d1304d4dc3d03213a3bf4c4ca /decoder/Jamfile
parent22d2f3ce5bd3fae2db9744eb66f7b8c3996265d6 (diff)
parentbc52c53ec2872a0e41b830308f11400d77b38e76 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'decoder/Jamfile')
-rw-r--r--decoder/Jamfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/decoder/Jamfile b/decoder/Jamfile
index 871da4f6..06c5bfda 100644
--- a/decoder/Jamfile
+++ b/decoder/Jamfile
@@ -6,7 +6,7 @@ if [ option.get "with-glc" ] {
glc = ff_glc.cc string_util.cc feature-factory.cc ;
}
-lib cdec_lib :
+lib decoder :
forest_writer.cc
maxtrans_blunsom.cc
cdec_ff.cc
@@ -66,11 +66,12 @@ lib cdec_lib :
<library>..//mteval
<library>../klm/lm//kenlm
<library>..//boost_program_options
+ <include>.
;
-exe cdec : cdec.cc cdec_lib ..//utils ..//mteval ../klm/lm//kenlm ..//boost_program_options ;
+exe cdec : cdec.cc decoder ..//utils ..//mteval ../klm/lm//kenlm ..//boost_program_options ;
-all_tests [ glob *_test.cc : cfg_test.cc ] : cdec_lib : <testing.arg>$(TOP)/decoder/test_data ;
+all_tests [ glob *_test.cc : cfg_test.cc ] : decoder : <testing.arg>$(TOP)/decoder/test_data ;
install legacy : cdec
: <location>$(TOP)/cdec <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(TOP)/cdec <link>shared:<install-type>LIB ;