ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Makefile
Revision: 2576
Committed: Mon Jan 30 22:25:27 2006 UTC (18 years, 5 months ago) by tim
File size: 305 byte(s)
Log Message:
Adding :LegendrePolynomial

File Contents

# User Rev Content
1 gezelter 1951 Package = math
2    
3 gezelter 1490 Source = \
4 chrisfen 2211 ParallelRandNumGen.cpp \
5 tim 2448 SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp \
7 tim 2576 ChebyshevPolynomials.cpp \
8     LegendrePolynomial.cpp
9 gezelter 1490 RmiSource =
10    
11     Main =
12    
13 tim 1513 DEV_ROOT=../..
14     include $(DEV_ROOT)/make/Makefile
15