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

Comparing trunk/test/math/Makefile (file contents):
Revision 388 by tim, Tue Mar 1 23:00:40 2005 UTC vs.
Revision 389 by tim, Tue Mar 1 23:17:05 2005 UTC

# Line 11 | Line 11 | Source = MainTest.cpp \
11           Vector3TestCase.cpp \
12           QuaternionTestCase.cpp \
13           PolynomialTestCase.cpp \
14 <         ParallelRandNumGenTestCase.cpp
14 >         RandNumGenTestCase.cpp \
15 >         ParallelandNumGen.cpp
16  
16
17   DEV_ROOT               = ../..
18   UseMPI                 = no
19   ParallelDeclare        = -DIS_MPI
20 < CppCompiler            = g++ -g
21 < Linker                 = g++ -g
20 > CppCompiler            = icpc7 -g
21 > Linker                 = icpc7 -g
22   Delete                 = /bin/rm -rf
23   MakeDepend             = makedepend
24  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines