[cig-commits] r13792 - seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/MODELS/1D_ref

leif at geodynamics.org leif at geodynamics.org
Mon Dec 22 16:39:40 PST 2008


Author: leif
Date: 2008-12-22 16:39:40 -0800 (Mon, 22 Dec 2008)
New Revision: 13792

Added:
   seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/MODELS/1D_ref/Makefile
Log:
Added a Makefile for packaging 1D earth models.


Added: seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/MODELS/1D_ref/Makefile
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/MODELS/1D_ref/Makefile	                        (rev 0)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/MODELS/1D_ref/Makefile	2008-12-23 00:39:40 UTC (rev 13792)
@@ -0,0 +1,31 @@
+
+tar_flags = --exclude=.svn --exclude=build.mk -czhf
+
+models = \
+	1066a.tgz \
+	ak135.tgz \
+	iasp91.tgz \
+	prem.tgz \
+	ref.tgz \
+	$(empty)
+
+
+all: $(models)
+
+clean:
+	rm *.tgz
+
+1066a.tgz:
+	tar $(tar_flags) 1066a.tgz 1066a
+
+ak135.tgz:
+	tar $(tar_flags) ak135.tgz ak135
+
+iasp91.tgz:
+	tar $(tar_flags) iasp91.tgz iasp91
+
+prem.tgz:
+	tar $(tar_flags) prem.tgz prem
+
+ref.tgz:
+	tar $(tar_flags) ref.tgz ref



More information about the CIG-COMMITS mailing list