mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
26 lines
625 B
Plaintext
26 lines
625 B
Plaintext
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 lookup_mmsapt :
|
|
lookup_mmsapt.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 ] ;
|