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 1668 by tim, Thu Oct 28 15:42:17 2004 UTC vs.
Revision 1866 by tim, Tue Dec 7 14:43:58 2004 UTC

# Line 5 | Line 5 | Source = UtilTest.cpp \
5   Source = UtilTest.cpp \
6           GenericDataTestCase.cpp \
7           PropertyMapTestCase.cpp \
8 +         PropertyMap.cpp \
9           GenericFactoryTestCase.cpp \
10 <         ReplaceWildCardTestCase.cpp \
11 <         NextCombinationTestCase.cpp
10 >         NextCombinationTestCase.cpp \
11 >         StringTokenizerTestCase.cpp \
12 >         StringTokenizer.cpp \
13 >         Utility.cpp
14  
15   DEV_ROOT               = ../..
16   UseMPI                 = no
17   ParallelDeclare        = -DIS_MPI
18 < CppCompiler            = icpc
19 < Linker                 = icpc
18 > CppCompiler            = icpc -g
19 > Linker                 = icpc -g
20   Delete                 = /bin/rm -rf
21   MakeDepend             = makedepend
22  
# Line 54 | Line 57 | Libraries = \
57          -lsprng \
58          -lmpich \
59          -lfmpich \
57        -lOOPSE \
60  
61  
62   #LinkOptions = \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines