ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/Makefile.in
Revision: 1600
Committed: Wed Aug 3 20:20:37 2011 UTC (13 years, 11 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.

File Contents

# User Rev Content
1 chuckv 1187 Package = math
2    
3     MySource = \
4 cpuglis 1195 ParallelRandNumGen.cpp \
5     SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp \
7     SphericalHarmonic.cpp \
8     ChebyshevT.cpp \
9     ChebyshevU.cpp \
10     LegendrePolynomial.cpp \
11 cli2 1349 RMSD.cpp \
12 gezelter 1475 CubicSpline.cpp \
13 gezelter 1600 Wigner3jm.cpp
14 chuckv 1187
15 chuckv 1261 Modules= \
16    
17 chuckv 1199 USE_QHULL = @USE_QHULL@
18 chuckv 1187
19 gezelter 1380 ifeq "$(USE_QHULL)" "yes"
20 chuckv 1402 Source = $(MySource) ConvexHull.cpp AlphaHull.cpp Triangle.cpp
21 chuckv 1187 else
22 chuckv 1199 Source = $(MySource)
23     endif
24 chuckv 1187
25 gezelter 1225 ParallelSource = \
26     ParallelRandNumGen.cpp
27 chuckv 1203
28 chuckv 1187 RmiSource =
29    
30     Main =
31    
32     DEV_ROOT=../..
33     include $(DEV_ROOT)/make/Makefile
34    

Properties

Name Value
svn:keywords Author Id Revision Date