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

leif at geodynamics.org leif at geodynamics.org
Tue Sep 26 14:56:11 PDT 2006


Author: leif
Date: 2006-09-26 14:56:11 -0700 (Tue, 26 Sep 2006)
New Revision: 4625

Removed:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/makefile
Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/Makefile.am
Log:
Added 'utils' to build; deleted lowercase "utils/makefile"
which interfered.


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/Makefile.am
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/Makefile.am	2006-09-26 18:19:44 UTC (rev 4624)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/Makefile.am	2006-09-26 21:56:11 UTC (rev 4625)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 # $Id: Makefile.am 2370 2005-09-09 19:49:10Z leif $
 
-SUBDIRS = libpylith3d module
+SUBDIRS = libpylith3d module utils
 
 bin_PROGRAMS = 
 if COND_EMBEDDING

Deleted: short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/makefile
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/makefile	2006-09-26 18:19:44 UTC (rev 4624)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/utils/makefile	2006-09-26 21:56:11 UTC (rev 4625)
@@ -1,99 +0,0 @@
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-#
-#  Example makefile for TECTON sources
-#
-#  This makefile was set up for a Macintosh (Mac OSX) using the g77
-#  compiler.  If you use a different compiler, change the FCOMPL
-#  variable.  You will also probably need to specify a different
-#  location for the BLAS and LAPACK libraries (LINALG variable).
-#
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-FFLAGC= -Wall -fbackslash -v
-
-CFLAGC= 
-
-opt   = -g
-
-# opt   = -O3 -funroll-loops
-
-# load  = -lcc_dynamic
-
-# load  =
-
-FCOMPL= g95
-
-CCOMPL= gcc
-
-INCD= includes
-
-# LINALG=  -L/sw/lib -llapack -lf77blas -lcblas -latlas
-
-LINALG=  -Wl,-framework -Wl,vecLib
-
-.SUFFIXES: .F .f .c .s .o .fil
-
-.F.f:
-	$(FCOMPL) -F $<
-
-.f.o:
-	$(FCOMPL) -c $(FFLAGC) $(opt) $<
-
-.f.fil:
-	$(FCOMPL) -il $(FFLAGC) $<
-
-.s.o:
-	as $<
-
-.c.o:
-	$(CCOMPL) -c $(CFLAGC) $(opt) $<
-
-lh2qh: lh2qh.o
-	$(FCOMPL) $(opt) -o lh2qh lh2qh.o
-
-lt2qt: lt2qt.o
-	$(FCOMPL) $(opt) -o lt2qt lt2qt.o
-
-fixqt: fixqt.o
-	$(FCOMPL) $(opt) -o fixqt fixqt.o
-
-blockrot: blockrot.o
-	$(FCOMPL) $(opt) -o blockrot blockrot.o
-
-blockrot2: blockrot2.o
-	$(FCOMPL) $(opt) -o blockrot2 blockrot2.o
-
-blockrot3: blockrot3.o
-	$(FCOMPL) $(opt) -o blockrot3 blockrot3.o
-
-makeucd: makeucd.o
-	$(FCOMPL) $(opt) -o makeucd makeucd.o
-
-pylith2ucd: pylith2ucd.o
-	$(FCOMPL) $(opt) -o pylith2ucd pylith2ucd.o
-
-readnetgen: readnetgen.o
-	$(FCOMPL) $(opt) -o readnetgen readnetgen.o
-
-readucd: readucd.o
-	$(FCOMPL) $(opt) -o readucd readucd.o
-
-readucd2: readucd2.o
-	$(FCOMPL) $(opt) -o readucd2 readucd2.o
-
-tetcmp: tetcmp.o
-	$(FCOMPL) $(opt) -o tetcmp tetcmp.o
-
-faultcalc: faultcalc.o
-	$(FCOMPL) $(opt) -o faultcalc faultcalc.o
-
-faultcalc2: faultcalc2.o
-	$(FCOMPL) $(opt) -o faultcalc2 faultcalc2.o
-
-scalecoord: scalecoord.o
-	$(FCOMPL) $(opt) -o scalecoord scalecoord.o
-
-scaleucd: scaleucd.o
-	$(FCOMPL) $(opt) -o scaleucd scaleucd.o
-
-clean:
-	/bin/rm -f *.o



More information about the cig-commits mailing list