[MOAB-dev] r3972 - MOAB/trunk/examples
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri May 28 10:21:22 CDT 2010
Author: kraftche
Date: 2010-05-28 10:21:22 -0500 (Fri, 28 May 2010)
New Revision: 3972
Modified:
MOAB/trunk/examples/examples.make.in
Log:
add newer examples to installed 'makefile'
Modified: MOAB/trunk/examples/examples.make.in
===================================================================
--- MOAB/trunk/examples/examples.make.in 2010-05-27 21:33:34 UTC (rev 3971)
+++ MOAB/trunk/examples/examples.make.in 2010-05-28 15:21:22 UTC (rev 3972)
@@ -1,5 +1,5 @@
+prefix = @prefix@
exec_prefix = @exec_prefix@
-prefix = @prefix@
libdir = @libdir@
include $(libdir)/moab.make
@@ -8,7 +8,7 @@
default: all
-all: FileRead GeomSetHierarchy SetsNTags SkinMesh SurfArea
+all: FileRead GeomSetHierarchy SetsNTags SkinMesh SurfArea KDTree ObbTree
FileRead: FileRead.o
$(CXX) -o $@ $< $(MOAB_LIBS_LINK)
@@ -24,3 +24,9 @@
SurfArea: SurfArea.o
$(CXX) -o $@ $< $(MOAB_LIBS_LINK)
+
+KDTree: KDTree.cpp
+ $(CXX) -o $@ $< $(MOAB_LIBS_LINK)
+
+ObbTree: ObbTree.cpp
+ $(CXX) -o $@ $< $(MOAB_LIBS_LINK)
More information about the moab-dev
mailing list