[MOAB-dev] r2654 - MOAB/trunk

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Tue Feb 24 10:35:42 CST 2009


Author: kraftche
Date: 2009-02-24 10:35:42 -0600 (Tue, 24 Feb 2009)
New Revision: 2654

Modified:
   MOAB/trunk/configure.in
Log:
get rid of subdirectories for simple tools

Modified: MOAB/trunk/configure.in
===================================================================
--- MOAB/trunk/configure.in	2009-02-24 16:35:31 UTC (rev 2653)
+++ MOAB/trunk/configure.in	2009-02-24 16:35:42 UTC (rev 2654)
@@ -112,6 +112,7 @@
 ################################################################################
 
 dnl SNL_CHECK_BOOST( [boost/pool/object_pool.hpp] )
+MK_CHECK_UNORDERED_MAP([CPPFLAGS="$CPPFLAGS -DUNORDERED_MAP_NS=$result -DHAVE_UNORDERED_MAP=${incdir}unordered_map"])
 
 ################################################################################
 #                              MPI OPTIONS
@@ -914,8 +915,6 @@
                  test/obb/Makefile
                  test/perf/Makefile
                  tools/Makefile
-                 tools/converter/Makefile
-                 tools/hexmodops/Makefile
 		 tools/iMesh/Makefile
 		 tools/iMesh/iMesh-Defs.inc
 		 tools/iMesh/SIDL/iMesh-SIDL-Defs.inc
@@ -928,22 +927,16 @@
 		 tools/mbzoltan/Makefile
 		 tools/mcnpmit/Makefile
                  tools/qvdual/Makefile
-                 tools/size/Makefile
-                 tools/skin/Makefile
-                 tools/tagprop/Makefile
-                 tools/spheredecomp/Makefile
-                 tools/surfplot/Makefile
                  tools/dagmc/Makefile
                  tools/dagmc/dagmc.make
-                 tools/gsets/Makefile
                  doc/Makefile
                  doxygen/Makefile
                  ])
 
 AC_OUTPUT
 
-AC_MSG_RESULT([C:   $CC $CFLAGS])
-AC_MSG_RESULT([C++: $CXX $CXXFLAGS])
+AC_MSG_RESULT([C:   $CC $CFLAGS $CPPFLAGS])
+AC_MSG_RESULT([C++: $CXX $CXXFLAGS $CPPFLAGS])
 AC_MSG_RESULT([Fortran: $FC $FCFLAGS])
 
 



More information about the moab-dev mailing list