Scilab: add Scilab in makefile check version targets
This commit is contained in:
parent
2f910faebb
commit
66edc244b9
3 changed files with 14 additions and 4 deletions
|
|
@ -1577,6 +1577,7 @@ SCILAB_LIB = @SCILABLIB@
|
|||
SCILAB = @SCILAB@
|
||||
SCILABOPT =
|
||||
SCILAB_START_OPT = @SCILABSTARTOPT@
|
||||
SCILAB_VERSION = @SCILABVERSION@
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Build a C dynamically loadable module
|
||||
|
|
@ -1636,6 +1637,13 @@ scilab_run:
|
|||
scilab_debug:
|
||||
@env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH SCILABPATH=$(srcdir):$$SCILABPATH $(SCILAB) -noatomsautoload -nb -debug -f runme.sci
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Version display
|
||||
# -----------------------------------------------------------------
|
||||
|
||||
scilab_version:
|
||||
echo $(SCILAB_VERSION)
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Cleaning the scilab examples
|
||||
# -----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue