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 1293 by chuckv, Sun Sep 14 01:32:26 2008 UTC vs.
Revision 1316 by chuckv, Fri Nov 14 15:44:34 2008 UTC

# Line 19 | Line 19 | ifeq "$(USE_CGAL)" "yes"
19   USE_QHULL = @USE_QHULL@
20  
21   ifeq "$(USE_CGAL)" "yes"
22 <        Source  = $(MySource) ConvexHull.cpp
22 >        Source  = $(MySource) ConvexHull.cpp Triangle.cpp
23   else
24     ifeq "$(USE_QHULL)" "yes"
25 <        Source  = $(MySource) ConvexHull.cpp
25 >        Source  = $(MySource) ConvexHull.cpp Triangle.cpp
26     else
27          Source = $(MySource)
28     endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines