ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/math/Makefile
Revision: 876
Committed: Mon Jan 30 22:25:27 2006 UTC (19 years, 6 months ago) by tim
File size: 305 byte(s)
Log Message:
Adding :LegendrePolynomial

File Contents

# Content
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 DEV_ROOT=../..
14 include $(DEV_ROOT)/make/Makefile
15