scilab: in library name remove suffix lib, add option to choose name instead

This commit is contained in:
Simon Marchetto 2014-04-17 14:39:04 +02:00
commit 4c426d47a0
3 changed files with 23 additions and 9 deletions

View file

@ -1611,7 +1611,7 @@ scilab_version:
# -----------------------------------------------------------------
scilab_clean:
rm -f *.sce *.so lib*lib.c *_wrap.*
rm -f *.sce *.so lib*.c *_wrap.*
##################################################################
##### Go ######