[cig-commits] r20035 - in short/3D/PyLith/branches/v1.7-trunk: . examples/2d/greensfns/reverse examples/2d/greensfns/strikeslip

brad at geodynamics.org brad at geodynamics.org
Thu May 3 14:40:02 PDT 2012


Author: brad
Date: 2012-05-03 14:40:02 -0700 (Thu, 03 May 2012)
New Revision: 20035

Modified:
   short/3D/PyLith/branches/v1.7-trunk/configure.ac
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/Makefile.am
Log:
Fixed Makefiles.

Modified: short/3D/PyLith/branches/v1.7-trunk/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/configure.ac	2012-05-03 21:32:38 UTC (rev 20034)
+++ short/3D/PyLith/branches/v1.7-trunk/configure.ac	2012-05-03 21:40:02 UTC (rev 20035)
@@ -352,6 +352,11 @@
 		examples/2d/Makefile
 		examples/2d/subduction/Makefile
 		examples/2d/subduction/output/Makefile
+		examples/2d/greensfns/Makefile
+		examples/2d/greensfns/strikeslip/Makefile
+		examples/2d/greensfns/strikeslip/output/Makefile
+		examples/2d/greensfns/reverse/Makefile
+		examples/2d/greensfns/reverse/output/Makefile
 		examples/bar_shearwave/Makefile
 		examples/twocells/Makefile
 		examples/bar_shearwave/hex8/Makefile

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/Makefile.am	2012-05-03 21:32:38 UTC (rev 20034)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/Makefile.am	2012-05-03 21:40:02 UTC (rev 20035)
@@ -22,13 +22,14 @@
 	eqsim.cfg \
 	greensfns.cfg \
 	geometry.jou \
-	tri3.jou \
 	gradient.jou \
 	createbc.jou \
+	mesh_tri3.jou \
 	mesh_tri3.exo \
 	eqslip.spatialdb \
 	impulse_amplitude.spatialdb \
-	mat_elastic.spatialdb
+	mat_elastic.spatialdb \
+	output_points.txt
 
 
 SUBDIRS = \

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/Makefile.am	2012-05-03 21:32:38 UTC (rev 20034)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/Makefile.am	2012-05-03 21:40:02 UTC (rev 20035)
@@ -22,13 +22,14 @@
 	eqsim.cfg \
 	greensfns.cfg \
 	geometry.jou \
-	tri3.jou \
 	gradient.jou \
 	createbc.jou \
+	mesh_tri3.jou \
 	mesh_tri3.exo \
 	eqslip.spatialdb \
 	impulse_amplitude.spatialdb \
-	mat_elastic.spatialdb
+	mat_elastic.spatialdb \
+	output_points.txt
 
 
 SUBDIRS = \



More information about the CIG-COMMITS mailing list