--- trunk/OOPSE-4/test/math/Makefile 2004/10/18 21:03:15 1593 +++ trunk/OOPSE-4/test/math/Makefile 2004/11/29 21:42:52 1797 @@ -2,20 +2,29 @@ Source = MainTest.cpp \ TestMain = $(Main) + Source = MainTest.cpp \ RectMatrixTestCase.cpp \ SquareMatrixTestCase.cpp \ SquareMatrix3TestCase.cpp \ VectorTestCase.cpp \ Vector3TestCase.cpp \ - Quaternion.cpp + QuaternionTestCase.cpp \ + PolynomialTestCase.cpp +#Source = MainTest.cpp \ + RectMatrixTestCase.cpp \ + SquareMatrixTestCase.cpp \ + SquareMatrix3TestCase.cpp \ + VectorTestCase.cpp \ + Vector3TestCase.cpp \ + QuaternionTestCase.cpp DEV_ROOT = ../.. UseMPI = no ParallelDeclare = -DIS_MPI -CppCompiler = icpc -Linker = icpc +CppCompiler = icpc -g +Linker = icpc -g Delete = /bin/rm -rf MakeDepend = makedepend