| Revision: | 1600 |
| Committed: | Wed Aug 3 20:20:37 2011 UTC (14 years, 3 months ago) by gezelter |
| File size: | 526 byte(s) |
| Log Message: | Completing the Fortran removal project. Fixes for compilation with clang / llvm, debugging, removing code that we'd never used. |
| # | Content |
|---|---|
| 1 | Package = math |
| 2 | |
| 3 | MySource = \ |
| 4 | ParallelRandNumGen.cpp \ |
| 5 | SeqRandNumGen.cpp \ |
| 6 | RealSphericalHarmonic.cpp \ |
| 7 | SphericalHarmonic.cpp \ |
| 8 | ChebyshevT.cpp \ |
| 9 | ChebyshevU.cpp \ |
| 10 | LegendrePolynomial.cpp \ |
| 11 | RMSD.cpp \ |
| 12 | CubicSpline.cpp \ |
| 13 | Wigner3jm.cpp |
| 14 | |
| 15 | Modules= \ |
| 16 | |
| 17 | USE_QHULL = @USE_QHULL@ |
| 18 | |
| 19 | ifeq "$(USE_QHULL)" "yes" |
| 20 | Source = $(MySource) ConvexHull.cpp AlphaHull.cpp Triangle.cpp |
| 21 | else |
| 22 | Source = $(MySource) |
| 23 | endif |
| 24 | |
| 25 | ParallelSource = \ |
| 26 | ParallelRandNumGen.cpp |
| 27 | |
| 28 | RmiSource = |
| 29 | |
| 30 | Main = |
| 31 | |
| 32 | DEV_ROOT=../.. |
| 33 | include $(DEV_ROOT)/make/Makefile |
| 34 |
| Name | Value |
|---|---|
| svn:keywords | Author Id Revision Date |