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

Comparing trunk/OOPSE-3.0/test/utils/Makefile (file contents):
Revision 1627 by tim, Thu Oct 21 16:32:06 2004 UTC vs.
Revision 1674 by tim, Thu Oct 28 19:06:59 2004 UTC

# Line 4 | Line 4 | Source = UtilTest.cpp \
4  
5   Source = UtilTest.cpp \
6           GenericDataTestCase.cpp \
7 <         PropertyMapTestCase.cpp
7 >         PropertyMapTestCase.cpp \
8 >         GenericFactoryTestCase.cpp \
9 >         ReplaceWildCardTestCase.cpp \
10 >         NextCombinationTestCase.cpp
11  
12   DEV_ROOT               = ../..
13   UseMPI                 = no
14   ParallelDeclare        = -DIS_MPI
15 < CppCompiler            = icpc
16 < Linker                 = icpc
15 > CppCompiler            = icpc -g
16 > Linker                 = icpc -g
17   Delete                 = /bin/rm -rf
18   MakeDepend             = makedepend
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines