[cig-commits] r12879 - seismo/3D/ADJOINT_TOMO/flexwin

alessia at geodynamics.org alessia at geodynamics.org
Mon Sep 15 07:17:16 PDT 2008


Author: alessia
Date: 2008-09-15 07:17:15 -0700 (Mon, 15 Sep 2008)
New Revision: 12879

Modified:
   seismo/3D/ADJOINT_TOMO/flexwin/make_gfortran
Log:
This makefile works with SAC versions 101.2 and above, that contain the routines that used to be in SacLib.

Modified: seismo/3D/ADJOINT_TOMO/flexwin/make_gfortran
===================================================================
--- seismo/3D/ADJOINT_TOMO/flexwin/make_gfortran	2008-09-15 14:16:26 UTC (rev 12878)
+++ seismo/3D/ADJOINT_TOMO/flexwin/make_gfortran	2008-09-15 14:17:15 UTC (rev 12879)
@@ -2,7 +2,7 @@
 
 OPT= -m32 -ffixed-line-length-132 -Wall
 FC = gfortran
-CFLAGS=`sac-config --cflags` ${OPT}
+CFLAGS= ${OPT}
 
 TAULIBDIR=ttimes_mod
 SACLIBDIR=${SACHOME}/lib



More information about the cig-commits mailing list