2011-11-25 20:53:02 +04:00
|
|
|
#See ../Jamroot for options.
|
2012-05-08 22:42:09 +04:00
|
|
|
import option path ;
|
2011-11-25 19:11:18 +04:00
|
|
|
|
2011-11-25 18:23:10 +04:00
|
|
|
build-project training ;
|
|
|
|
|
2012-08-08 22:43:36 +04:00
|
|
|
|
2011-11-25 21:41:30 +04:00
|
|
|
location = [ option.get "install-scripts" ] ;
|
|
|
|
if $(location) {
|
2012-05-08 22:42:09 +04:00
|
|
|
location = [ path.root $(location) [ path.pwd ] ] ;
|
2011-11-25 21:41:30 +04:00
|
|
|
location = $(location)$(GITTAG) ;
|
2012-08-08 22:43:36 +04:00
|
|
|
} else {
|
|
|
|
prefix = [ option.get "prefix" ] ;
|
|
|
|
if $(prefix) {
|
|
|
|
location = $(prefix)$(GITTAG)/scripts ;
|
|
|
|
}
|
|
|
|
}
|
2011-11-25 21:41:30 +04:00
|
|
|
|
2012-08-08 22:43:36 +04:00
|
|
|
if $(location) {
|
2011-11-25 21:41:30 +04:00
|
|
|
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 ]
|
2012-06-29 02:35:27 +04:00
|
|
|
[ glob share/nonbreaking_prefixes/* ems/example/*.* ems/example/data/* ems/web/* analysis/smtgui/* : ems/web/javascripts ]
|
2011-12-01 00:22:21 +04:00
|
|
|
generic/fsa-sample.fsa
|
2011-11-25 21:41:30 +04:00
|
|
|
ems/experiment.machines
|
|
|
|
ems/experiment.meta
|
|
|
|
: <install-source-root>. <location>$(location) ;
|
|
|
|
}
|