[cig-commits] r5042 - in long/3D/Gale/trunk: . src/Gale/plugins/SurfaceProcess

walter at geodynamics.org walter at geodynamics.org
Sat Oct 14 15:13:47 PDT 2006


Author: walter
Date: 2006-10-14 15:13:47 -0700 (Sat, 14 Oct 2006)
New Revision: 5042

Added:
   long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SConscript
Modified:
   long/3D/Gale/trunk/
Log:
 r962 at earth:  boo | 2006-10-14 15:13:34 -0700
 Add missing SConscript



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:960
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:962

Added: long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SConscript
===================================================================
--- long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SConscript	2006-10-14 22:09:34 UTC (rev 5041)
+++ long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SConscript	2006-10-14 22:13:47 UTC (rev 5042)
@@ -0,0 +1,32 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+Import('env','shared_lib_objects','Gale_static_objects','header_groups')
+
+local_env=env.Copy()
+local_env.Append(CPPFLAGS=["-DCURR_MODULE_NAME=\\\"Gale_SurfaceProcess\\\""])
+
+header_groups['Gale/plugins/SurfaceProcess']=Split("""SurfaceProcess.h
+types.h
+Context.h""")
+
+c_files=Split("""SurfaceProcess.c""")
+
+shared_lib_objects+=[local_env.SharedLibrary('Gale_SurfaceProcessmodule',
+                                             c_files,SHLIBPREFIX='')]
+Gale_static_objects+=[local_env.StaticObject(c_files)]    
+



More information about the cig-commits mailing list