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 1797 by tim, Mon Nov 29 21:42:52 2004 UTC vs.
Revision 2071 by tim, Tue Mar 1 23:00:40 2005 UTC

# Line 10 | Line 10 | Source = MainTest.cpp \
10           VectorTestCase.cpp \
11           Vector3TestCase.cpp \
12           QuaternionTestCase.cpp \
13 <         PolynomialTestCase.cpp
13 >         PolynomialTestCase.cpp \
14 >         ParallelRandNumGenTestCase.cpp
15  
15 #Source = MainTest.cpp \
16         RectMatrixTestCase.cpp \
17         SquareMatrixTestCase.cpp \
18         SquareMatrix3TestCase.cpp \
19         VectorTestCase.cpp \
20         Vector3TestCase.cpp \
21         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 44 | 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 54 | 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