[cig-commits] r16932 - in short/3D/PyLith/trunk/examples/3d/hex8: . mesh spatialdb

brad at geodynamics.org brad at geodynamics.org
Tue Jun 8 09:28:07 PDT 2010


Author: brad
Date: 2010-06-08 09:28:06 -0700 (Tue, 08 Jun 2010)
New Revision: 16932

Added:
   short/3D/PyLith/trunk/examples/3d/hex8/mesh/Makefile.am
   short/3D/PyLith/trunk/examples/3d/hex8/spatialdb/Makefile.am
Removed:
   short/3D/PyLith/trunk/examples/3d/hex8/figures/
Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
Log:
Updated list of files in Makefiles.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2010-06-08 16:18:38 UTC (rev 16931)
+++ short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2010-06-08 16:28:06 UTC (rev 16932)
@@ -10,6 +10,48 @@
 # ----------------------------------------------------------------------
 #
 
-dist_noinst_DATA =
+dist_noinst_DATA = \
+	README \
+	pylithapp.cfg \
+	step01.cfg \
+	step02.cfg \
+	step03.cfg \
+	step04.cfg \
+	step05.cfg \
+	step06.cfg \
+	step07.cfg \
+	step08.cfg \
+	step09.cfg \
+	step10.cfg \
+	step11.cfg \
+	step12.cfg \
+	step13.cfg \
+	step14.cfg \
+	step15.cfg \
+	step16.cfg \
+	step17.cfg 
 
+
+SUBDIRS = \
+	mesh \
+	spatialdb \
+	step01 \
+	step02 \
+	step03 \
+	step04 \
+	step05 \
+	step06 \
+	step07 \
+	step08 \
+	step09 \
+	step10 \
+	step11 \
+	step12 \
+	step13 \
+	step14 \
+	step15 \
+	step16 \
+	step17
+
+
 # End of file 

Added: short/3D/PyLith/trunk/examples/3d/hex8/mesh/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/mesh/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/3d/hex8/mesh/Makefile.am	2010-06-08 16:28:06 UTC (rev 16932)
@@ -0,0 +1,19 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA = \
+	geometry.jou \
+	mesh_hex8_1000m.jou \
+	hox_hex8_1000m.exo
+
+
+# End of file 

Added: short/3D/PyLith/trunk/examples/3d/hex8/spatialdb/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/spatialdb/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/3d/hex8/spatialdb/Makefile.am	2010-06-08 16:28:06 UTC (rev 16932)
@@ -0,0 +1,32 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA = \
+	finalslip_rupture.spatialdb \
+	finalslip.spatialdb \
+	fixeddisp_axial_shear.spatialdb \
+	initial_stress.spatialdb \
+	mat_druckerprager.spatialdb \
+	mat_elastic.spatialdb \
+	mat_genmaxwell.spatialdb \
+	mat_maxwell.spatialdb \
+	mat_powerlaw.spatialdb \
+	sliprate_creep.spatialdb \
+	sliptime.spatialdb \
+	tractions_axial_shear.spatialdb \
+	powerlaw/powerlaw_gendb.cfg \
+	powerlaw/powerlaw_params.spatialdb \
+	powerlaw/powerlaw_points.spatialdb \
+	powerlaw/temeperature.spatialdb
+
+
+# End of file 



More information about the CIG-COMMITS mailing list