Scilab: add Scilab in makefile check version targets

This commit is contained in:
Simon Marchetto 2013-08-09 12:16:00 +02:00
commit 66edc244b9
3 changed files with 14 additions and 4 deletions

View file

@ -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
# -----------------------------------------------------------------