[cig-commits] r4196 - in long/3D/Gale/trunk: . src/PICellerator/plugins/CalculateParticleDisplacement

walter at geodynamics.org walter at geodynamics.org
Tue Aug 1 16:07:27 PDT 2006


Author: walter
Date: 2006-08-01 16:07:27 -0700 (Tue, 01 Aug 2006)
New Revision: 4196

Added:
   long/3D/Gale/trunk/src/PICellerator/plugins/CalculateParticleDisplacement/SConscript
Modified:
   long/3D/Gale/trunk/
Log:
 r565 at earth:  boo | 2006-08-01 16:04:05 -0700
 Add a missing SConscript



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

Added: long/3D/Gale/trunk/src/PICellerator/plugins/CalculateParticleDisplacement/SConscript
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/plugins/CalculateParticleDisplacement/SConscript	2006-08-01 22:50:47 UTC (rev 4195)
+++ long/3D/Gale/trunk/src/PICellerator/plugins/CalculateParticleDisplacement/SConscript	2006-08-01 23:07:27 UTC (rev 4196)
@@ -0,0 +1,29 @@
+# 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','PICellerator_static_objects','header_groups')
+
+local_env=env.Copy()
+local_env.Append(CPPFLAGS=["-DCURR_MODULE_NAME=\\\"PICellerator_CalculateParticleDisplacement\\\""])
+
+header_groups['PICellerator/plugins/CalculateParticleDisplacement']=Split("""CalculateParticleDisplacement.h""")
+
+c_files=Split("""CalculateParticleDisplacement.c""")
+
+shared_lib_objects+=[local_env.SharedLibrary('PICellerator_CalculateParticleDisplacement',c_files,SHLIBPREFIX='')]
+PICellerator_static_objects+=[local_env.StaticLibrary('PICellerator_CalculateParticleDisplacement',c_files)]
+



More information about the cig-commits mailing list