[cig-commits] r4420 - in short/3D/PyLith/branches/pylith-0.8: . pylith3d/utils

baagaard at geodynamics.org baagaard at geodynamics.org
Thu Aug 24 13:56:09 PDT 2006


Author: baagaard
Date: 2006-08-24 13:56:09 -0700 (Thu, 24 Aug 2006)
New Revision: 4420

Added:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/Makefile.am
Modified:
   short/3D/PyLith/branches/pylith-0.8/configure.ac
Log:
Created utils/Makefile.am. Updated configure.ac accordingly.

Modified: short/3D/PyLith/branches/pylith-0.8/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/configure.ac	2006-08-24 20:08:59 UTC (rev 4419)
+++ short/3D/PyLith/branches/pylith-0.8/configure.ac	2006-08-24 20:56:09 UTC (rev 4420)
@@ -67,7 +67,8 @@
 AC_CONFIG_FILES([Makefile
                  pylith3d/Makefile
                  pylith3d/libpylith3d/Makefile
-                 pylith3d/module/Makefile])
+                 pylith3d/module/Makefile
+		 pylith3d/utils/Makefile])
 AC_OUTPUT
 
 dnl end of configure.ac

Added: short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/Makefile.am
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/Makefile.am	2006-08-24 20:08:59 UTC (rev 4419)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/Makefile.am	2006-08-24 20:56:09 UTC (rev 4420)
@@ -0,0 +1,21 @@
+## Process this file with automake to produce Makefile.in
+
+bin_PROGRAMS = \
+	faultcalc \
+	faultcalc2 \
+	makeucd \
+	pylith2ucd \
+	readnetgen \
+	readucd2 \
+	scalecoord \
+	scaleucd
+
+
+faultcalc_SOURCES = faultcalc.f
+faultcalc2_SOURCES = faultcalc2.f
+makeucd_SOURCES = makeucd.f
+pylith2ucd_SOURCES = pylith2ucd.f
+readnetgen_SOURCES = readnetgen.f
+readucd2_SOURCES = readucd2.f
+scalecoord_SOURCES = scalecoord.f
+scaleucd_SOURCES = scaleucd.f



More information about the cig-commits mailing list