[cig-commits] r4952 - in long/3D/Gale/trunk: . src/PICellerator/Apps/PIC_Components src/StGermain/Base/Container/src src/StGermain/Discretisation/Mesh/src src/StgFEM/Apps/StgFEM_Components src/StgFEM/Discretisation/src src/StgFEM/plugins/MultiGrid src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solCA src/Underworld/InputFiles/BaseApps src/Underworld/InputFiles/Underworld_Components src/Underworld/InputFiles/VariableConditions src/Underworld/InputFiles/Viewports src/Underworld/Rheology/tests/testDirectorPerMaterial src/Underworld/plugins/Output/ConvectionData src/Underworld/plugins/Output/CylinderNodeProfiling src/Underworld/plugins/Output/MaxTemperature

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 14:19:49 PDT 2006


Author: walter
Date: 2006-10-11 14:19:46 -0700 (Wed, 11 Oct 2006)
New Revision: 4952

Removed:
   long/3D/Gale/trunk/src/PICellerator/Apps/PIC_Components/makefile
   long/3D/Gale/trunk/src/StgFEM/Apps/StgFEM_Components/makefile
   long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solCA/makefile
   long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile
   long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/makefile
   long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile
   long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile
   long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/makefile
   long/3D/Gale/trunk/src/Underworld/plugins/Output/ConvectionData/makefile
   long/3D/Gale/trunk/src/Underworld/plugins/Output/CylinderNodeProfiling/makefile
   long/3D/Gale/trunk/src/Underworld/plugins/Output/MaxTemperature/makefile
Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StGermain/Base/Container/src/SConscript
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SConscript
   long/3D/Gale/trunk/src/StgFEM/Discretisation/src/SConscript
   long/3D/Gale/trunk/src/StgFEM/plugins/MultiGrid/MultiGrid.c
Log:
 r881 at earth:  boo | 2006-10-11 14:17:35 -0700
 Remove a bunch of makefiles



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

Deleted: long/3D/Gale/trunk/src/PICellerator/Apps/PIC_Components/makefile
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/Apps/PIC_Components/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/PICellerator/Apps/PIC_Components/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,53 +0,0 @@
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-##
-## Copyright (C), 2003-2006, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street,
-##	Melbourne, 3053, Australia.
-## Copyright (c) 2005-2006, Monash Cluster Computing, Building 28, Monash University Clayton Campus,
-##	Victoria, 3800, Australia
-##
-## Primary Contributing Organisations:
-##	Victorian Partnership for Advanced Computing Ltd, Computational Software Development - http://csd.vpac.org
-##	Australian Computational Earth Systems Simulator - http://www.access.edu.au
-##	Monash Cluster Computing - http://www.mcc.monash.edu.au
-##
-## Contributors:
-##	Robert Turnbull, Research Assistant, Monash University. (robert.turnbull at sci.monash.edu.au)
-##	Patrick D. Sunter, Software Engineer, VPAC. (patrick at vpac.org)
-##	Alan H. Lo, Computational Engineer, VPAC. (alan at vpac.org)
-##	Stevan M. Quenette, Senior Software Engineer, VPAC. (steve at vpac.org)
-##	David May, PhD Student, Monash University (david.may at sci.monash.edu.au)
-##	Vincent Lemiale, Postdoctoral Fellow, Monash University. (vincent.lemiale at sci.monash.edu.au)
-##	Julian Giordani, Research Assistant, Monash University. (julian.giordani at sci.monash.edu.au)
-##	Louis Moresi, Associate Professor, Monash University. (louis.moresi at sci.monash.edu.au)
-##	Luke J. Hodkinson, Computational Engineer, VPAC. (lhodkins at vpac.org)
-##	Raquibul Hassan, Computational Engineer, VPAC. (raq at vpac.org)
-##	David Stegman, Postdoctoral Fellow, Monash University. (david.stegman at sci.monash.edu.au)
-##	Wendy Sharples, PhD Student, Monash University (wendy.sharples at sci.monash.edu.au)
-##
-##  This library 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 library 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
-##  Lesser General Public License for more details.
-##
-##  You should have received a copy of the GNU Lesser General Public
-##  License along with this library; if not, write to the Free Software
-##  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-##
-## $Id: makefile 277 2006-04-11 11:28:01Z PatrickSunter $
-##
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-XMLS = $(wildcard *.xml)
-
-# obtain defaults for required variables according to system and project location, and then run the build.
-include ${PROJ_ROOT}/Makefile.vmake

Modified: long/3D/Gale/trunk/src/StGermain/Base/Container/src/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Container/src/SConscript	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/StGermain/Base/Container/src/SConscript	2006-10-11 21:19:46 UTC (rev 4952)
@@ -36,6 +36,7 @@
                                            "List.h",
                                            "Map.h",
                                            "MaxHeap.h",
+                                           "MemoryPool.h"
                                            "MPIRoutines.h",
                                            "PtrMap.h",
                                            "PtrSet.h",
@@ -62,6 +63,7 @@
 List.c
 Map.c
 MaxHeap.c
+MemoryPool.c
 MPIRoutines.c
 PtrMap.c
 PtrSet.c

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SConscript	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SConscript	2006-10-11 21:19:46 UTC (rev 4952)
@@ -21,11 +21,16 @@
 
 header_groups['StGermain/Discretisation/Mesh']=Split("""
 BodyNL.h
+CartesianGenerator.h
 CornerNL.h
 Decomp.h
+Decomp_Sync.h
+Decomp_Sync_Claim.h
+Decomp_Sync_Negotiate.h
 DummyMD.h
 ElementLayout.h
 Finalise.h
+Grid.h
 HexaEL.h
 HexaMD.h
 HMesh.h
@@ -35,6 +40,8 @@
 MeshDecomp.h
 MeshGeometry.h
 Mesh.h
+MeshAdaptor.h
+MeshGenerator.h
 MeshLayout.h
 NodeLayout.h
 ParallelPipedHexaEL.h
@@ -44,34 +51,48 @@
 types.h""")
 
 c_files=Split("""BodyNL.c
+CartesianGenerator.c
 CornerNL.c
 Decomp.c
+Decomp_Sync.c
+Decomp_Sync_Claim.c
+Decomp_Sync_Negotiate.c
 DummyMD.c
 ElementLayout.c
 Finalise.c
+Grid.c
 HexaEL.c
 HexaMD.c
 HMesh.c
 Init.c
 IrregEL.c
+MeshAdaptor.c
 MeshClass.c
 MeshDecomp.c
+MeshGenerator.c
 MeshGeometry.c
 MeshLayout.c
 NodeLayout.c
 ParallelPipedHexaEL.c""")
 
 meta_files=Split("""BodyNL.meta
+CartesianGenerator.meta
 CornerNL.meta
 Decomp.meta
+Decomp_Sync.meta
+Decomp_Sync_Claim.meta
+Decomp_Sync_Negotiate.meta
 DummyMD.meta
 ElementLayout.meta
+Grid.meta
 HexaEL.meta
 HexaMD.meta
 HMesh.meta
 IrregEL.meta
+MeshAdaptor.meta
 MeshClass.meta
 MeshDecomp.meta
+MeshGenerator.meta
 MeshGeometry.meta
 MeshLayout.meta
 NodeLayout.meta

Deleted: long/3D/Gale/trunk/src/StgFEM/Apps/StgFEM_Components/makefile
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Apps/StgFEM_Components/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/StgFEM/Apps/StgFEM_Components/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,49 +0,0 @@
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-##
-## Copyright (C), 2003-2006, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street,
-##	Melbourne, 3053, Australia.
-##
-## Primary Contributing Organisations:
-##	Victorian Partnership for Advanced Computing Ltd, Computational Software Development - http://csd.vpac.org
-##	Australian Computational Earth Systems Simulator - http://www.access.edu.au
-##	Monash Cluster Computing - http://www.mcc.monash.edu.au
-##	Computational Infrastructure for Geodynamics - http://www.geodynamics.org
-##
-## Contributors:
-##	Patrick D. Sunter, Software Engineer, VPAC. (pds at vpac.org)
-##	Robert Turnbull, Research Assistant, Monash University. (robert.turnbull at sci.monash.edu.au)
-##	Stevan M. Quenette, Senior Software Engineer, VPAC. (steve at vpac.org)
-##	David May, PhD Student, Monash University (david.may at sci.monash.edu.au)
-##	Louis Moresi, Associate Professor, Monash University. (louis.moresi at sci.monash.edu.au)
-##	Luke J. Hodkinson, Computational Engineer, VPAC. (lhodkins at vpac.org)
-##	Alan H. Lo, Computational Engineer, VPAC. (alan at vpac.org)
-##	Raquibul Hassan, Computational Engineer, VPAC. (raq at vpac.org)
-##	Julian Giordani, Research Assistant, Monash University. (julian.giordani at sci.monash.edu.au)
-##	Vincent Lemiale, Postdoctoral Fellow, Monash University. (vincent.lemiale at sci.monash.edu.au)
-##
-##  This library 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 library 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
-##  Lesser General Public License for more details.
-##
-##  You should have received a copy of the GNU Lesser General Public
-##  License along with this library; if not, write to the Free Software
-##  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-##
-## $Id: makefile 535 2006-04-11 13:07:34Z PatrickSunter $
-##
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-XMLS = $(wildcard *.xml)
-
-include ${PROJ_ROOT}/Makefile.vmake
-

Modified: long/3D/Gale/trunk/src/StgFEM/Discretisation/src/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Discretisation/src/SConscript	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/StgFEM/Discretisation/src/SConscript	2006-10-11 21:19:46 UTC (rev 4952)
@@ -35,6 +35,7 @@
 LinkedDofInfo.h
 Mesh.h
 OperatorFeVariable.h
+ShapeFeVariable.h
 shortcuts.h
 TrilinearElementType.h
 types.h
@@ -55,6 +56,7 @@
 LinkedDofInfo.c
 Mesh.c
 OperatorFeVariable.c
+ShapeFeVariable.c
 TrilinearElementType.c""")
 
 meta_files=Split("""BilinearElementType.meta
@@ -68,6 +70,7 @@
 LinkedDofInfo.meta
 Mesh.meta
 OperatorFeVariable.meta
+ShapeFeVariable.meta
 TrilinearElementType.meta""")
 
 c_files+=[local_env.Meta(meta_files)]

Modified: long/3D/Gale/trunk/src/StgFEM/plugins/MultiGrid/MultiGrid.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/plugins/MultiGrid/MultiGrid.c	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/StgFEM/plugins/MultiGrid/MultiGrid.c	2006-10-11 21:19:46 UTC (rev 4952)
@@ -35,7 +35,7 @@
 **  License along with this library; if not, write to the Free Software
 **  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 **
-** $Id:  $
+** $Id$
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 

Deleted: long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solCA/makefile
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solCA/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solCA/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,59 +0,0 @@
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-##
-## Copyright (C), 2003-2006, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street,
-##	Melbourne, 3053, Australia.
-##
-## Primary Contributing Organisations:
-##	Victorian Partnership for Advanced Computing Ltd, Computational Software Development - http://csd.vpac.org
-##	Australian Computational Earth Systems Simulator - http://www.access.edu.au
-##	Monash Cluster Computing - http://www.mcc.monash.edu.au
-##	Computational Infrastructure for Geodynamics - http://www.geodynamics.org
-##
-## Contributors:
-##	Patrick D. Sunter, Software Engineer, VPAC. (pds at vpac.org)
-##	Robert Turnbull, Research Assistant, Monash University. (robert.turnbull at sci.monash.edu.au)
-##	Stevan M. Quenette, Senior Software Engineer, VPAC. (steve at vpac.org)
-##	David May, PhD Student, Monash University (david.may at sci.monash.edu.au)
-##	Louis Moresi, Associate Professor, Monash University. (louis.moresi at sci.monash.edu.au)
-##	Luke J. Hodkinson, Computational Engineer, VPAC. (lhodkins at vpac.org)
-##	Alan H. Lo, Computational Engineer, VPAC. (alan at vpac.org)
-##	Raquibul Hassan, Computational Engineer, VPAC. (raq at vpac.org)
-##	Julian Giordani, Research Assistant, Monash University. (julian.giordani at sci.monash.edu.au)
-##	Vincent Lemiale, Postdoctoral Fellow, Monash University. (vincent.lemiale at sci.monash.edu.au)
-##
-##  This library 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 library 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
-##  Lesser General Public License for more details.
-##
-##  You should have received a copy of the GNU Lesser General Public
-##  License along with this library; if not, write to the Free Software
-##  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-##
-## $Id: makefile 535 2006-04-11 13:07:34Z PatrickSunter $
-##
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-modName := $(shell basename `pwd` )
-modName := $(shell echo ${modName} | cut -c 1 | tr '[:lower:]' '[:upper:]' )$(shell echo ${modName} | cut -c 2- ) 
-
-mod = ${modName}
-includes = ${PROJECT}/${modName}
-
-SRCS = $(wildcard *.c)
-HDRS = $(wildcard *.h)
-
-packages = STGERMAIN PETSC MPI XML
-EXTERNAL_LIBS = -lStG_FEM
-
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,10 +0,0 @@
-
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-XMLS := ${wildcard *.xml}
-
-# obtain defaults for required variables according to system and project location, and then run the build.
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,10 +0,0 @@
-
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-XMLS := ${wildcard *.xml}
-
-# obtain defaults for required variables according to system and project location, and then run the build.
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,10 +0,0 @@
-
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-XMLS := ${wildcard *.xml}
-
-# obtain defaults for required variables according to system and project location, and then run the build.
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,10 +0,0 @@
-
-SHELL := $(shell which bash)
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-
-include ${PROJ_ROOT}/Makefile.system
-
-XMLS := ${wildcard *.xml}
-
-# obtain defaults for required variables according to system and project location, and then run the build.
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,22 +0,0 @@
-
-#Finds the Absolute path to the Project Root directory
-SHELL := /bin/bash
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-include ${PROJ_ROOT}/Makefile.system
-
-
-# Source Code and Header files
-SRCS := $(wildcard *.c)
-HDRS := $(wildcard *.h)
-
-# What to call the plugin
-modName := $(shell basename `pwd`)
-mod = ${PROJECT}_${modName}
-
-# Where to put header files
-includes = ${PROJECT}/${modName}
-
-# External Libraries and Headers
-packages = PICELLERATOR STG_FEM STGERMAIN PETSC MPI XML PYTHON
-
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/plugins/Output/ConvectionData/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/Output/ConvectionData/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/plugins/Output/ConvectionData/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,24 +0,0 @@
-
-#Finds the Absolute path to the Project Root directory
-SHELL := /bin/bash
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-include ${PROJ_ROOT}/Makefile.system
-
-# Subdirectories
-subdirs := $(shell find * -type d -prune ! -name .svn ) 
-
-# Source Code and Header files
-SRCS := $(wildcard *.c)
-HDRS := $(wildcard *.h)
-
-# What to call the plugin
-modName := $(shell basename `pwd`)
-mod = ${PROJECT}_${modName}
-
-# Where to put header files
-includes = ${PROJECT}/${modName}
-
-# External Libraries and Headers
-packages = PICELLERATOR STG_FEM STGERMAIN PETSC MPI XML PYTHON
-
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/plugins/Output/CylinderNodeProfiling/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/Output/CylinderNodeProfiling/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/plugins/Output/CylinderNodeProfiling/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,24 +0,0 @@
-
-#Finds the Absolute path to the Project Root directory
-SHELL := /bin/bash
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-include ${PROJ_ROOT}/Makefile.system
-
-# Subdirectories
-subdirs := $(shell find * -type d -prune ! -name .svn ) 
-
-# Source Code and Header files
-SRCS := $(wildcard *.c)
-HDRS := $(wildcard *.h)
-
-# What to call the plugin
-modName := $(shell basename `pwd`)
-mod = ${PROJECT}_${modName}
-
-# Where to put header files
-includes = ${PROJECT}/${modName}
-
-# External Libraries and Headers
-packages = PICELLERATOR STG_FEM STGERMAIN PETSC MPI XML PYTHON
-
-include ${PROJ_ROOT}/Makefile.vmake

Deleted: long/3D/Gale/trunk/src/Underworld/plugins/Output/MaxTemperature/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/Output/MaxTemperature/makefile	2006-10-11 20:54:55 UTC (rev 4951)
+++ long/3D/Gale/trunk/src/Underworld/plugins/Output/MaxTemperature/makefile	2006-10-11 21:19:46 UTC (rev 4952)
@@ -1,24 +0,0 @@
-
-#Finds the Absolute path to the Project Root directory
-SHELL := /bin/bash
-PROJ_ROOT := $(shell until test -r ./Makefile.system ; do cd .. ; done ; echo `pwd`)
-include ${PROJ_ROOT}/Makefile.system
-
-# Subdirectories
-subdirs := $(shell find * -type d -prune ! -name .svn ) 
-
-# Source Code and Header files
-SRCS := $(wildcard *.c)
-HDRS := $(wildcard *.h)
-
-# What to call the plugin
-modName := $(shell basename `pwd`)
-mod = ${PROJECT}_${modName}
-
-# Where to put header files
-includes = ${PROJECT}/${modName}
-
-# External Libraries and Headers
-packages = PICELLERATOR STG_FEM STGERMAIN PETSC MPI XML PYTHON
-
-include ${PROJ_ROOT}/Makefile.vmake



More information about the cig-commits mailing list