[cig-commits] r7219 - in short/3D/PyLith/trunk/unittests/libtests: faults feassemble materials meshio topology

leif at geodynamics.org leif at geodynamics.org
Wed Jun 13 16:42:49 PDT 2007


Author: leif
Date: 2007-06-13 16:42:49 -0700 (Wed, 13 Jun 2007)
New Revision: 7219

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am
Log:
Fixed more link lines in 'unittests'.

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am	2007-06-13 23:12:43 UTC (rev 7218)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am	2007-06-13 23:42:49 UTC (rev 7219)
@@ -114,14 +114,13 @@
 	data/CohesiveKinDataTet4.hh \
 	data/CohesiveKinDataHex8.hh
 
-testfaults_LDFLAGS = $(PETSC_LIB) $(PYTHON_BLDLIBRARY)
-
 AM_CPPFLAGS = $(PETSC_SIEVE_FLAGS) $(PETSC_INCLUDE)
 
 testfaults_LDADD = \
 	-lcppunit -ldl \
 	$(top_builddir)/libsrc/libpylith.la \
-	-lspatialdata
+	-lspatialdata \
+	$(PETSC_LIB) $(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 
 if ENABLE_CUBIT
   testfaults_LDADD += -lnetcdf_c++ -lnetcdf

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am	2007-06-13 23:12:43 UTC (rev 7218)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am	2007-06-13 23:42:49 UTC (rev 7219)
@@ -186,14 +186,13 @@
 	data/QuadratureData3DLinear.hh \
 	data/QuadratureData3DQuadratic.hh
 
-testfeassemble_LDFLAGS = $(PETSC_LIB) $(PYTHON_BLDLIBRARY)
-
 AM_CPPFLAGS = $(PETSC_SIEVE_FLAGS) $(PETSC_INCLUDE)
 
 testfeassemble_LDADD = \
 	-lcppunit -ldl \
 	$(top_builddir)/libsrc/libpylith.la \
-	-lspatialdata
+	-lspatialdata \
+	$(PETSC_LIB) $(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 
 if ENABLE_CUBIT
   testfeassemble_LDADD += -lnetcdf_c++ -lnetcdf

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am	2007-06-13 23:12:43 UTC (rev 7218)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am	2007-06-13 23:42:49 UTC (rev 7219)
@@ -58,14 +58,13 @@
 	data/MaxwellIsotropic3DTimeDepData.hh \
 	data/header.hh
 
-testmaterials_LDFLAGS = $(PETSC_LIB) $(PYTHON_BLDLIBRARY)
-
 AM_CPPFLAGS = $(PETSC_SIEVE_FLAGS) $(PETSC_INCLUDE)
 
 testmaterials_LDADD = \
 	-lcppunit -ldl \
 	$(top_builddir)/libsrc/libpylith.la \
-	-lspatialdata
+	-lspatialdata \
+	$(PETSC_LIB) $(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 
 if ENABLE_CUBIT
   testmaterials_LDADD += -lnetcdf_c++ -lnetcdf

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2007-06-13 23:12:43 UTC (rev 7218)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2007-06-13 23:42:49 UTC (rev 7219)
@@ -60,15 +60,14 @@
 	data/MeshDataCubitHex.hh \
 	data/MeshDataLagritTet.hh
 
-testmeshio_LDFLAGS = $(PETSC_LIB) $(PYTHON_BLDLIBRARY)
-
 AM_CPPFLAGS = \
 	$(PETSC_SIEVE_FLAGS) $(PETSC_INCLUDE) \
 	-I$(PYTHON_INCDIR) $(PYTHON_EGG_CPPFLAGS)
 
 testmeshio_LDADD = \
 	-lcppunit -ldl \
-	$(top_builddir)/libsrc/libpylith.la
+	$(top_builddir)/libsrc/libpylith.la \
+	$(PETSC_LIB) $(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 
 if ENABLE_CUBIT
   testmeshio_SOURCES += TestMeshIOCubit.cc

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am	2007-06-13 23:12:43 UTC (rev 7218)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am	2007-06-13 23:42:49 UTC (rev 7219)
@@ -32,15 +32,14 @@
 
 noinst_HEADERS += 
 
-testtopology_LDFLAGS = $(PETSC_LIB) $(PYTHON_BLDLIBRARY)
-
 AM_CPPFLAGS = \
 	$(PETSC_SIEVE_FLAGS) $(PETSC_INCLUDE) \
 	-I$(PYTHON_INCDIR) $(PYTHON_EGG_CPPFLAGS)
 
 testtopology_LDADD = \
 	-lcppunit -ldl \
-	$(top_builddir)/libsrc/libpylith.la
+	$(top_builddir)/libsrc/libpylith.la \
+	$(PETSC_LIB) $(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 
 if ENABLE_CUBIT
   testtopology_LDADD += -lnetcdf_c++ -lnetcdf



More information about the cig-commits mailing list