ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/math/Makefile.in
(Generate patch)

Comparing trunk/src/math/Makefile.in (file contents):
Revision 1195 by cpuglis, Thu Dec 6 20:04:02 2007 UTC vs.
Revision 1199 by chuckv, Thu Dec 6 20:40:38 2007 UTC

# Line 12 | Line 12 | USE_CGAL = @USE_CGAL@
12          Wigner3jm.F90
13  
14   USE_CGAL = @USE_CGAL@
15 + USE_QHULL = @USE_QHULL@
16  
17   ifeq "$(USE_CGAL)" "yes"
18 <        Source  = $(MySource) ConvexHull.cpp AlphaShape.cpp
18 >        Source  = $(MySource) AlphaShape.cpp
19   else
20          Source = $(MySource)
21   endif
22  
23 + ifeq "$(USE_QHULL)" "yes"
24 +        Source  = $(MySource) ConvexHull.cpp
25 + else
26 +        Source = $(MySource)
27 + endif
28  
23
29   RmiSource =
30  
31   Main      =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines