[cig-commits] r4949 - in long/3D/Gale/trunk/src/Underworld: . InputFiles/BaseApps InputFiles/Underworld_Components InputFiles/VariableConditions InputFiles/Viewports

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 13:54:52 PDT 2006


Author: walter
Date: 2006-10-11 13:54:51 -0700 (Wed, 11 Oct 2006)
New Revision: 4949

Added:
   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
Modified:
   long/3D/Gale/trunk/src/Underworld/
Log:
 r609 at earth:  boo | 2006-10-11 13:52:14 -0700
  r571 at earth (orig r348):  AlanLo | 1969-12-31 21:12:06 -0800
  
  Underworld2 now exports input files to XML_DIR during build
  
  
 



Property changes on: long/3D/Gale/trunk/src/Underworld
___________________________________________________________________
Name: svk:merge
   - 9570c393-cf10-0410-b476-9a651db1e55a:/cig:608
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:347
   + 9570c393-cf10-0410-b476-9a651db1e55a:/cig:609
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:348

Added: long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile	2006-10-11 20:54:48 UTC (rev 4948)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/BaseApps/makefile	2006-10-11 20:54:51 UTC (rev 4949)
@@ -0,0 +1,10 @@
+
+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

Added: 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:48 UTC (rev 4948)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/makefile	2006-10-11 20:54:51 UTC (rev 4949)
@@ -0,0 +1,10 @@
+
+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

Added: long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile	2006-10-11 20:54:48 UTC (rev 4948)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/makefile	2006-10-11 20:54:51 UTC (rev 4949)
@@ -0,0 +1,10 @@
+
+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

Added: long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile	2006-10-11 20:54:48 UTC (rev 4948)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Viewports/makefile	2006-10-11 20:54:51 UTC (rev 4949)
@@ -0,0 +1,10 @@
+
+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



More information about the cig-commits mailing list