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 1620 by tim, Wed Oct 20 21:38:17 2004 UTC vs.
Revision 1781 by tim, Wed Nov 24 19:49:33 2004 UTC

# Line 3 | Line 3 | Source = UtilTest.cpp \
3   TestMain = $(Main)
4  
5   Source = UtilTest.cpp \
6 +         GenericDataTestCase.cpp \
7 +         PropertyMapTestCase.cpp \
8 +         PropertyMap.cpp \
9           GenericFactoryTestCase.cpp \
10 <         GenericDataTestCase.cpp
10 >         NextCombinationTestCase.cpp \
11 >         StringTokenizerTestCase.cpp \
12 >         StringTokenizer.cpp
13  
14   DEV_ROOT               = ../..
15   UseMPI                 = no
16   ParallelDeclare        = -DIS_MPI
17 < CppCompiler            = icpc
18 < Linker                 = icpc
17 > CppCompiler            = icpc -g
18 > Linker                 = icpc -g
19   Delete                 = /bin/rm -rf
20   MakeDepend             = makedepend
21  
# Line 40 | Line 45 | LibraryDirs = \
45   LibraryDirs = \
46          /usr/local/lib \
47          /usr/local/mpich/lib \
48 <        /home/maul/gezelter/tim/cppunit/lib
48 >        /home/maul/gezelter/tim/cppunit/lib \
49 >        $(DEV_ROOT)/lib
50  
51   LibDirs          = -L$(LibDir)    $(LibraryDirs:%=-L%)
52  
# Line 49 | Line 55 | Libraries = \
55          -ldl \
56          -lsprng \
57          -lmpich \
58 <        -lfmpich
58 >        -lfmpich \
59  
60  
61   #LinkOptions = \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines