ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/test/math/Makefile
(Generate patch)

Comparing trunk/OOPSE-4/test/math/Makefile (file contents):
Revision 1593 by tim, Mon Oct 18 21:03:15 2004 UTC vs.
Revision 1797 by tim, Mon Nov 29 21:42:52 2004 UTC

# Line 2 | Line 2 | Source = MainTest.cpp \
2  
3   TestMain = $(Main)
4  
5 +
6   Source = MainTest.cpp \
7           RectMatrixTestCase.cpp \
8           SquareMatrixTestCase.cpp \
9           SquareMatrix3TestCase.cpp \
10           VectorTestCase.cpp \
11           Vector3TestCase.cpp \
12 <         Quaternion.cpp
12 >         QuaternionTestCase.cpp \
13 >         PolynomialTestCase.cpp
14  
15 + #Source = MainTest.cpp \
16 +         RectMatrixTestCase.cpp \
17 +         SquareMatrixTestCase.cpp \
18 +         SquareMatrix3TestCase.cpp \
19 +         VectorTestCase.cpp \
20 +         Vector3TestCase.cpp \
21 +         QuaternionTestCase.cpp
22  
23   DEV_ROOT               = ../..
24   UseMPI                 = no
25   ParallelDeclare        = -DIS_MPI
26 < CppCompiler            = icpc
27 < Linker                 = icpc
26 > CppCompiler            = icpc -g
27 > Linker                 = icpc -g
28   Delete                 = /bin/rm -rf
29   MakeDepend             = makedepend
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines