ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Makefile
Revision: 3141
Committed: Wed May 30 18:47:04 2007 UTC (17 years, 1 month ago) by chuckv
File size: 417 byte(s)
Log Message:
Fixed more bugs and removed more CGAL.

File Contents

# Content
1 Package = math
2
3 Source = \
4 ParallelRandNumGen.cpp \
5 SeqRandNumGen.cpp \
6 RealSphericalHarmonic.cpp \
7 SphericalHarmonic.cpp \
8 ChebyshevPolynomials.cpp \
9 ConvexHull.cpp \
10 LegendrePolynomial.cpp \
11 linearAlgebra.F90 \
12 Wigner3jm.F90
13
14
15 RmiSource =
16
17 Main =
18
19 DEV_ROOT=../..
20 include $(DEV_ROOT)/make/Makefile
21