Description: Do not try to build MATLAB stuff
Author: Sébastien Villemot <sebastien.villemot@ens.fr>
Forwarded: not-needed
--- a/src/Makefile
+++ b/src/Makefile
@@ -41,13 +41,7 @@
 
 mex4o octave: $(PROGS)
 
-ifneq ( , $(ls -1 $(MATLABDIR) ) )
-MEX_EXT = $(shell $(MATLABDIR)/bin/mexext)
-mex4m matlab: $(patsubst %.mex, %.$(MEX_EXT), $(PROGS))
-endif
-mexw32 win32:  $(patsubst %.mex, %.mexw32, $(PROGS))
-mexw64 win64:  $(patsubst %.mex, %.mexw64, $(PROGS))
-all:    octave win32 win64 mex4m
+all:    octave
 
 clean:
 	-$(RM) *.o *.obj *.o64 core octave-core *.oct *~ *.mex* 
