--- /dev/null
+SHELL = /bin/sh
+
+SCIDIR = ../..
+
+include ../../Makefile.incl
+
+info:
+ @echo "Type \"make tests\" in tests directory"
+ @echo " to test the distribution"
+ @echo " SEE THE README FILE (IMPORTANT) "
+
+tests:
+ $(SCIDIR)/bin/scilab -nw -f benchmark.sce
+
+clean ::
+ $(RM) $(SCIDIR)/benchmark.ini
+
+distclean::
+ $(RM) $(SCIDIR)/benchmark.ini
--- /dev/null
+
+SCIDIR1 = ..\..
+
+include ..\..\Makefile.incl.mak
+
+tests:
+ $(SCIDIR1)\bin\scilex -nw -f benchmark.sce
+
+clean ::
+ @del $(SCIDIR1)/benchmark.ini
+
+distclean::
+ @del $(SCIDIR1)/benchmark.ini
--- /dev/null
+SHELL = /bin/sh
+
+SCIDIR = ../..
+
+include ../../Makefile.incl
+
+info:
+ @echo "Type \"make tests\" in tests directory"
+ @echo " to test M2SCI"
+ @echo " SEE THE README FILE (IMPORTANT) "
+
+tests:
+ $(SCIDIR)/bin/scilab -nw -f m2sci.sce
+
+clean ::
+ $(SCIDIR)/bin/scilab -nw -f clean.sce
+
+distclean::
+ $(SCIDIR)/bin/scilab -nw -f clean.sce
--- /dev/null
+
+SCIDIR1 = ..\..
+
+include ..\..\Makefile.incl.mak
+
+tests:
+ $(SCIDIR1)\bin\scilex -nw -f m2sci.sce
+
+clean ::
+ $(SCIDIR1)\bin\scilex -nw -f clean.sce
+
+distclean::
+ $(SCIDIR1)\bin\scilex -nw -f clean.sce