[cig-commits] [commit] baagaard/add-examples-debugging: Added debugging to examples Makefile. Updated filenames in debugging Makefile. (697fa11)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 25 20:30:28 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/add-examples-debugging
Link       : https://github.com/geodynamics/pylith/compare/a93bb2fe28f255a060b3d68b572e92dba839f386...697fa11df221f8230f6037b6a5abf8162e3b0228

>---------------------------------------------------------------

commit 697fa11df221f8230f6037b6a5abf8162e3b0228
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Jun 25 20:29:35 2014 -0700

    Added debugging to examples Makefile. Updated filenames in debugging Makefile.


>---------------------------------------------------------------

697fa11df221f8230f6037b6a5abf8162e3b0228
 examples/Makefile.am           | 1 +
 examples/debugging/Makefile.am | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8878d59..9a6f731 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -21,6 +21,7 @@ SUBDIRS = \
 	3d \
 	bar_shearwave \
 	meshing \
+	debugging \
 	twocells
 
 
diff --git a/examples/debugging/Makefile.am b/examples/debugging/Makefile.am
index 2cb342c..8d8c3ab 100644
--- a/examples/debugging/Makefile.am
+++ b/examples/debugging/Makefile.am
@@ -23,14 +23,15 @@ dist_noinst_DATA = \
 	mesh.exo \
 	pylithapp.cfg \
 	step01.cfg \
-	step01_correct.cfg \
 	step02.cfg \
-	step02_correct.cfg \
 	step03.cfg \
-	step03_correct.cfg \
 	mat_elastic.spatialdb \
 	mat_maxwell.spatialdb \
-	mat_maxwell_correct.spatialdb
+	correct/pylithapp.cfg \
+	correct/step01.cfg \
+	correct/step02.cfg \
+	correct/step03.cfg \
+	correct/mat_elastic.spatialdb
 
 
 # End of file 



More information about the CIG-COMMITS mailing list