smosvctrain.mexglx: *.h *.cpp
	mex -O smosvctrain.cpp InfCache.cpp LrrCache.cpp SmoTutor.cpp

clean:
	rm -f smotrain.mexglx

distclean:
	rm -f *.o

