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 1575 by tim, Fri Oct 15 18:17:00 2004 UTC vs.
Revision 1594 by tim, Mon Oct 18 23:13:23 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
8 >         SquareMatrixTestCase.cpp \
9 >         SquareMatrix3TestCase.cpp \
10 >         VectorTestCase.cpp \
11 >         Vector3TestCase.cpp \
12 >         QuaternionTestCase.cpp
13  
14 + #Source = MainTest.cpp \
15 +         RectMatrixTestCase.cpp \
16 +         SquareMatrixTestCase.cpp \
17 +         SquareMatrix3TestCase.cpp \
18 +         VectorTestCase.cpp \
19 +         Vector3TestCase.cpp \
20 +         QuaternionTestCase.cpp
21 +
22   DEV_ROOT               = ../..
23   UseMPI                 = no
24   ParallelDeclare        = -DIS_MPI
25 < CppCompiler            = icpc
26 < Linker                 = icpc
25 > CppCompiler            = icpc -g
26 > Linker                 = icpc -g
27   Delete                 = /bin/rm -rf
28   MakeDepend             = makedepend
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines