mosesdecoder/scripts/Jamfile

24 lines
771 B
Plaintext
Raw Normal View History

2011-11-25 20:53:02 +04:00
#See ../Jamroot for options.
import option path ;
2011-11-25 19:11:18 +04:00
build-project training ;
prefix = [ option.get "prefix" ] ;
if $(prefix) {
prefix = [ path.root $(prefix) [ path.pwd ] ] ;
location = [ option.get "install-scripts" : : $(prefix)$(GITTAG)/scripts ] ;
} else {
location = [ option.get "install-scripts" ] ;
}
if $(location) {
location = [ path.root $(location) [ path.pwd ] ] ;
install scripts :
2012-08-04 04:19:27 +04:00
[ glob-tree README *.js *.pl *.perl *.pm *.py *.sh *.php : tests regression-testing other bin ]
[ glob share/nonbreaking_prefixes/* ems/example/*.* ems/example/data/* ems/web/* analysis/smtgui/* : ems/web/javascripts ]
generic/fsa-sample.fsa
ems/experiment.machines
ems/experiment.meta
: <install-source-root>. <location>$(location) ;
}