ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Makefile.in
Revision: 3553
Committed: Thu Oct 22 14:15:09 2009 UTC (15 years, 9 months ago) by gezelter
File size: 529 byte(s)
Log Message:
Removing CGAL dependence

File Contents

# User Rev Content
1 chuckv 3274 Package = math
2    
3     MySource = \
4 cpuglis 3286 ParallelRandNumGen.cpp \
5     SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp \
7     SphericalHarmonic.cpp \
8     ChebyshevT.cpp \
9     ChebyshevU.cpp \
10     LegendrePolynomial.cpp \
11 cli2 3509 RMSD.cpp \
12 cpuglis 3286 linearAlgebra.F90 \
13     Wigner3jm.F90
14 chuckv 3274
15 chuckv 3416 Modules= \
16     linearAlgebra
17    
18 chuckv 3290 USE_QHULL = @USE_QHULL@
19 chuckv 3274
20 gezelter 3553 ifeq "$(USE_QHULL)" "yes"
21 chuckv 3473 Source = $(MySource) ConvexHull.cpp Triangle.cpp
22 chuckv 3274 else
23 chuckv 3290 Source = $(MySource)
24     endif
25 chuckv 3274
26 gezelter 3342 ParallelSource = \
27     ParallelRandNumGen.cpp
28 chuckv 3294
29 chuckv 3274 RmiSource =
30    
31     Main =
32    
33     DEV_ROOT=../..
34     include $(DEV_ROOT)/make/Makefile
35