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 1668 by tim, Thu Oct 28 15:42:17 2004 UTC

# Line 3 | Line 3 | Source = UtilTest.cpp \
3   TestMain = $(Main)
4  
5   Source = UtilTest.cpp \
6 +         GenericDataTestCase.cpp \
7 +         PropertyMapTestCase.cpp \
8           GenericFactoryTestCase.cpp \
9 <         GenericDataTestCase.cpp
9 >         ReplaceWildCardTestCase.cpp \
10 >         NextCombinationTestCase.cpp
11  
12   DEV_ROOT               = ../..
13   UseMPI                 = no
# Line 40 | Line 43 | LibraryDirs = \
43   LibraryDirs = \
44          /usr/local/lib \
45          /usr/local/mpich/lib \
46 <        /home/maul/gezelter/tim/cppunit/lib
46 >        /home/maul/gezelter/tim/cppunit/lib \
47 >        $(DEV_ROOT)/lib
48  
49   LibDirs          = -L$(LibDir)    $(LibraryDirs:%=-L%)
50  
# Line 49 | Line 53 | Libraries = \
53          -ldl \
54          -lsprng \
55          -lmpich \
56 <        -lfmpich
56 >        -lfmpich \
57 >        -lOOPSE \
58  
59  
60   #LinkOptions = \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines