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 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 2071 by tim, Tue Mar 1 23:00:40 2005 UTC

# Line 9 | Line 9 | Source = MainTest.cpp \
9           SquareMatrix3TestCase.cpp \
10           VectorTestCase.cpp \
11           Vector3TestCase.cpp \
12 <         QuaternionTestCase.cpp
12 >         QuaternionTestCase.cpp \
13 >         PolynomialTestCase.cpp \
14 >         ParallelRandNumGenTestCase.cpp
15  
14 #Source = MainTest.cpp \
15         RectMatrixTestCase.cpp \
16         SquareMatrixTestCase.cpp \
17         SquareMatrix3TestCase.cpp \
18         VectorTestCase.cpp \
19         Vector3TestCase.cpp \
20         QuaternionTestCase.cpp
16  
17   DEV_ROOT               = ../..
18   UseMPI                 = no
19   ParallelDeclare        = -DIS_MPI
20 < CppCompiler            = icpc -g
21 < Linker                 = icpc -g
20 > CppCompiler            = g++ -g
21 > Linker                 = g++ -g
22   Delete                 = /bin/rm -rf
23   MakeDepend             = makedepend
24  
# Line 43 | Line 38 | IncludeDirs = \
38   MakeOptions            = -k
39  
40   IncludeDirs = \
41 <        /home/maul/gezelter/tim/cppunit/include \
41 >        /home/maul/gezelter/tim/include \
42          /usr/local/include \
43          /usr/local/mpich/include \
44          $(OOPSESrcDir)
# Line 53 | Line 48 | LibraryDirs = \
48   LibraryDirs = \
49          /usr/local/lib \
50          /usr/local/mpich/lib \
51 <        /home/maul/gezelter/tim/cppunit/lib
51 >        /home/maul/gezelter/tim/lib
52  
53   LibDirs          = -L$(LibDir)    $(LibraryDirs:%=-L%)
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines