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

Comparing trunk/src/math/Makefile.in (file contents):
Revision 1349 by cli2, Wed May 20 19:35:05 2009 UTC vs.
Revision 1380 by gezelter, Thu Oct 22 14:15:09 2009 UTC

# Line 15 | Line 15 | Modules= \
15   Modules= \
16          linearAlgebra
17  
18
19 USE_CGAL = @USE_CGAL@
18   USE_QHULL = @USE_QHULL@
19  
20 < ifeq "$(USE_CGAL)" "yes"
20 > ifeq "$(USE_QHULL)" "yes"
21          Source  = $(MySource) ConvexHull.cpp Triangle.cpp
22   else
25   ifeq "$(USE_QHULL)" "yes"
26        Source  = $(MySource) ConvexHull.cpp Triangle.cpp
27   else
23          Source = $(MySource)
29   endif
24   endif
25  
26   ParallelSource = \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines