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

Jamfile « UG « TranslationModel « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c36d4a072b7760d9f4493096c196c8ab0c7a30da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
exe try-align : 
try-align.cc 
$(TOP)/moses//moses
$(TOP)/moses/TranslationModel/UG/generic//generic 
$(TOP)//boost_iostreams 
$(TOP)//boost_program_options 
$(TOP)/moses/TranslationModel/UG/mm//mm 
$(TOP)/moses/TranslationModel/UG//mmsapt 
$(TOP)/util//kenutil 
; 

exe ptable-lookup : 
ptable-lookup.cc 
$(TOP)/moses//moses
$(TOP)/moses/TranslationModel/UG/generic//generic 
$(TOP)//boost_iostreams 
$(TOP)//boost_program_options 
$(TOP)/moses/TranslationModel/UG/mm//mm 
$(TOP)/moses/TranslationModel/UG//mmsapt 
$(TOP)/util//kenutil 
; 

exe sim-pe : 
sim-pe.cc 
$(TOP)/moses//moses
$(TOP)/moses/TranslationModel/UG/generic//generic 
$(TOP)//boost_iostreams 
$(TOP)//boost_program_options 
$(TOP)/moses/TranslationModel/UG/mm//mm 
$(TOP)/moses/TranslationModel/UG//mmsapt 
$(TOP)/util//kenutil 
; 

exe spe-check-coverage : 
spe-check-coverage.cc 
$(TOP)/moses//moses
$(TOP)/moses/TranslationModel/UG/generic//generic 
$(TOP)//boost_iostreams 
$(TOP)//boost_program_options 
$(TOP)/moses/TranslationModel/UG/mm//mm 
$(TOP)/moses/TranslationModel/UG//mmsapt 
$(TOP)/util//kenutil 
; 

exe spe-check-coverage2 : 
spe-check-coverage2.cc 
$(TOP)/moses//moses
$(TOP)/moses/TranslationModel/UG/generic//generic 
$(TOP)//boost_iostreams 
$(TOP)//boost_program_options 
$(TOP)/moses/TranslationModel/UG/mm//mm 
$(TOP)/moses/TranslationModel/UG//mmsapt 
$(TOP)/util//kenutil 
; 

install $(PREFIX)/bin : try-align ; 

fakelib mmsapt : [ glob *.cpp mmsapt*.cc sapt*.cc ] ;