From bc761e1c2ea93da11a470fd55f9f48303afb8b4c Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 17 May 2012 23:53:06 -0400 Subject: Training jamfile --- training/Jamfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 training/Jamfile (limited to 'training') diff --git a/training/Jamfile b/training/Jamfile new file mode 100644 index 00000000..b28a13e3 --- /dev/null +++ b/training/Jamfile @@ -0,0 +1,25 @@ +import testing ; +import option ; + +lib training : + ..//utils + ..//mteval + ..//decoder + ../klm/lm//kenlm + ..//boost_program_options + ttables.cc + : . + : : + ..//decoder + ../klm/lm//kenlm + ..//utils + ..//mteval + ..//boost_program_options + ; + +exe model1 : model1.cc : ../decoder ; + +# // all_tests [ glob *_test.cc ] : cdec_lib : $(TOP)/decoder/test_data ; + +alias programs : model1 ; + -- cgit v1.2.3