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

Comparing trunk/OOPSE-3.0/test/math/Makefile (file contents):
Revision 1797 by tim, Mon Nov 29 21:42:52 2004 UTC vs.
Revision 2070 by tim, Tue Mar 1 21:00:09 2005 UTC

# Line 23 | Line 23 | CppCompiler            = icpc -g
23   DEV_ROOT               = ../..
24   UseMPI                 = no
25   ParallelDeclare        = -DIS_MPI
26 < CppCompiler            = icpc -g
27 < Linker                 = icpc -g
26 > CppCompiler            = g++ -g
27 > Linker                 = g++ -g
28   Delete                 = /bin/rm -rf
29   MakeDepend             = makedepend
30  
# Line 44 | Line 44 | IncludeDirs = \
44   MakeOptions            = -k
45  
46   IncludeDirs = \
47 <        /home/maul/gezelter/tim/cppunit/include \
47 >        /home/maul/gezelter/tim/include \
48          /usr/local/include \
49          /usr/local/mpich/include \
50          $(OOPSESrcDir)
# Line 54 | Line 54 | LibraryDirs = \
54   LibraryDirs = \
55          /usr/local/lib \
56          /usr/local/mpich/lib \
57 <        /home/maul/gezelter/tim/cppunit/lib
57 >        /home/maul/gezelter/tim/lib
58  
59   LibDirs          = -L$(LibDir)    $(LibraryDirs:%=-L%)
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines