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

Comparing trunk/OOPSE-4/src/math/Makefile (file contents):
Revision 1497 by tim, Tue Sep 28 20:44:02 2004 UTC vs.
Revision 2576 by tim, Mon Jan 30 22:25:27 2006 UTC

# Line 1 | Line 1
1 < Source    = \
2 <        MatVec3.c \
3 <        mt19937ar.c \
4 <        randomSPRNG.cpp \
1 > Package = math
2  
3 + Source    = \
4 +                                ParallelRandNumGen.cpp \
5 +                                SeqRandNumGen.cpp \
6 +                                RealSphericalHarmonic.cpp \
7 +                                ChebyshevPolynomials.cpp \
8 +                                LegendrePolynomial.cpp
9   RmiSource =
10  
11   Main      =
12  
13 < include $(DEV_ROOT)/Makefile
13 > DEV_ROOT=../..
14 > include $(DEV_ROOT)/make/Makefile
15 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines