[MOAB-dev] r1688 - in MOAB/trunk: . test tools/spheredecomp

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Mar 25 10:01:45 CDT 2008


Author: kraftche
Date: 2008-03-25 10:01:42 -0500 (Tue, 25 Mar 2008)
New Revision: 1688

Modified:
   MOAB/trunk/Makefile.am
   MOAB/trunk/test/Makefile.am
   MOAB/trunk/tools/spheredecomp/Makefile.am
Log:
fix make dist failures: missing files

Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2008-03-25 14:02:49 UTC (rev 1687)
+++ MOAB/trunk/Makefile.am	2008-03-25 15:01:42 UTC (rev 1688)
@@ -171,6 +171,7 @@
   SparseTagCollection.hpp \
   StructuredElementSeq.cpp \
   StructuredElementSeq.hpp \
+  TagCompare.hpp \
   TagInfo.cpp \
   TagInfo.hpp \
   TagServer.cpp \
@@ -181,6 +182,7 @@
   TypeSequenceManager.hpp \
   UnstructuredElemSeq.cpp \
   UnstructuredElemSeq.hpp \
+  VarLenTag.hpp \
   VertexSequence.hpp \
   VertexSequence.cpp \
   VtkUtil.cpp \
@@ -286,11 +288,11 @@
 test_adj_LDADD = $(top_builddir)/libMOAB.la
 test_adj_DEPENDENCIES = $(top_builddir)/libMOAB.la
 
-seq_man_test_SOURCES = TestTypeSequenceManager.cpp 
+seq_man_test_SOURCES = TestUtil.hpp TestTypeSequenceManager.cpp 
 seq_man_test_LDADD = $(top_builddir)/libMOAB.la
 seq_man_test_CXXFLAGS = -DTEST $(CXXFLAGS)
 
-geom_util_test_SOURCES = GeomUtilTests.cpp 
+geom_util_test_SOURCES = TestUtil.hpp GeomUtilTests.cpp 
 geom_util_test_LDADD = $(top_builddir)/libMOAB.la
 geom_util_test_DEPENDENCIES = $(geom_util_test_LDADD)
 
@@ -303,7 +305,7 @@
 obb_test_LDADD = $(top_builddir)/libMOAB.la
 obb_test_DEPENDENCIES = $(obb_test_LDADD)
 
-vtk_test_SOURCES = VtkTest.cpp
+vtk_test_SOURCES = TestUtil.hpp VtkTest.cpp
 vtk_test_LDADD = $(top_builddir)/libMOAB.la
 vtk_test_DEPENDENCIES = $(vtk_test_LDADD)
 
@@ -326,14 +328,14 @@
 mbparallelcomm_test_LDADD = $(top_builddir)/libMOAB.la
 mbparallelcomm_test_DEPENDENCIES = $(mbparallelcomm_test_LDADD)
 
-file_options_test_SOURCES = FileOptions.cpp 
+file_options_test_SOURCES = TestUtil.hpp FileOptions.cpp 
 file_options_test_CPPFLAGS = -DTEST
 
-var_len_test_SOURCES = VarLenTagTest.cpp
+var_len_test_SOURCES = TestUtil.hpp VarLenTagTest.cpp
 var_len_test_no_template_SOURCES = $(var_len_test_SOURCES)
 var_len_test_no_template_CPPFLAGS = -UTEMPLATE_SPECIALIZATION
 
-tag_test_SOURCES = TagTest.cpp
+tag_test_SOURCES = TestUtil.hpp TagTest.cpp
 tag_test_LDADD = $(top_builddir)/libMOAB.la
 tag_test_DEPENDENCIES = $(tag_test_LDADD)
 

Modified: MOAB/trunk/test/Makefile.am
===================================================================
--- MOAB/trunk/test/Makefile.am	2008-03-25 14:02:49 UTC (rev 1687)
+++ MOAB/trunk/test/Makefile.am	2008-03-25 15:01:42 UTC (rev 1688)
@@ -22,7 +22,8 @@
               test.g \
               testquad-cyl.g \
               testquad.g \
-              testtet.g 
+              testtet.g \
+	      v3_dodec.h5m
 
 CLEANFILES = mb_big_test.g \
              cell1.gen \

Modified: MOAB/trunk/tools/spheredecomp/Makefile.am
===================================================================
--- MOAB/trunk/tools/spheredecomp/Makefile.am	2008-03-25 14:02:49 UTC (rev 1687)
+++ MOAB/trunk/tools/spheredecomp/Makefile.am	2008-03-25 15:01:42 UTC (rev 1688)
@@ -2,6 +2,6 @@
 DEFS = $(DEFINES)
 INCLUDES += -I$(top_srcdir) -I$(top_builddir)
 bin_PROGRAMS = spheredecomp
-spheredecomp_SOURCES = SphereDecomp.cpp main.cpp
+spheredecomp_SOURCES = SphereDecomp.hpp SphereDecomp.cpp main.cpp
 LDADD = $(top_builddir)/libMOAB.la
 spheredecomp_DEPENDENCIES = $(top_builddir)/libMOAB.la




More information about the moab-dev mailing list