[cig-commits] r3974 - in mc/3D/CitcomS/trunk: . drivers etc lib lib/Common lib/Full lib/Regional module module/Exchanger module/Full module/Regional pyre pyre/Components pyre/Components/Advection_diffusion pyre/Components/Exchanger pyre/Components/Sphere pyre/Components/Stokes_solver pyre/Solver tests visual

leif at geodynamics.org leif at geodynamics.org
Thu Jul 6 11:16:18 PDT 2006


Author: leif
Date: 2006-07-06 11:16:17 -0700 (Thu, 06 Jul 2006)
New Revision: 3974

Removed:
   mc/3D/CitcomS/trunk/Make.mm
   mc/3D/CitcomS/trunk/drivers/Full/
   mc/3D/CitcomS/trunk/drivers/Make.mm
   mc/3D/CitcomS/trunk/drivers/Regional/
   mc/3D/CitcomS/trunk/drivers/local.def
   mc/3D/CitcomS/trunk/etc/Make.mm
   mc/3D/CitcomS/trunk/lib/Common/Make.mm
   mc/3D/CitcomS/trunk/lib/Common/local.def
   mc/3D/CitcomS/trunk/lib/Full/Make.mm
   mc/3D/CitcomS/trunk/lib/Full/local.def
   mc/3D/CitcomS/trunk/lib/Make.mm
   mc/3D/CitcomS/trunk/lib/Regional/Make.mm
   mc/3D/CitcomS/trunk/lib/Regional/local.def
   mc/3D/CitcomS/trunk/lib/local.def
   mc/3D/CitcomS/trunk/local.def
   mc/3D/CitcomS/trunk/module/Exchanger/Make.mm
   mc/3D/CitcomS/trunk/module/Full/Make.mm
   mc/3D/CitcomS/trunk/module/Full/local.def
   mc/3D/CitcomS/trunk/module/Make.mm
   mc/3D/CitcomS/trunk/module/Regional/Make.mm
   mc/3D/CitcomS/trunk/module/Regional/local.def
   mc/3D/CitcomS/trunk/pyre/Components/Advection_diffusion/Make.mm
   mc/3D/CitcomS/trunk/pyre/Components/Exchanger/Make.mm
   mc/3D/CitcomS/trunk/pyre/Components/Make.mm
   mc/3D/CitcomS/trunk/pyre/Components/Sphere/Make.mm
   mc/3D/CitcomS/trunk/pyre/Components/Stokes_solver/Make.mm
   mc/3D/CitcomS/trunk/pyre/Make.mm
   mc/3D/CitcomS/trunk/pyre/Solver/Make.mm
   mc/3D/CitcomS/trunk/pyre/local.def
   mc/3D/CitcomS/trunk/tests/Make.mm
   mc/3D/CitcomS/trunk/tests/local.def
   mc/3D/CitcomS/trunk/visual/Make.mm
Log:
Nuked "Make.mm" files, which are no longer used.


Deleted: mc/3D/CitcomS/trunk/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,70 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-PROJECT = CitcomS
-PACKAGE = CitcomS
-
-RECURSE_DIRS = \
-    lib \
-    drivers \
-    module \
-    pyre \
-    etc \
-    tests \
-    visual
-
-#--------------------------------------------------------------------------
-#
-
-all:
-	BLD_ACTION="all" $(MM) recurse
-
-PROJ_CLEAN = 
-clean::
-	BLD_ACTION="clean" $(MM) recurse
-	$(RM) $(RMFLAGS) $(BLD_TMPDIR)/$(PROJECT) $(BLD_LIBDIR)/$(PROJECT)
-
-distclean::
-	BLD_ACTION="distclean" $(MM) recurse
-
-tidy::
-	BLD_ACTION="tidy" $(MM) recurse
-
-release: tidy
-	cvs release .
-
-test: all
-	BLD_ACTION="test" RECURSE_DIRS="tests" $(MM) recurse
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/drivers/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/drivers/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/drivers/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,60 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-PROJECT = CitcomS
-PACKAGE = drivers
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-BLD_DIRS = \
-	Full \
-	Regional
-
-RECURSE_DIRS = $(BLD_DIRS)
-
-
-all:
-	BLD_ACTION="all" $(MM) recurse
-
-tidy::
-	BLD_ACTION="tidy" $(MM) recurse
-
-clean::
-	BLD_ACTION="clean" $(MM) recurse
-
-distclean::
-	BLD_ACTION="distclean" $(MM) recurse
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/drivers/local.def
===================================================================
--- mc/3D/CitcomS/trunk/drivers/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/drivers/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,34 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/etc/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/etc/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/etc/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,62 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE =
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-
-#--------------------------------------------------------------------------
-# export
-
-EXPORT_ETC = \
-    __vault__.odb \
-    full.odb \
-    full-sphere.odb \
-    globus.odb \
-    incomp-newtonian.odb \
-    incomp-non-newtonian.odb \
-    lam-mpi.odb \
-    lsf.odb \
-    mpich.odb \
-    pbs.odb \
-    regional.odb \
-    regional-sphere.odb \
-    temp.odb
-
-
-export:: export-etc
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Common/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/lib/Common/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Common/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,111 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-TYPE=Common
-
-PROJECT = CitcomS
-PACKAGE = libCitcomS$(TYPE)
-
-PROJ_SAR = $(BLD_LIBDIR)/$(PACKAGE).$(EXT_SAR)
-PROJ_DLL = $(BLD_LIBDIR)/$(PACKAGE).$(EXT_SO)
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-PROJ_CLEAN += $(PROJ_DLL) $(PROJ_SAR)
-
-PROJ_INCDIR = $(BLD_INCDIR)/$(PROJECT)/$(TYPE)
-PROJ_LIBRARIES = $(EXTERNAL_LIBPATH) $(EXTERNAL_LIBS) -lm
-PROJ_CC_INCLUDES = ./
-
-PROJ_SRCS = \
-	Advection_diffusion.c \
-	Citcom_init.c \
-	Construct_arrays.c \
-	Convection.c \
-	Drive_solvers.c \
-	Element_calculations.c \
-	General_matrix_functions.c \
-	Global_operations.c \
-	Initial_temperature.c \
-	Instructions.c \
-	Interuption.c \
-	Nodal_mesh.c \
-	Output.c \
-	Pan_problem_misc_functions.c \
-	Parsing.c \
-	Phase_change.c \
-	Problem_related.c \
-	Process_buoyancy.c \
-	Shape_functions.c \
-	Size_does_matter.c \
-	Solver_conj_grad.c \
-	Solver_multigrid.c \
-	Sphere_harmonics.c \
-	Stokes_flow_Incomp.c \
-	Topo_gravity.c \
-	Tracer_advection.c \
-	Viscosity_structures.c
-
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-all: $(PROJ_SAR) export
-
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-export:: export-libraries export-binaries
-#export:: export-headers export-libraries export-binaries
-
-EXPORT_HEADERS = \
-	advection_diffusion.h \
-	advection.h \
-	citcom_init.h \
-	convection_variables.h \
-	drive_solvers.h \
-	element_definitions.h \
-	global_defs.h \
-	initial_temperature.h \
-	interuption.h \
-	lith_age.h \
-	output.h \
-	parallel_related.h \
-	parsing.h \
-	phase_change.h \
-	sphere_communication.h \
-	temperature_descriptions.h \
-	tracer_defs.h \
-	viscosity_descriptions.h
-
-EXPORT_LIBS = $(PROJ_SAR)
-EXPORT_BINS = $(PROJ_DLL)
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Common/local.def
===================================================================
--- mc/3D/CitcomS/trunk/lib/Common/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Common/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,42 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-#
-# Local (project) definitions
-#
-
-# C++
-
-    PROJ_CC_FLAGS += $(CC_SOFLAGS)
-    PROJ_LCC_FLAGS += $(LCC_SOFLAGS)
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Full/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/lib/Full/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Full/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,68 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-TYPE=Full
-
-PROJECT = CitcomS
-PACKAGE = libCitcomS$(TYPE)
-
-PROJ_SAR = $(BLD_LIBDIR)/$(PACKAGE).$(EXT_SAR)
-PROJ_DLL = $(BLD_LIBDIR)/$(PACKAGE).$(EXT_SO)
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-PROJ_CLEAN += $(PROJ_DLL) $(PROJ_SAR)
-
-PROJ_CC_INCLUDES = ../Common ./
-
-PROJ_SRCS = \
-	Boundary_conditions.c \
-	Geometry_cartesian.c \
-	Lith_age.c \
-	Parallel_related.c \
-	Read_input_from_files.c \
-	Sphere_related.c \
-	Version_dependent.c
-
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-all: $(PROJ_SAR) export
-
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-export:: export-libraries export-binaries
-
-EXPORT_LIBS = $(PROJ_SAR)
-EXPORT_BINS = $(PROJ_DLL)
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Full/local.def
===================================================================
--- mc/3D/CitcomS/trunk/lib/Full/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Full/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,42 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-#
-# Local (project) definitions
-#
-
-# C++
-
-    PROJ_CC_FLAGS += $(CC_SOFLAGS)
-    PROJ_LCC_FLAGS += $(LCC_SOFLAGS)
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/lib/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,79 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-PROJECT = CitcomS
-PACKAGE = lib
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-BLD_DIRS = \
-	Common \
-	Full \
-	Regional
-
-.PHONY: Common
-.PHONY: Full
-.PHONY: Regional
-
-all: $(BLD_DIRS)
-
-# This make file has to compile the common directory twice, to create two
-# distinct set of binaries... one with customisations for full/spherical
-# runs and one for region runs. Hence a few hacks are needed.
-
-Common:
-	(cd Common; $(MM))
-
-Full:
-#	(cd Common; TYPE=Full $(MM))
-	(cd Full; $(MM))
-
-Regional:
-#	(cd Common; TYPE=Regional $(MM))
-	(cd Regional; $(MM))
-
-clean::
-	(cd Common; TYPE=Full $(MM) clean)
-	(cd Common; TYPE=Regional $(MM) clean)
-	(cd Full;  $(MM) clean)
-	(cd Regional; $(MM) clean)
-
-distclean::
-	(cd Common; TYPE=Full $(MM) distclean)
-	(cd Common; TYPE=Regional $(MM) distclean)
-	(cd Full; $(MM) distclean)
-	(cd Regional; $(MM) distclean)
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Regional/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/lib/Regional/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Regional/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,68 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-TYPE=Regional
-
-PROJECT = CitcomS
-PACKAGE = libCitcomS$(TYPE)
-
-PROJ_SAR = $(BLD_LIBDIR)/$(PACKAGE).$(EXT_SAR)
-PROJ_DLL = $(BLD_LIBDIR)/$(PACKAGE).$(EXT_SO)
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-PROJ_CLEAN += $(PROJ_DLL) $(PROJ_SAR)
-
-PROJ_CC_INCLUDES = ../Common ./
-
-PROJ_SRCS = \
-	Boundary_conditions.c \
-	Geometry_cartesian.c \
-	Lith_age.c \
-	Parallel_related.c \
-	Read_input_from_files.c \
-	Sphere_related.c \
-	Version_dependent.c
-
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-all: $(PROJ_SAR) export
-
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-export:: export-libraries export-binaries
-
-EXPORT_LIBS = $(PROJ_SAR)
-EXPORT_BINS = $(PROJ_DLL)
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/Regional/local.def
===================================================================
--- mc/3D/CitcomS/trunk/lib/Regional/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/Regional/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,42 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-#
-# Local (project) definitions
-#
-
-# C++
-
-    PROJ_CC_FLAGS += $(CC_SOFLAGS)
-    PROJ_LCC_FLAGS += $(LCC_SOFLAGS)
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/lib/local.def
===================================================================
--- mc/3D/CitcomS/trunk/lib/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/lib/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,34 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS by Louis Moresi, Shijie Zhong, Lijie Han, Eh Tan,
-# Clint Conrad, Michael Gurnis, and Eun-seo Choi.
-# Copyright (C) 1994-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/local.def
===================================================================
--- mc/3D/CitcomS/trunk/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,33 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/module/Exchanger/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/module/Exchanger/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/module/Exchanger/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,79 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = Exchangermodule
-
-include std-pythonmodule.def
-
-EXTERNAL_INCLUDES += $(PYTHIA_INCDIR) $(EXCHANGER_INCDIR)
-EXTERNAL_LIBDIRS = $(EXCHANGER_LIBDIR) $(PYTHIA_LIBDIR)
-EXTERNAL_LIBPATH += $(foreach dir,$(EXTERNAL_LIBDIRS),-L$(dir))
-ifeq (Linux,$(findstring Linux,$(PLATFORM_ID)))
-RPATH_ARGS = $(foreach dir,$(EXTERNAL_LIBDIRS),-Xlinker -rpath $(dir))
-else
-RRPATH_ARGS =
-endif
-
-PROJ_CXX_SRCLIB = \
-	-lRegionalmodule \
-	-lExchanger \
-	-l_mpimodule \
-	-ljournal \
-	$(RPATH_ARGS)
-
-PROJ_CXX_INCLUDES = ../../lib/Common
-
-PROJ_SRCS = \
-	AreaWeightedNormal.cc \
-	Boundary.cc \
-	CitcomInterpolator.cc \
-	CitcomSource.cc \
-	Convertor.cc \
-	Interior.cc \
-	SIUnit.cc \
-	SVTInlet.cc \
-	SVTOutlet.cc \
-	TInlet.cc \
-	SInlet.cc \
-	TOutlet.cc \
-	VTInlet.cc \
-	VOutlet.cc \
-	VTOutlet.cc \
-	bindings.cc \
-	global_bbox.cc \
-	exceptions.cc \
-	exchangers.cc \
-	initTemperature.cc \
-	inlets_outlets.cc \
-	misc.cc \
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/module/Full/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/module/Full/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/module/Full/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,73 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-TYPE=Full
-
-PROJECT = CitcomS
-PACKAGE = $(TYPE)module
-include std-pythonmodule.def
-
-EXTERNAL_INCLUDES += $(PYTHIA_INCDIR)
-EXTERNAL_LIBDIRS = $(PYTHIA_LIBDIR)
-EXTERNAL_LIBPATH += $(foreach dir,$(EXTERNAL_LIBDIRS),-L$(dir))
-ifeq (Linux,$(findstring Linux,$(PLATFORM_ID)))
-RPATH_ARGS = $(foreach dir,$(PROJ_LIBDIR) $(EXTERNAL_LIBDIRS),-Xlinker -rpath $(dir))
-else
-RPATH_ARGS =
-endif
-
-PROJ_CXX_SRCLIB = \
-	-l$(PROJECT)Common \
-	-l$(PROJECT)$(TYPE) \
-	-ljournal \
-	-l_mpimodule \
-	$(RPATH_ARGS)
-
-PROJ_CXX_INCLUDES = ../Regional ../../lib/Common
-
-PROJ_SRCS = \
-    advdiffu.cc \
-    bindings.cc \
-    exceptions.cc \
-    initial_conditions.cc \
-    mesher.cc \
-    misc.cc \
-    outputs.cc \
-    setProperties.cc \
-    stokes_solver.cc
-
-REGIONAL_SRCS = $(foreach src,$(PROJ_SRCS),../Regional/$(src))
-
-$(PROJ_SRCS):
-	$(LN_S) -f $(REGIONAL_SRCS) .
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/module/Full/local.def
===================================================================
--- mc/3D/CitcomS/trunk/module/Full/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/module/Full/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,33 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/module/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/module/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/module/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,58 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = module
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-BLD_DIRS = \
-	Full \
-	Regional \
-	Exchanger
-
-RECURSE_DIRS = $(BLD_DIRS)
-
-
-all:
-	BLD_ACTION="all" $(MM) recurse
-
-tidy::
-	BLD_ACTION="tidy" $(MM) recurse
-
-clean::
-	BLD_ACTION="clean" $(MM) recurse
-
-distclean::
-	BLD_ACTION="distclean" $(MM) recurse
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/module/Regional/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/module/Regional/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/module/Regional/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,68 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-TYPE=Regional
-
-PROJECT = CitcomS
-PACKAGE = $(TYPE)module
-include std-pythonmodule.def
-
-EXTERNAL_INCLUDES += $(PYTHIA_INCDIR)
-EXTERNAL_LIBDIRS = $(PYTHIA_LIBDIR)
-EXTERNAL_LIBPATH += $(foreach dir,$(EXTERNAL_LIBDIRS),-L$(dir))
-ifeq (Linux,$(findstring Linux,$(PLATFORM_ID)))
-RPATH_ARGS = $(foreach dir,$(PROJ_LIBDIR) $(EXTERNAL_LIBDIRS),-Xlinker -rpath $(dir))
-else
-RPATH_ARGS =
-endif
-
-PROJ_CXX_SRCLIB = \
-	-l$(PROJECT)Common \
-	-l$(PROJECT)$(TYPE) \
-	-l_mpimodule \
-	-ljournal \
-	$(RPATH_ARGS)
-
-PROJ_CXX_INCLUDES = ../../lib/Common
-
-PROJ_SRCS = \
-    advdiffu.cc \
-    bindings.cc \
-    exceptions.cc \
-    initial_conditions.cc \
-    mesher.cc \
-    misc.cc \
-    outputs.cc \
-    setProperties.cc \
-    stokes_solver.cc
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/module/Regional/local.def
===================================================================
--- mc/3D/CitcomS/trunk/module/Regional/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/module/Regional/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,33 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Components/Advection_diffusion/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Components/Advection_diffusion/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Components/Advection_diffusion/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,59 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = Components/Advection_diffusion
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	Advection_diffusion.py
-
-
-export:: export-package-python-modules
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Components/Exchanger/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Components/Exchanger/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Components/Exchanger/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,63 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = Components/Exchanger
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	CoarseGridExchanger.py \
-	Exchanger.py \
-	FineGridExchanger.py \
-	Inlet.py \
-	Outlet.py
-
-
-export:: export-package-python-modules
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Components/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Components/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Components/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,78 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = Components
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-BLD_DIRS = \
-	Advection_diffusion \
-	Exchanger \
-	Sphere \
-	Stokes_solver
-
-RECURSE_DIRS = $(BLD_DIRS)
-
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	BC.py \
-	CitcomComponent.py \
-	Const.py \
-	IC.py \
-	Launchers.py \
-	Parallel.py \
-	Param.py \
-	Phase.py \
-	Tracer.py \
-	Visc.py
-
-
-export:: export-package-python-modules
-	BLD_ACTION="export" $(MM) recurse
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Components/Sphere/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Components/Sphere/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Components/Sphere/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,61 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = Components/Sphere
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	FullSphere.py \
-	RegionalSphere.py \
-	Sphere.py
-
-
-export:: export-package-python-modules
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Components/Stokes_solver/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Components/Stokes_solver/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Components/Stokes_solver/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,60 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = Components/Stokes_solver
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	Incompressible.py \
-	Stokes_solver.py
-
-
-export:: export-package-python-modules
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,78 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include local.def
-
-PROJECT = CitcomS
-PACKAGE = pyre
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-BLD_DIRS = \
-	Components \
-	Solver
-
-RECURSE_DIRS = $(BLD_DIRS)
-
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-init:
-	sed -e 's|@PACKAGE_VERSION@|2.1.0|g' < __init__.py.in > __init__.py
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	Controller.py \
-	CoupledApp.py \
-	Coupler.py \
-	FullApp.py \
-	Layout.py \
-	SimpleApp.py
-
-export:: init export-python-modules
-	BLD_ACTION="export" $(MM) recurse
-	$(RM) $(RMFLAGS) __init__.py __init__.pyc
-
-# version
-# $Id$
-
-#
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/Solver/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/pyre/Solver/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/Solver/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,60 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-PROJECT = CitcomS
-PACKAGE = Solver
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-# export
-
-EXPORT_PYTHON_MODULES = \
-	__init__.py \
-	FullSolver.py \
-	RegionalSolver.py \
-	Solver.py \
-
-
-export:: export-package-python-modules
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/pyre/local.def
===================================================================
--- mc/3D/CitcomS/trunk/pyre/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/pyre/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,33 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/tests/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/tests/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/tests/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,93 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-include Python/default.def
-
-PROJECT = CitcomS
-PACKAGE = tests
-
-PROJ_TMPDIR = $(BLD_TMPDIR)/$(PROJECT)/$(PACKAGE)
-
-PROJ_CXX_INCLUDES = ../../Exchanger/lib
-PROJ_BIN = $(BLD_BINDIR)/array2d
-PROJ_CLEAN += $(PROJ_BIN)
-
-PROJ_PYTHONTESTS = signon.py
-PROJ_CPPTESTS = $(PROJ_BIN)
-PROJ_EMPTYTESTS = $(BLD_BINDIR)/CitcomSFull $(BLD_BINDIR)/CitcomSRegional
-PROJ_TESTS = $(PROJ_PYTHONTESTS) $(PROJ_CPPTESTS) $(PROJ_EMPTYTESTS)
-
-#--------------------------------------------------------------------------
-#
-
-all: $(PROJ_TESTS) export
-
-test:
-	for test in $(PROJ_TESTS) ; do $${test}; done; exit 0
-
-release: tidy
-	cvs release .
-
-update: clean
-	cvs update .
-
-#--------------------------------------------------------------------------
-#
-
-EXPORT_BINS = \
-    array2d \
-    citcomsfull.sh \
-    citcomsregional.sh \
-    coupledcitcoms.sh
-
-RELEASE_BINARIES = $(foreach bin,$(EXPORT_BINS),$(PROJ_BINDIR)/$(bin))
-
-export:: release-binaries
-
-release-binaries:: $(RELEASE_BINARIES)
-
-$(PROJ_BINDIR)/%.sh: %.sh.in
-	sed \
-		-e 's|[@]pkgpythondir[@]|$(EXPORT_MODULEDIR)|g' \
-		-e 's|[@]PYTHON[@]|$(PYTHON)|g' \
-		-e 's|[@]PYTHONPATH[@]|$(EXPORT_ROOT)/modules|g' \
-		$< > $@ || (rm -f $@ && exit 1)
-	$(CHMOD) +x $@
-
-#--------------------------------------------------------------------------
-#
-
-$(PROJ_BIN): array2d.cc
-	$(CXX) $(CXXFLAGS) -o $@ $< $(LCXXFLAGS) \
-		-lExchanger -l_mpimodule -ljournal \
-		$(PYTHON_APILIB) $(EXTERNAL_LIBS)
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/tests/local.def
===================================================================
--- mc/3D/CitcomS/trunk/tests/local.def	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/tests/local.def	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,33 +0,0 @@
-# -*- Makefile -*-
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-
-# version
-# $Id$
-
-# End of file

Deleted: mc/3D/CitcomS/trunk/visual/Make.mm
===================================================================
--- mc/3D/CitcomS/trunk/visual/Make.mm	2006-07-06 17:31:41 UTC (rev 3973)
+++ mc/3D/CitcomS/trunk/visual/Make.mm	2006-07-06 18:16:17 UTC (rev 3974)
@@ -1,67 +0,0 @@
-# -*- Makefile -*-
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#<LicenseText>
-#
-# CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
-# Copyright (C) 2002-2005, California Institute of Technology.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 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 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
-#
-#</LicenseText>
-#
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-
-PROJECT = CitcomS
-PACKAGE = visual
-
-PROJ_TIDY += *.log
-PROJ_CLEAN =
-
-#--------------------------------------------------------------------------
-#
-
-all: export
-
-#--------------------------------------------------------------------------
-#
-
-EXPORT_BINS = \
-    autocombine.py \
-    batchcombine.py \
-    batchpaste.sh \
-    batchsurf.py \
-    combine.py \
-    combinesurf.py \
-    dxgeneral.sh \
-    dxgeneralsurf.sh \
-    getcoord.sh \
-    getlog.sh \
-    getsurf.sh \
-    miff2avi \
-    miff2mpg \
-    parser.py \
-    pasteCitcomData.sh \
-    zslice.py
-
-export:: export-binaries release-binaries
-
-
-# version
-# $Id$
-
-# End of file



More information about the cig-commits mailing list