NewMat= ./newmat/ 
cluster= ./clusterC/ 


C++= g++ 
C++FLAGS= `wx-config --cflags` -g 
LINKFLAGS= "`wx-config --libs --cflags` -lstdc++ -lm -lgcc" 

OBJECTS= Point.o History.o medoids.o
Main PredictorTest :

	PredictorTest.cpp
	Point.cpp
	History.cpp
	medoids.cpp
	
 	$(cluster)cluster.c
	$(cluster)ranlib.c
	$(cluster)com.c
	$(cluster)linpack.c

	$(NewMat)newmat1.cpp
	$(NewMat)newmat2.cpp
	$(NewMat)newmat3.cpp
	$(NewMat)newmat4.cpp
	$(NewMat)newmat5.cpp
	$(NewMat)newmat6.cpp
	$(NewMat)newmat7.cpp
	$(NewMat)newmat8.cpp
	$(NewMat)newmat9.cpp
	$(NewMat)newmatex.cpp
	$(NewMat)bandmat.cpp
	$(NewMat)myexcept.cpp
	$(NewMat)submat.cpp
	$(NewMat)fft.cpp
	$(NewMat)cholesky.cpp
	$(NewMat)evalue.cpp
	$(NewMat)newfft.cpp
	$(NewMat)jacobi.cpp
	$(NewMat)hholder.cpp
	$(NewMat)svd.cpp
	$(NewMat)sort.cpp
	$(NewMat)newmatrm.cpp
	;
